From 7b754779204e98f9dcc2114ef318afb5e2c70193 Mon Sep 17 00:00:00 2001 From: Jaime Anguiano Olarra Date: Wed, 14 May 2003 12:14:31 +0000 Subject: [PATCH] Added some more info. svn path=/trunk/gtk-sharp/; revision=14573 --- doc/en/Gtk/Button.xml | 128 +++++++++++++++++++++++------------------- 1 file changed, 70 insertions(+), 58 deletions(-) diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index e2148fe5b..74c969e28 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -43,9 +43,10 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib type for Gtk.Button. + The GLib type for the Gtk.Button . + @@ -58,10 +59,16 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Gets or sets if wether the Button should use a or not. + Boolean value to select if the + Button uses a or not. + Gets a value indicating if the Button uses a . + It's possible to create a Button from , which is recommended for consistency in Gnome + apps. They also provide a and a key shortcut. + @@ -74,10 +81,14 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Gets or sets if the Button uses or not an embedded + underline in the Button indicating if a + mnemonic is associated to the Button. + Boolean value to select if the Button uses + underline or not. + Gets a value indicating if the Button uses underline + or not. + @@ -90,10 +101,12 @@ - To be added - To be added: an object of type 'Gtk.ReliefStyle' - To be added: an object of type 'Gtk.ReliefStyle' - To be added + Gets or sets the for the Button. + The for + the Button. + An instance of that + represents the relief style of the Button. + @@ -106,10 +119,13 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Gets or sets the used to be + represented with a contained by the + Button. + A to be used for + the Button's + The contained by the Button. + @@ -118,8 +134,8 @@ - To be added - To be added + launched when the button is activated. + @@ -128,8 +144,8 @@ - To be added - To be added + launched when the button is clicked. + @@ -138,8 +154,9 @@ - To be added - To be added + launched when the cursor + leaves the button area. + @@ -148,8 +165,8 @@ - To be added - To be added + launched when the button is pressed. + @@ -158,8 +175,8 @@ - To be added - To be added + launched when the button is released. + @@ -168,8 +185,9 @@ - To be added - To be added + launched when the cursor + enters the button area. + @@ -285,8 +303,8 @@ - To be added - To be added + Disposes the resources associated with this object. + @@ -297,24 +315,13 @@ - To be added - To be added: an object of type 'GLib.Type' - To be added: an object of type 'Gtk.Button' - To be added - - - - - Constructor - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Button' - To be added + Internal constructor + GLib type for the type. + Creates a new instance of Button, using the GLib + provided type. + This is a constructor used by derivative types of + that would have their own GLib type + assigned to it. This is not typically used by C# code. @@ -323,9 +330,10 @@ - To be added - To be added: an object of type 'Gtk.Button' - To be added + Default parameterless constructor. + An instance of type Gtk.Button. + This is the default constructor for the Gtk.Button + . @@ -336,10 +344,14 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'Gtk.Button' - To be added + Constructor that creates a labeled Button. The label + shows the string passed as parameter. + A that will be + used to create a for the Gtk.Button + A Gtk.Button containing a + with the string passed. + Constructor that creates a labeled button. The label + shows the string passed as parameter.