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. + +