From 2b4bb4b9f2288591a30de8e0a12c324d7e9f37f3 Mon Sep 17 00:00:00 2001 From: Jaime Anguiano Olarra Date: Sun, 9 Mar 2003 20:34:26 +0000 Subject: [PATCH] Added description. svn path=/trunk/gtk-sharp/; revision=12389 --- doc/en/Gtk/NotebookPage.xml | 43 ++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/doc/en/Gtk/NotebookPage.xml b/doc/en/Gtk/NotebookPage.xml index ef046d23b..6a6345b2e 100644 --- a/doc/en/Gtk/NotebookPage.xml +++ b/doc/en/Gtk/NotebookPage.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,15 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Notebook page + + The Notebook page is a widget used to store and + represent a single page of a + Usually it will contain a but it + can contain other widgets giving the developer the possibility + to use custom widgets. + + GLib.Opaque @@ -31,11 +38,21 @@ - To be added - To be added: an object of type 'Gtk.Notebook' - To be added: an object of type 'Gtk.Widget' - To be added: an object of type 'int' - To be added + Returns the number of the NotebookPage containing the + widget 'child' in the Notebook. + + The Notebook that contains the widget 'child'. + The widget we are looking for. + The number of the NotebookPage containing the given + widget. -1 if the widget is not found in the Notebook. + + + + Returns the number of the NotebookPage containing a + given widget in a given Notebook or -1 if the widget is not + found. + + @@ -61,8 +78,14 @@ To be added - To be added: an object of type 'Gtk.NotebookPage' - To be added + Creates a new instance of + + + This is a constructor used by derivative types of . + This is not typically used by C# code. + +