Name
GnomeDruidPage -- A virtual widget defining the druid page.
Object Hierarchy
GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GnomeDruidPage |
Description
This widget is a virtual widget to define the interface to a druid
page. It's descendants are placed in GnomeDruid, and comprise of the
actual material in the widget.
Details
gnome_druid_page_next ()
This will emit the "next" signal for that particular page. It
is called by gnome-druid exclusively. It is expected that non-linear Druid's
will override this signal and return TRUE if it handles changing pages.
gnome_druid_page_prepare ()
This emits the "prepare" signal for the page. It is called by
gnome-druid exclusively.
gnome_druid_page_back ()
This will emit the "back" signal for that particular page. It
is called by gnome-druid exclusively. It is expected that non-linear Druid's
will override this signal and return TRUE if it handles changing pages.
gnome_druid_page_cancel ()
This will emit the "cancel" signal for that particular page. It
is called by gnome-druid exclusively. It is expected that a Druid will
override this signal and return TRUE if it does not want to exit.
gnome_druid_page_finish ()
This emits the "finish" signal for the page. It is called by
gnome-druid exclusively.