(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:
rubidium
2008-05-29 06:49:56 +00:00
parent 7f8f5fa52c
commit 27bca407de
4 changed files with 28 additions and 27 deletions

View File

@@ -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.