summaryrefslogtreecommitdiff
path: root/src/gui/button.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 01:53:10 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 01:53:10 +0000
commit8fb163024e321e00e55ff324ccdac34b9adfb773 (patch)
tree5b461cee991aaff633a6ae11f1d16a280952ebbb /src/gui/button.h
parent73e815469fd2332d424852afe6153243b5d12043 (diff)
downloadmana-client-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.gz
mana-client-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.bz2
mana-client-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.xz
mana-client-8fb163024e321e00e55ff324ccdac34b9adfb773.zip
Added colon to the fixed font and removed some alfont usage.
Diffstat (limited to 'src/gui/button.h')
-rw-r--r--src/gui/button.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/button.h b/src/gui/button.h
index d7026951..b7d48929 100644
--- a/src/gui/button.h
+++ b/src/gui/button.h
@@ -36,20 +36,6 @@ class Button : public gcn::Button {
// Inherited from Widget
void draw(gcn::Graphics* graphics);
- void lostFocus();
-
- // Inherited from MouseListener
-
- void mousePress(int x, int y, int button);
- void mouseRelease(int x, int y, int button);
-
- // Inherited from KeyListener
-
- void keyPress(const gcn::Key& key);
- void keyRelease(const gcn::Key& key);
-
- private:
- bool mouseDown, keyDown;
};
#endif