(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
This commit is contained in:
@@ -562,6 +562,10 @@ void ResizeButtons(Window *w, byte left, byte right);
|
||||
|
||||
void ResizeWindowForWidget(Window *w, int widget, int delta_x, int delta_y);
|
||||
|
||||
void SetVScrollCount(Window *w, int num);
|
||||
void SetVScroll2Count(Window *w, int num);
|
||||
void SetHScrollCount(Window *w, int num);
|
||||
|
||||
|
||||
/**
|
||||
* Sets the enabled/disabled status of a widget.
|
||||
|
Reference in New Issue
Block a user