2003-02-12 02:14:42 +00:00
<Type Name= "DruidPageStandard" FullName= "Gnome.DruidPageStandard" >
2003-12-09 01:57:59 +00:00
<TypeSignature Language= "C#" Value= "public class DruidPageStandard : Gnome.DruidPage, Implementor, IWrapper, IDisposable" Maintainer= "John Luke" />
2003-02-12 02:14:42 +00:00
<AssemblyInfo >
<AssemblyName > gnome-sharp</AssemblyName>
2003-12-09 01:57:59 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 02:14:42 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 02:14:42 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > A widget used to implement the middle pages in a <see cref= "T:Gnome.Druid" /> sequence.
</summary>
<remarks >
<para >
This widget provides similar functionality to that in GnomeDruidPageEdge. It is used for pages that are not the initial or terminal pages of a druid.
</para>
<para >
The main difference between an edge and a standard druid page (in a display sense) is that standard pages do not have a left-side watermark and the body of the contents section is a bit more arbitrary (it is a <see cref= "T:Gtk.VBox" /> ), rather than just displaying text (which is the common case for edge pages).
</para>
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
<Base >
<BaseTypeName > Gnome.DruidPage</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > Atk.Implementor</InterfaceName>
</Interface>
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
<Interface >
<InterfaceName > System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "AppendItem" >
<MemberSignature Language= "C#" Value= "public void AppendItem (string question, Gtk.Widget item, string additional_info);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "question" Type= "System.String" />
<Parameter Name= "item" Type= "Gtk.Widget" />
<Parameter Name= "additional_info" Type= "System.String" />
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > Convenience function to add a <see cref= "T:Gtk.Widget" /> to the <see cref= "T:Gnome.DruidPageStandard" /> vbox.</summary>
<param name= "question" > an object of type <see cref= "T:System.String" /> </param>
<param name= "item" > an object of type <see cref= "T:Gtk.Widget" /> </param>
<param name= "additional_info" > an object of type <see cref= "T:System.String" /> </param>
<remarks >
<para >
This function creates a new contents section that has the <paramref name= "question" /> text followed by the <paramref name= "item" /> widget and then the <paramref name= "addition_info" /> text, all stacked vertically from top to bottom.
</para>
<para >
The <paramref name= "item" /> widget could be something like a set of radio checkbuttons requesting a choice from the user.
</para>
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "Finalize" >
2003-10-13 22:55:58 +00:00
<MemberSignature Language= "C#" Value= "protected override void Finalize ();" />
2003-02-12 02:14:42 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Disposes the resources associated with the object.</summary>
<remarks />
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public DruidPageStandard (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<returns > An instance of DruidPageStandard, wrapping the C object.</returns>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public DruidPageStandard ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2003-12-09 01:57:59 +00:00
<summary > Default constructor</summary>
<returns > an object of type <see cref= "T:Gnome.DruidPageStandard" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public DruidPageStandard (string title, Gdk.Pixbuf logo, Gdk.Pixbuf top_watermark);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "title" Type= "System.String" />
<Parameter Name= "logo" Type= "Gdk.Pixbuf" />
<Parameter Name= "top_watermark" Type= "Gdk.Pixbuf" />
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > Creates a new <see cref= "T:Gnome.DruidPageStandard" /> instance.</summary>
<param name= "title" > an object of type <see cref= "T:System.String" /> </param>
<param name= "logo" > an object of type <see cref= "T:Gdk.Pixbuf" /> </param>
<param name= "top_watermark" > an object of type <see cref= "T:Gdk.Pixbuf" /> </param>
<returns > an object of type <see cref= "T:Gnome.DruidPageStandard" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static uint GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.UInt32</ReturnType>
</ReturnValue>
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The <see cref= "T:GLib.Type" /> for <see cref= "T:Gnome.DruidPageStandard" /> </summary>
<returns > The <see cref= "T:GLib.Type" /> for the <see cref= "T:Gnome.DruidPageStandard" /> class.</returns>
2003-02-23 07:26:30 +00:00
<remarks />
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "ContentsBackground" >
<MemberSignature Language= "C#" Value= "public Gdk.Color ContentsBackground { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The color of the main contents section background.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "TitleForegroundGdk" >
<MemberSignature Language= "C#" Value= "public Gdk.Color TitleForegroundGdk { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The title text to the specified color.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "LogoBackgroundGdk" >
<MemberSignature Language= "C#" Value= "public Gdk.Color LogoBackgroundGdk { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The background of the logo.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "TitleForegroundSet" >
<MemberSignature Language= "C#" Value= "public bool TitleForegroundSet { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
<summary > To be added</summary>
2003-12-09 01:57:59 +00:00
<param name= "value" > an object of type <see cref= "T:System.Boolean" /> </param>
<returns > an object of type <see cref= "T:System.Boolean" /> </returns>
2003-02-12 02:14:42 +00:00
<remarks > To be added</remarks>
</Docs>
</Member>
<Member MemberName= "Logo" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixbuf Logo { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixbuf</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > Sets a <see cref= "T:Gdk.Pixbuf" /> as the logo in the top right corner.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > If <see langword = "null" /> , then no logo will be displayed.</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "TitleForeground" >
<MemberSignature Language= "C#" Value= "public Gdk.Color TitleForeground { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The title text to the specified color.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "LogoBackground" >
<MemberSignature Language= "C#" Value= "public Gdk.Color LogoBackground { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The background color of the logo</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "Background" >
<MemberSignature Language= "C#" Value= "public Gdk.Color Background { set; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The background color of the top section of the druid page.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "Title" >
<MemberSignature Language= "C#" Value= "public string Title { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The title of the druid page.</summary>
<param name= "value" > an object of type <see cref= "T:System.String" /> </param>
<returns > an object of type <see cref= "T:System.String" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "BackgroundGdk" >
<MemberSignature Language= "C#" Value= "public Gdk.Color BackgroundGdk { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Color</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > The background color of the top section of the druid page.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Color" /> </param>
<returns > an object of type <see cref= "T:Gdk.Color" /> </returns>
<remarks > </remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "TopWatermark" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixbuf TopWatermark { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixbuf</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-12-09 01:57:59 +00:00
<summary > Sets a <see cref= "T:Gdk.Pixbuf" /> as the watermark on the top strip on the druid.</summary>
<param name= "value" > an object of type <see cref= "T:Gdk.Pixbuf" /> </param>
<returns > an object of type <see cref= "T:Gdk.Pixbuf" /> </returns>
<remarks > If <see langword= "null" /> , it is reset to the normal color.</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "LogoBackgroundSet" >
<MemberSignature Language= "C#" Value= "public bool LogoBackgroundSet { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
<summary > To be added</summary>
2003-12-09 01:57:59 +00:00
<param name= "value" > an object of type <see cref= "T:System.Boolean" /> </param>
<returns > an object of type <see cref= "T:System.Boolean" /> </returns>
2003-02-12 02:14:42 +00:00
<remarks > To be added</remarks>
</Docs>
</Member>
<Member MemberName= "BackgroundSet" >
<MemberSignature Language= "C#" Value= "public bool BackgroundSet { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-12-09 01:57:59 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
<summary > To be added</summary>
2003-12-09 01:57:59 +00:00
<param name= "value" > an object of type <see cref= "T:System.Boolean" /> </param>
<returns > an object of type <see cref= "T:System.Boolean" /> </returns>
2003-02-12 02:14:42 +00:00
<remarks > To be added</remarks>
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "protected DruidPageStandard (GLib.Type gtype);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "gtype" Type= "GLib.Type" />
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
<summary > Internal constructor</summary>
<param name= "gtype" > GLib type for the type</param>
<returns > Creates a new instance of DruidPageStandard, using the GLib-provided type</returns>
<remarks >
<para > This is a constructor used by derivative types of <see cref= "T:Gnome.DruidPageStandard" /> that would have their own GLib type assigned to it. This is not typically used by C# code.</para>
</remarks>
</Docs>
</Member>
2003-02-12 02:14:42 +00:00
</Members>
2003-12-09 01:57:59 +00:00
</Type>