gnome-sharp 2.8.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A widget representing a single page inside a druid. The functions in this page are mostly only for the information of developers -- they should never need to call them directly. Typically, a druid will connect to the various signals described here as a way of controlling the behaviour of druids that do not just proceed in a front-to-back fashion (for example, where the subsequent pages depend upon the choice made at some point). Gtk.Bin Method System.Void Emit the event. To be added Method System.Boolean Emit the event. an object of type It is called by gnome-druid exclusively. It is expected that non-linear Druids will override this signal and return if it handles changing pages. Method System.Boolean Emit the event. an object of type It is called by gnome-druid exclusively. It is expected that a Druid will override this signal and return if it does not want to exit. Method System.Void Emit the event. It is called by exclusively. This function is called immediately prior to a druid page being shown so that it can "prepare" for display. Method System.Boolean Emit the event. an object of type It is called by exclusively. It is expected that non-linear Druids will override this signal and return if it handles changing pages. Constructor Internal constructor Pointer to the C object. This is an internal constructor, and should not be used by user code. Constructor Creates a new . Event Gnome.CancelClickedHandler Emitted when the "Cancel" button of the page is clicked. GLib.Signal(CName="cancel") Event Gnome.BackClickedHandler Emitted when the "Back" button of the page is clicked. GLib.Signal(CName="back") Event Gnome.FinishClickedHandler Emitted when the "Finish" button of the page is clicked. GLib.Signal(CName="finish") Event Gnome.NextClickedHandler Emitted when the "Next" button of the page is clicked. GLib.Signal(CName="next") Event Gnome.PreparedHandler Emitted immediately prior to a druid page being shown. GLib.Signal(CName="prepare") Property GLib.GType GType Property. a Returns the native value for . Method System.Void Default handler for the event. a Override this method in a subclass to provide a default handler for the event. Method System.Boolean Default handler for the event. a a Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. a Override this method in a subclass to provide a default handler for the event. Method System.Boolean Default handler for the event. a a Override this method in a subclass to provide a default handler for the event. Method System.Boolean Default handler for the event. a a Override this method in a subclass to provide a default handler for the event. Constructor Protected Constructor. a Chain to this constructor if you have manually registered a native value for your subclass. System.Obsolete(Message=null, IsError=False)