aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Button.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-28 22:22:25 (GMT)
committerfluxgen <fluxgen>2003-04-28 22:22:25 (GMT)
commit678fe92bc2e0316cf14e17709cec12202b68741d (patch)
tree81cebbde3e086da1b3c97dc2f11f789079126a10 /src/FbTk/Button.hh
parent14f7fc9b9d190d66aaf9dffb32bb3882ebd1a5de (diff)
downloadfluxbox_pavel-678fe92bc2e0316cf14e17709cec12202b68741d.zip
fluxbox_pavel-678fe92bc2e0316cf14e17709cec12202b68741d.tar.bz2
virtual fixes
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r--src/FbTk/Button.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh
index a96dcd8..80f8663 100644
--- a/src/FbTk/Button.hh
+++ b/src/FbTk/Button.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Button.hh,v 1.3 2002/12/25 11:28:43 fluxgen Exp $ 22// $Id: Button.hh,v 1.4 2003/04/28 22:22:25 fluxgen Exp $
23 23
24#ifndef FBTK_BUTTON_HH 24#ifndef FBTK_BUTTON_HH
25#define FBTK_BUTTON_HH 25#define FBTK_BUTTON_HH
@@ -46,9 +46,9 @@ public:
46 /// sets action when the button is clicked with #button mouse btn 46 /// sets action when the button is clicked with #button mouse btn
47 void setOnClick(RefCount<Command> &com, int button = 1); 47 void setOnClick(RefCount<Command> &com, int button = 1);
48 48
49 void move(int x, int y); 49 virtual void move(int x, int y);
50 void resize(unsigned int width, unsigned int height); 50 virtual void resize(unsigned int width, unsigned int height);
51 void moveResize(int x, int y, unsigned int width, unsigned int height); 51 virtual void moveResize(int x, int y, unsigned int width, unsigned int height);
52 52
53 /// sets foreground pixmap 53 /// sets foreground pixmap
54 void setPixmap(Pixmap pm); 54 void setPixmap(Pixmap pm);