From 678fe92bc2e0316cf14e17709cec12202b68741d Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 28 Apr 2003 22:22:25 +0000 Subject: virtual fixes --- src/FbTk/Button.hh | 8 ++++---- 1 file 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Button.hh,v 1.3 2002/12/25 11:28:43 fluxgen Exp $ +// $Id: Button.hh,v 1.4 2003/04/28 22:22:25 fluxgen Exp $ #ifndef FBTK_BUTTON_HH #define FBTK_BUTTON_HH @@ -46,9 +46,9 @@ public: /// sets action when the button is clicked with #button mouse btn void setOnClick(RefCount &com, int button = 1); - void move(int x, int y); - void resize(unsigned int width, unsigned int height); - void moveResize(int x, int y, unsigned int width, unsigned int height); + virtual void move(int x, int y); + virtual void resize(unsigned int width, unsigned int height); + virtual void moveResize(int x, int y, unsigned int width, unsigned int height); /// sets foreground pixmap void setPixmap(Pixmap pm); -- cgit v0.11.2