From 1b1c171b211a48393eeef75a17a799fab3114584 Mon Sep 17 00:00:00 2001 From: "Hector E. Gomez Morales" Date: Fri, 11 Apr 2003 11:44:38 +0000 Subject: [PATCH] Minor docs and fixes. Got half of the properties of Widget. svn path=/trunk/gtk-sharp/; revision=13516 --- doc/ChangeLog | 9 ++ doc/en/Gtk/GammaCurve.xml | 4 +- doc/en/Gtk/MenuBar.xml | 18 ++-- doc/en/Gtk/MenuItem.xml | 84 ++++++++-------- doc/en/Gtk/Widget.xml | 199 +++++++++++++++++++++++++------------ doc/en/Gtk/WidgetFlags.xml | 4 +- 6 files changed, 202 insertions(+), 116 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e4a5de2a3..c492c1176 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2003-04-11 Hector E. Gomez Morales + + * en/Gtk/GammeCurve.xml + * en/Gtk/MenuBar.xml + * en/Gtk/MenuItem.xml + * en/Gtk/Widget.xml + * en/Gtk/WidgetFlags.xml: Got half of the properties of Widget only + left the boolean ones. Minor docs and typos. + 2003-04-04 Duncan Mak * en/Gtk/Label.xml: Add first draft of Label docs. diff --git a/doc/en/Gtk/GammaCurve.xml b/doc/en/Gtk/GammaCurve.xml index 68eaebcea..f8f777028 100644 --- a/doc/en/Gtk/GammaCurve.xml +++ b/doc/en/Gtk/GammaCurve.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -104,4 +104,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuBar.xml b/doc/en/Gtk/MenuBar.xml index b2ea0078c..fad204448 100644 --- a/doc/en/Gtk/MenuBar.xml +++ b/doc/en/Gtk/MenuBar.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The MenuBar is a subclass of MenuShell which contains one to many MenuItem. + + + The result is a standard menu bar which can hold many menu items. allows for a shadow type to be set for aesthetic purposes. + + Gtk.MenuShell @@ -63,9 +67,9 @@ - To be added - To be added: an object of type 'Gtk.MenuBar' - To be added + A constructor. + An instance of . + @@ -97,4 +101,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuItem.xml b/doc/en/Gtk/MenuItem.xml index 8a69b477d..63dbc321f 100644 --- a/doc/en/Gtk/MenuItem.xml +++ b/doc/en/Gtk/MenuItem.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,9 +7,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A widget used for items in menus + A widget used for items in menus. - The MenuItem and derived widgets are the only valid children for menus. Their function is to correctly handle highlighting, alignment, events and submenus. + The and derived widgets are the only valid children for menus. Their function is to correctly handle highlighting, alignment, events and submenus. @@ -41,9 +41,9 @@ - Creates a new MenuItem with a . + Creates a new whose child is . The text to appear on this menu item. - A new MenuItem + A new . @@ -55,7 +55,7 @@ - Removes the MenuItem's submenu, if it has one. + Removes the 's submenu, if it has one. @@ -93,9 +93,9 @@ - To be added - To be added: an object of type 'int' - To be added + Emits the event on the given item. + The allocation to use as signal data. + @@ -108,9 +108,9 @@ - To be added - To be added: an object of type 'int' - To be added + Emits the event on the given item. + The requisition to use as signal data. + @@ -121,8 +121,8 @@ - To be added - To be added + Emits the event on the given item. + @@ -159,9 +159,9 @@ - To be added - To be added: an object of type 'Gtk.MenuItem' - To be added + A constructor. + An instance of . + @@ -200,26 +200,31 @@ - To be added - To be added: an object of type 'Gtk.Widget' - To be added: an object of type 'Gtk.Widget' - To be added + Sets or obtains the widget submenu. + The submenu. + A submenu for this menu item, or if none. + Property + System.String - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Sets the accelerator path. + An accelerator path, corresponding to this menu item's functionality, or to unset the current path. + The accelerator path of the menu item. + + + Sets the accelerator path, through which runtime changes of the menu item's accelerator caused by the user can be identified and saved to persistant storage. + + @@ -228,14 +233,15 @@ System.Boolean - + + - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Sets or obtains whether the menu item appears justified at the right side of a menu bar. + If the menu item will appear at the far right if added to a menu bar. + Returns if the menu item will appear at the far right if added to a menu bar. + @@ -244,8 +250,8 @@ - To be added - To be added + Emitted when the item is activated. + @@ -254,8 +260,8 @@ - To be added - To be added + Emitted when the item is activated, but also if the menu item has a submenu. For normal applications, the relevant event is . + @@ -264,8 +270,8 @@ - To be added - To be added + Emitted when size is allocated. + @@ -274,8 +280,8 @@ - To be added - To be added + Emitted when size is requested. + @@ -295,4 +301,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index c4c4ac3db..d9730e97b 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1346,7 +1346,7 @@ - A coonstructor. + A constructor. An instance of . @@ -1358,9 +1358,13 @@ Gdk.Visual - To be added - To be added: an object of type 'Gdk.Visual' - To be added + Obtains the visual of the default colormap. + Returns a visual of the default colormap. + + + Not really useful; used to be useful before existed. + + @@ -1370,9 +1374,13 @@ Gtk.Style - To be added - To be added: an object of type 'Gtk.Style' - To be added + Obtains the default style used by all widgets initially. + Returns the default style. This object is owned by GTK+ and should not be modified or freed. + + + Returns the default style used by all widgets initially. + + @@ -1385,10 +1393,14 @@ - To be added - To be added: an object of type 'Gdk.Colormap' - To be added: an object of type 'Gdk.Colormap' - To be added + Sets or obtains the default colormap to use when creating widgets. + A colormap (see ). + A . + + + is a better function to use if you only want to affect a few widgets, rather than all widgets. + + @@ -1401,10 +1413,14 @@ - To be added - To be added: an object of type 'Gtk.TextDirection' - To be added: an object of type 'Gtk.TextDirection' - To be added + Sets or obtains the default reading direction for widgets. + A . + A . + + + Where the direction has not been explicitly set by . + + @@ -1450,9 +1466,9 @@ Atk.Object - To be added - To be added: an object of type 'Atk.Object' - To be added + Obtains the default reading direction for widgets. + A . + Obtains the default reading direction for widgets. @@ -1465,10 +1481,14 @@ - To be added - To be added: an object of type 'Gtk.TextDirection' - To be added: an object of type 'Gtk.TextDirection' - To be added + Sets or obtains the reading direction on a particular . + A . + The reading direction for the widget. + + + This direction controls the primary direction for widgets containing text, and also the direction in which the children of a container are packed. The ability to set the direction is present in order so that correct localization into languages with right-to-left reading directions can be done. Generally, applications will let the default reading direction present, except for containers where the containers are arranged in an order that is explicitely visual rather than logical (such as buttons for text justification). If the direction is set none, then the value set by will be used. + + @@ -1481,10 +1501,14 @@ - To be added - To be added: an object of type 'Gdk.Colormap' - To be added: an object of type 'Gdk.Colormap' - To be added + Sets or obtains the colormap that will be used to render . + A colormap (see ). + A . + + + Widget must not have been previously realized. + + @@ -1497,10 +1521,17 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Sets or obtains whether should be mapped along with its when its parent is mapped and has been shown with . + If , should be mapped along with its parent. + Returns if the widget is mapped with the parent. + + + The child visibility can be set for widget before it is added to a container with , to avoid mapping children unnecessary before immediately unmapping them. However it will be reset to its default state of when the widget is removed from a container. + + + Note that changing the child visibility of a widget does not queue a resize on the widget. Most of the time, the size of a widget is computed from all visible children, whether or not they are mapped. If this is not the case, the container can queue a resize itself. This function is only useful for container implementations and never should be called by an application. + + @@ -1513,10 +1544,14 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Sets or obtains a composite name. + The name to set. + The composite name of , or if is not a composite child. The string should not be freed when it is no longer needed. + + + The widget must be a composite child of its parent; see . + + @@ -1526,9 +1561,13 @@ Gtk.Widget - To be added - To be added: an object of type 'Gtk.Widget' - To be added + Obtains the topmost widget in the container hierarchy is a part of. + The topmost ancestor of , or itself if there's no ancestor. + + + Note the difference in behavior against , would return if wasn't inside a toplevel window, and if the window was inside a GtkWindow-derived widget which was in turn inside the toplevel . While the second case may seem unlikely, it actually happens when a is embedded inside a within the same application. To reliably find the toplevel , use and check if the flag is set on the result. + + @@ -1542,15 +1581,14 @@ Sets whether a size allocation changes, the entire is queued for drawing. - - the entire widget will be redrawn when it is allocated to a new size. only the new portion of the widget will be redrawn. + the entire widget will be redrawn when it is allocated to a new size. only the new portion of the widget will be redrawn. Returns because it is on by Default, but returns if you turn it off. - By default, this setting is and the entire is redrawn on every size change. If your widget leaves the upper left are unchanged when made bigger, turning this setting on will improve performance. + By default, this setting is and the entire is redrawn on every size change. If your widget leaves the upper left are unchanged when made bigger, turning this setting on will improve performance. - Note that for widgets setting this flag to turns off all allocation on resizing: the widget will not even redraw if its position changes; this is to allow containers that don't draw anything to avoid excess invalidations. If you set this flag on a widget that does draw on ->window, you are responsible for invalidating both the old and new allocation of the when the widget is moved and responsible for invalidating regions newly when the increases size. + Note that for widgets setting this flag to turns off all allocation on resizing: the widget will not even redraw if its position changes; this is to allow containers that don't draw anything to avoid excess invalidations. If you set this flag on a widget that does draw on ->window, you are responsible for invalidating both the old and new allocation of the when the widget is moved and responsible for invalidating regions newly when the increases size. @@ -1566,15 +1604,14 @@ Use this function to turn off the double buffering. - - is on by Default, if you want to turn off double buffering no use call for true because it is default + is on by Default, if you want to turn off double buffering no use call for true because it is default. Returns because double buffering is on by Default, but returns if you turn it off. - Widgets are double buffered by default, you can use this function to turn off the buffering. "Double buffered" simply means that and are called automatically around events sent to the widget. diverts all drawing to a 's window to an offscreen buffer, and draws the buffer to the screen. The result is that users see the window update in one smooth step, and don't see individual graphics primitives being rendered. + Widgets are double buffered by default, you can use this function to turn off the buffering. "Double buffered" simply means that and are called automatically around events sent to the widget. diverts all drawing to a 's window to an offscreen buffer, and draws the buffer to the screen. The result is that users see the window update in one smooth step, and don't see individual graphics primitives being rendered. - In very simple terms, double buffered widgets don't flicker, so you would only use this function to turn off double buffering if you had special needs and really knew what you were doing. + In very simple terms, double buffered widgets don't flicker, so you would only use this function to turn off double buffering if you had special needs and really knew what you were doing. @@ -1586,9 +1623,13 @@ Gtk.Settings - To be added - To be added: an object of type 'Gtk.Settings' - To be added + Obtains the settings object holding the settings (global property settings, RC file information, etc) used for this . + The relevant object. + + + Note that this function can only be called when the is attached to a toplevel, since the settings object is specific to a particular . + + @@ -1601,10 +1642,14 @@ - To be added - To be added: an object of type 'Gdk.Window' - To be added: an object of type 'Gdk.Window' - To be added + Sets or obtains 's parent window. + The new parent window. + The parent window of . + + + Sets or obtains 's parent window. + + @@ -1614,9 +1659,16 @@ Pango.Context - To be added - To be added: an object of type 'Pango.Context' - To be added + Obtains a with the appropriate colormap, font description and base direction for . + + + + Unlike the context returned by , this context is owned by the (it can be used until the screen for the widget changes or the widget is removed from its toplevel), and will be updated to match any changes to the 's attributes. + + + If you create and keep a using this context, you must deal with changes to the context by calling on the layout in response to the and signals for the . + + @@ -1629,10 +1681,14 @@ - To be added - To be added: an object of type 'Gtk.StateType' - To be added: an object of type 'Gtk.StateType' - To be added + Sets the state of a (insensitive, prelighted, etc.). + New state for . + The of the . + + + Usually you should set the state using wrapper functions such as . This function is for use in widget implementations. + + @@ -1642,9 +1698,13 @@ Gdk.Visual - To be added - To be added: an object of type 'Gdk.Visual' - To be added + Obtains the visual that will be used to render . + The visual for . + + + Obtains the visual that will be used to render . + + @@ -1654,9 +1714,16 @@ Gtk.RcStyle - To be added - To be added: an object of type 'Gtk.RcStyle' - To be added + Obtains the current modifier style for the widget.(As set by ) + The modifier style for the widget. This rc style is owned by the widget. + + + If no style has previously set, a new will be created with all values unset, and set as the modifier style for the widget. If you make changes to this rc style, you must call , passing in the returned rc style, to make sure that your changes take effect. + + + Caution: passing the style back to will normally end up destroying it, because copies the passed-in style and sets the copy as the new modifier style, thus dropping any reference to the old modifier style. Add a reference to the modifier style if you want to keep it alive. + + @@ -2514,4 +2581,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/WidgetFlags.xml b/doc/en/Gtk/WidgetFlags.xml index 2d4c22ea8..add5411d3 100644 --- a/doc/en/Gtk/WidgetFlags.xml +++ b/doc/en/Gtk/WidgetFlags.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -323,4 +323,4 @@ - \ No newline at end of file +