#include <Gbutton.h>
Inheritance diagram for Gbutton:
Public Methods | |
Gbutton (const char *label) | |
Gbutton (Gstring label) | |
virtual void | OnEvent (GdkEvent *e, void *user_data) |
virtual void | OnAction (Gwidget *w, GdkEvent *e) |
~Gbutton () |
button.cpp, and clist.cpp.
|
Function called when the button receive an event. By default the event is sending to the parent widget Reimplemented from Gwidget. |
|
Action performed when an event occur Reimplemented from Gwidget. |