(svn r69) -Feature: align toolbar left/center/right patch (TrueLight)

-Feature: added callback feature to patches options
This commit is contained in:
darkvater
2004-08-16 21:02:06 +00:00
parent 255a1ad941
commit 31911a9325
7 changed files with 73 additions and 12 deletions

View File

@@ -408,6 +408,7 @@ void GuiShowTooltips(uint16 string_id);
void UnclickWindowButtons(Window *w);
void UnclickSomeWindowButtons(Window *w, uint32 mask);
void RelocateAllWindows(int neww, int newh);
int32 PositionMainToolbar(Window *w);
/* widget.c */
int GetWidgetFromPos(Window *w, int x, int y);