gnome-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Widget for sequentially stepping through some pages.The widget which ultimately holds all of the druid's pages and information. This is the widget which the application developer then places inside an outer widget, such as a dialog box for ultimate display.Gtk.ContainerAtk.ImplementorGLib.IWrapperSystem.IDisposableMethodSystem.VoidThis will prepend a into the internal list of pages that the druid has.
The page to be inserted.
Since is just a container, you will need to also call Show() on the page, otherwise the page will not be shown.MethodSystem.VoidThis will insert a page after back_page into the list of internal pages that the druid has.
The prior to the page to be inserted.
The to insert.
If back_page is not present in the list or null, page will be prepended to the list.Since is just a container, you will need to also call Show() on the page, otherwise the page will not be shown.MethodSystem.VoidSets the sensitivity of druid's control-buttons.
true if the back button is sensitive.
true if the next button is sensitive.
true if the cancel button is sensitive.
true if the help button is sensitive.
If the variables are true, then the buttons will be clickable. This function is used primarily by the actual GnomeDruidPage widgets.MethodSystem.VoidThis will append a onto the end of the internal list.
The to be appended.
Since is just a container, you will need to also call Show() on the page, otherwise the page will not be shown.MethodSystem.VoidCreates a new toplevel window with the title of (which can be ) and a parent of (which also can be ).
an object of type
an object of type
an object of type
an object of type The druid will be placed inside this window. The window and the druid will both be shown. If you need the window widget pointer you can optionally get it through the last argument. When the druid gets destroyed, so will the window that is created here.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Druid, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new GnomeDruid widget.a new Widget.You need to add this druid to a dialog yourself, it is not a dialog.ConstructorCreates a new widget inside a new toplevel window.
A title of the window.
The parent of this window (TransientFor).
Indicates if the window should be closed when cancel is pressed.
Optional return of the created.
a new Widget.Creates a new widget and a new toplevel window with the given title (which can be null) and a parent (which also can be null). The window and the druid will both be shown.When the druid gets destroyed, so will the window that is created here.PropertyGnome.DruidPageThis will make the currently showing page in the druid.
an object of type an object of type must already be in the druid.PropertySystem.BooleanThis will make the given the currently showing page in the druid.The to be brought to the foreground.an object of type The page must already be in the druid.PropertySystem.BooleanUsed to specify if the druid is currently showing the last page of the sequence.
If true, then the "Next" button is changed to be "Finish".
an object of type If set to true, the druid will display "Finish", rather than "Next".EventSystem.EventHandlerUsed to specify if the "Help" button on the druid is visible.If set to true, the "Help" button is shown in the lower left corner of the widget.EventSystem.EventHandlerEmitted when the "Cancel" button of the druid is clicked.PropertyGLib.GTypeTo be addeda To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be addedTo be addedMethodSystem.VoidTo be addedTo be addedConstructorTo be added
a a To be added