diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-01 14:35:41 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-01 14:35:41 -0600 |
commit | 6a7d3f9343f29bd9b46f3bbac917aa190b42b14d (patch) | |
tree | 6de65bfdc540ea9ea1a065b013179f02a968d35d /src/gui/widgets/window.h | |
parent | b6fb2326ffa687f6028d991e2d6203b3f2a92c5a (diff) | |
download | mana-6a7d3f9343f29bd9b46f3bbac917aa190b42b14d.tar.gz mana-6a7d3f9343f29bd9b46f3bbac917aa190b42b14d.tar.bz2 mana-6a7d3f9343f29bd9b46f3bbac917aa190b42b14d.tar.xz mana-6a7d3f9343f29bd9b46f3bbac917aa190b42b14d.zip |
Merge the NPC dialogs into one
Also add support for the new TMWServ NPC packets
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. |