gnome-sharp 0.0.0.0 neutral 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 Atk.Implementor GLib.IWrapper System.IDisposable 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. Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of DruidPage, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor Default constructor an object of type Property System.UInt32 The for The for the class. Event GnomeSharp.CancelClickedHandler Emitted when the "Cancel" button of the page is clicked. Event GnomeSharp.BackClickedHandler Emitted when the "Back" button of the page is clicked. Event GnomeSharp.FinishClickedHandler Emitted when the "Finish" button of the page is clicked. Event GnomeSharp.NextClickedHandler Emitted when the "Next" button of the page is clicked. Event GnomeSharp.PreparedHandler Emitted immediately prior to a druid page being shown. Constructor Internal constructor GLib type for the type Creates a new instance of DruidPage, using the GLib-provided type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.