<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<summary>This will prepend a <seecref="T:Gnome.DruidPage"/> into the internal list of pages of the druid.</summary>
<paramname="page">an object of type <seecref="T:Gnome.DruidPage"/></param>
<remarks>Since GnomeDruid is just a container, you will need to also call <seecref="M:Gtk.Widget.Show()"/> on the page, otherwise the page will not be shown.</remarks>
<summary>This will insert <paramrefname="page"/> after <paramrefname="back_page"/> into the list of internal pages of the druid.</summary>
<paramname="back_page">an object of type <seecref="T:Gnome.DruidPage"/></param>
<paramname="page">an object of type <seecref="T:Gnome.DruidPage"/></param>
<remarks>If <paramrefname="back_page"/> is not present in the list or <seelangword="null"/>, <paramrefname="page"/> will be prepended to the list. Since <seecref="T:Gnome.Druid"/> is just a container, you will need to also call <seecref="M:Gtk.Widget.Show()"/> on the page, otherwise the page will not be shown.</remarks>
<summary>Sets the sensitivity of of the control-buttons for the <seecref="T:Gnome.Druid"/>.</summary>
<paramname="back_sensitive">an object of type <seecref="T:System.Boolean"/></param>
<paramname="next_sensitive">an object of type <seecref="T:System.Boolean"/></param>
<paramname="cancel_sensitive">an object of type <seecref="T:System.Boolean"/></param>
<paramname="help_sensitive">an object of type <seecref="T:System.Boolean"/></param>
<remarks>If the variables are <seelangword="true"/>, then they will be clickable. This function is used primarily by the actual <seecref="T:Gnome.DruidPage"/> widgets.</remarks>
<summary>This will append <paramrefname="page"/> onto the end of the internal list of the druid.</summary>
<paramname="page">an object of type <seecref="T:Gnome.DruidPage"/></param>
<remarks>Since GnomeDruid is just a container, you will need to also call <seecref="M:Gtk.Widget.Show()"/> on the page, otherwise the page will not be shown.</remarks>
<summary>Creates a new toplevel window with the title of <paramrefname="title"/> (which can be <seelangword="null"/>) and a parent of <paramrefname="parent"/> (which also can be <seelangword="null"/>).</summary>
<paramname="title">an object of type <seecref="T:System.String"/></param>
<paramname="parent">an object of type <seecref="T:Gtk.Window"/></param>
<paramname="close_on_cancel">an object of type <seecref="T:System.Boolean"/></param>
<paramname="window">an object of type <seecref="T:Gtk.Widget"/></param>
<remarks>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.</remarks>
<summary>Used to specify if the druid is currently showing the last page of the sequence (and hence should display "Finish", rather than "Next").</summary>
<paramname="value">an object of type <seecref="T:System.Boolean"/></param>
<returns>an object of type <seecref="T:System.Boolean"/></returns>
<returns>Creates a new instance of Druid, using the GLib-provided type</returns>
<remarks>
<para>This is a constructor used by derivative types of <seecref="T:Gnome.Druid"/> that would have their own GLib type assigned to it. This is not typically used by C# code.</para>