diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-18 01:53:10 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-18 01:53:10 +0000 |
commit | 8fb163024e321e00e55ff324ccdac34b9adfb773 (patch) | |
tree | 5b461cee991aaff633a6ae11f1d16a280952ebbb /src/gui/button.h | |
parent | 73e815469fd2332d424852afe6153243b5d12043 (diff) | |
download | mana-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.gz mana-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.bz2 mana-8fb163024e321e00e55ff324ccdac34b9adfb773.tar.xz mana-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.h | 14 |
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 |