summaryrefslogtreecommitdiff
path: root/src/gui/help.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-20 11:33:17 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-20 11:33:17 +0000
commitce2813cb1f4988669422c6af3e8c4442776e45c8 (patch)
tree098177c279f5376bd27d4db30f913f6e61471537 /src/gui/help.h
parent5acb9213cc2ee949a252a5c08a9a9a13542b94d5 (diff)
downloadmana-client-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.gz
mana-client-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.bz2
mana-client-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.xz
mana-client-ce2813cb1f4988669422c6af3e8c4442776e45c8.zip
Added garbage collection to the ScrollArea class. Fixed slider not being updated in the item amount box when the buttons are used.
Diffstat (limited to 'src/gui/help.h')
-rw-r--r--src/gui/help.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/help.h b/src/gui/help.h
index 6a0c6551..139b9397 100644
--- a/src/gui/help.h
+++ b/src/gui/help.h
@@ -46,11 +46,6 @@ class HelpWindow : public Window, public LinkHandler,
HelpWindow();
/**
- * Destructor.
- */
- ~HelpWindow();
-
- /**
* Called when receiving actions from the widgets.
*/
void action(const std::string& eventId);
@@ -67,9 +62,8 @@ class HelpWindow : public Window, public LinkHandler,
private:
void loadFile(const std::string &file);
-
+
BrowserBox* browserBox;
- gcn::Button *okButton;
gcn::ScrollArea *scrollArea;
};