#include <GnoteBook.h>
Inheritance diagram for GnoteBook::GnoteBookPage:
Public Methods | |
GnoteBookPage (Gstring name, Gwidget *label, Gcontainers *layout, int position, GnoteBook *parent) | |
~GnoteBookPage () | |
void | Add (Gwidget *w) |
virtual bool | Init () |
virtual void | OnEvent (GdkEvent *e, void *user_data) |
virtual void | OnAction (Gwidget *w, GdkEvent *e) |
|
Build a new GnoteBook page
|
|
Add a widget to the container Reimplemented from Gcontainers. |
|
Init the widget Reimplemented from Gwidget. |
|
Override the Gwidget function OnAction. By default the event is sending to the parent widget of the container Reimplemented from Gcontainers. |
|
Action performed when an event occur Reimplemented from Gwidget. |