diff options
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. |