diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index aa9872d3..11193654 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -95,6 +95,8 @@ class Window : public gcn::Window, gcn::WidgetListener */ void setResizable(bool resize); + void redraw(); + /** * Called whenever the widget changes size. */ @@ -293,6 +295,11 @@ class Window : public gcn::Window, gcn::WidgetListener Layout &getLayout(); /** + * Clears the Window's layout (useful for redesigning the window) + */ + void clearLayout(); + + /** * Computes the position of the widgets according to the current * layout. Resizes the window so that the layout fits. Deletes the * layout. |