2003-02-12 02:00:12 +00:00
<Type Name= "NotebookPage" FullName= "Gtk.NotebookPage" >
2003-03-09 20:34:26 +00:00
<TypeSignature Language= "C#" Value= "public class NotebookPage : GLib.Opaque, IWrapper" Maintainer= "jaime" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-10-28 00:48:23 +00:00
<AssemblyPublicKey > </AssemblyPublicKey>
2003-02-12 02:00:12 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 02:00:12 +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:00:12 +00:00
<Docs >
2003-03-09 20:34:26 +00:00
<summary > Notebook page</summary>
<remarks >
<para > The Notebook page is a widget used to store and
represent a single page of a <see cref= "T:Gtk.Notebook" />
Usually it will contain a <see cref= "T:Gtk.Label" /> but it
can contain other widgets giving the developer the possibility
to use custom widgets.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > GLib.Opaque</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "Num" >
<MemberSignature Language= "C#" Value= "public static int Num (Gtk.Notebook notebook, Gtk.Widget child);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "notebook" Type= "Gtk.Notebook" />
<Parameter Name= "child" Type= "Gtk.Widget" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-03-09 20:34:26 +00:00
<summary > Returns the number of the NotebookPage containing the
widget 'child' in the Notebook.
</summary>
<param name= "notebook" > The Notebook that contains the widget 'child'.</param>
<param name= "child" > The widget we are looking for.</param>
<returns > The number of the NotebookPage containing the given
widget. -1 if the widget is not found in the Notebook.
</returns>
<remarks >
2003-03-15 22:50:24 +00:00
<para >
2003-03-09 20:34:26 +00:00
Returns the number of the NotebookPage containing a
given widget in a given Notebook or -1 if the widget is not
found.
</para>
2003-03-15 22:50:24 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public NotebookPage (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:00:12 +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 NotebookPage, 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:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "protected NotebookPage ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
<summary > To be added</summary>
2003-03-15 22:50:24 +00:00
<returns > Creates a new instance of <see cref= "T:Gtk.NotebookPage" /> </returns>
2003-03-09 20:34:26 +00:00
<remarks >
2003-03-15 22:50:24 +00:00
<para >
2003-03-09 20:34:26 +00:00
This is a constructor used by derivative types of <see cref= "T:Gtk.NotebookPage" /> .
This is not typically used by C# code.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2003-09-17 21:56:59 +00:00
</Type>