Deriving from Gtk::Button
- From: Mohith Manoj <mohithmanoj gmail com>
- To: gtk-list gnome org
- Subject: Deriving from Gtk::Button
- Date: Wed, 28 Jan 2009 19:51:21 +0530
Hello,
I am trying to create a cutom Button class by keeping Gtk::Button as the base class. Though I am overriding the protected virtual functions (of Gtk::Button) for getting notified when there is activity like enter, click, press, release and leave, none of the functions are getting called.
I looked into Button.h and found declarations of all the base implementation of the mentioned methods under
#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
which was not defined (or atleast thats what the appearance of the lines in eclipse tells me).
Am I doing it the right way by overriding thsese functions or is there a better one?
Please help
Regards,
Mohith.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]