diff options
author | rubidium <rubidium@openttd.org> | 2008-05-29 06:49:56 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-29 06:49:56 +0000 |
commit | 27bca407de6062b3ac3d522e86d89b1e5c21085c (patch) | |
tree | 36e475cf0450f0f0cf0507bbf3f755dccc35a6cd /src/window_gui.h | |
parent | 7f8f5fa52cb624d9211d61c431bae943f0882cfe (diff) | |
download | openttd-27bca407de6062b3ac3d522e86d89b1e5c21085c.tar.xz |
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 7b62da461..020f5797a 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -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. |