From 28a66036954456562f29f4481c546c24e4ed73d0 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 8 Apr 2008 18:23:04 +0000 Subject: [PATCH] webservice contributions from deejay1@srem.org svn path=/trunk/gtk-sharp/; revision=100125 --- doc/en/Gtk/Image.xml | 4 ++-- doc/en/Gtk/Label.xml | 6 ++++-- doc/en/Gtk/Notebook.xml | 10 +++++----- doc/en/Gtk/Window.xml | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/en/Gtk/Image.xml b/doc/en/Gtk/Image.xml index 40c4bdc2f..c42a56835 100644 --- a/doc/en/Gtk/Image.xml +++ b/doc/en/Gtk/Image.xml @@ -14,7 +14,7 @@ can be used as a container for a or a to get custom interfaces. cannot launch events, it is necessary to - include it inside a for that purpose. + include it inside an for that purpose. @@ -860,4 +860,4 @@ If the value is , the image will be looked up on the call - + \ No newline at end of file diff --git a/doc/en/Gtk/Label.xml b/doc/en/Gtk/Label.xml index 7b566b574..b8282580f 100644 --- a/doc/en/Gtk/Label.xml +++ b/doc/en/Gtk/Label.xml @@ -83,12 +83,14 @@ pass to get an empty label widget. - The text of the label + The text of the label. Pass for no text. Creates a new label with the given text inside it. You can pass to get an empty label - widget. + widget. If contains an underscore, + the property is + automatically set to . diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index 69d8ef586..cf6772339 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -489,7 +489,7 @@ the label of a menu doesn't have to be a . it can be a - Sets or obtains yhe width of the horizontal border arround the tabs. + Sets or obtains the width of the horizontal border around the tabs. Returns the horizontal width of the border. Default value is 2. @@ -533,7 +533,7 @@ the label of a menu doesn't have to be a . it can be a - Sets or obtains the width of the vertical border arround the tabs. + Sets or obtains the width of the vertical border around the tabs. Returns the vertical width of the border. Default value is 2. @@ -555,7 +555,7 @@ the label of a menu doesn't have to be a . it can be a - Sets the width of the border arround the tabs.. + Sets the width of the border around the tabs.. Default value is 2. This is a easy the change and at the same time. Use those properties to read the width. @@ -615,7 +615,7 @@ the label of a menu doesn't have to be a . it can be a - Indicates if the popup menu in enabled. + Indicates if the popup menu is enabled. Returns true if the popup menu is enabled and false if not. if true and the user clicks with the right mouse button on the tabs, a menu with all the pages will be popped up. @@ -1026,7 +1026,7 @@ Don't forget to call the Show method on the widget or else the new page will not - Inserts a page into the notebook + Inserts a page into the notebook at the given position. The to use as the contents of the page. diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index 467c99e88..a07e9139d 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -998,7 +998,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height); The position. See also . - This property will alow you to define where a must be displayed on the screen. It work with the enum, so maybe you should check it before use it. + This property will alow you to define where a should be displayed on the screen. Position values are described in the definition.