diff --git a/doc/ChangeLog b/doc/ChangeLog index 90c27083d..c490dcc41 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2005-01-02 Shane Landrum + + * en/Gtk/ComboBox.xml + * en/Gtk/CellViewMenuItem.xml + * en/Gtk/CellView.xml + * en/Gtk/CellRendererSepText.xml + * en/Gtk/ConnectProxyArgs.xml + * en/Gtk/Combo.xml + * en/Gtk/CellRendererText.xml + * en/Gtk/CheckMenuItem.xml: Added docs. + 2004-12-31 Shane Landrum * en/Gtk/Button.xml diff --git a/doc/en/Gtk/CellRendererSepText.xml b/doc/en/Gtk/CellRendererSepText.xml index bf445b840..6c2e34f24 100644 --- a/doc/en/Gtk/CellRendererSepText.xml +++ b/doc/en/Gtk/CellRendererSepText.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Renders a separator in a cell. + Gtk.CellRendererText @@ -72,10 +72,10 @@ - To be added + Protected constructor. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/CellRendererText.xml b/doc/en/Gtk/CellRendererText.xml index 0893024bc..529af4941 100644 --- a/doc/en/Gtk/CellRendererText.xml +++ b/doc/en/Gtk/CellRendererText.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Renders text in a cell - Used to add text to a + Used to add text to a . Gtk.CellRenderer @@ -461,9 +461,9 @@ - To be added + Whether or not to keep all text in a single paragraph. a - To be added + @@ -474,10 +474,13 @@ - To be added + The language this text is in, as an ISO code. a - To be added + + Pango can use this as a hint when rendering the text. If you + don't understand this parameter, you probably don't need it. + - \ No newline at end of file + diff --git a/doc/en/Gtk/CellView.xml b/doc/en/Gtk/CellView.xml index 631ece585..d6f2e9fb2 100644 --- a/doc/en/Gtk/CellView.xml +++ b/doc/en/Gtk/CellView.xml @@ -88,11 +88,11 @@ - To be added + Sets the value of 's property to , then resizes and redraws this cell view. a a a - To be added + @@ -127,7 +127,7 @@ To be added a a - To be added + @@ -144,7 +144,7 @@ To be added a a - To be added + @@ -161,7 +161,7 @@ To be added a a - To be added + @@ -180,7 +180,7 @@ a a a - To be added + @@ -195,7 +195,7 @@ To be added a - To be added + @@ -207,7 +207,7 @@ To be added - To be added + @@ -356,8 +356,8 @@ a a a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/CellViewMenuItem.xml b/doc/en/Gtk/CellViewMenuItem.xml index 53ca99ba9..27e2d529c 100644 --- a/doc/en/Gtk/CellViewMenuItem.xml +++ b/doc/en/Gtk/CellViewMenuItem.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + Gtk.MenuItem @@ -41,7 +41,7 @@ To be added a a - To be added + @@ -57,7 +57,7 @@ To be added a a - To be added + @@ -107,9 +107,9 @@ - To be added + Public constructor. a - To be added + @@ -121,11 +121,11 @@ - To be added + Public constructor. a a a - To be added + @@ -136,10 +136,10 @@ - To be added + Public constructor. a a - To be added + @@ -156,4 +156,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/CheckMenuItem.xml b/doc/en/Gtk/CheckMenuItem.xml index d995e70da..1b7421c18 100644 --- a/doc/en/Gtk/CheckMenuItem.xml +++ b/doc/en/Gtk/CheckMenuItem.xml @@ -200,9 +200,9 @@ - To be added + Whether the menu item looks like a radio menu item. a - To be added + @@ -212,9 +212,9 @@ System.Boolean - To be added + Whether this menu item can be toggled. a - To be added + @@ -225,9 +225,9 @@ - Emits the "toggle" signal + Fires the event. - \ No newline at end of file + diff --git a/doc/en/Gtk/Combo.xml b/doc/en/Gtk/Combo.xml index ed75ef04c..734cdac2d 100644 --- a/doc/en/Gtk/Combo.xml +++ b/doc/en/Gtk/Combo.xml @@ -285,7 +285,7 @@ class ComboSample Specifies if the arrow (cursor) keys can be used to step through the items in the list. - if the arrow keys can be used to step through the items in the list. + A ; if the arrow keys can be used to step through the items in the list. if the arrow keys can be used to step through the items in the list. This is by default. @@ -329,7 +329,7 @@ class ComboSample - Protected contstructor. + Protected constructor. a a Chain to this constructor if you have manually registered a native value for your subclass. @@ -358,11 +358,11 @@ class ComboSample - To be added + Whether entered values must already be present in the list. a a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/ComboBox.xml b/doc/en/Gtk/ComboBox.xml index d18b58638..e23335e44 100644 --- a/doc/en/Gtk/ComboBox.xml +++ b/doc/en/Gtk/ComboBox.xml @@ -9,7 +9,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A widget used to choose from a list of items + A widget used to choose from a list of items. @@ -220,7 +220,7 @@ class ComboBoxSample Sets the current active item to be the one referenced by iter. a - To be added + @@ -266,10 +266,13 @@ class ComboBoxSample - To be added + Re-inserts at . a a - To be added + + Note that has already to be packed + into the combo box for this to function properly. + @@ -283,10 +286,14 @@ class ComboBoxSample - To be added + a a - To be added + + If is , then the + is allocated no more space than it needs. Any unused space is + divided evenly between cells for which is . + @@ -295,15 +302,16 @@ class ComboBoxSample System.Void + - To be added + Adds the to the end of the combo box. a a - To be added + @@ -318,11 +326,18 @@ class ComboBoxSample - To be added + + Adds an attribute mapping to the list in this combo box. + a - a - a - To be added + a , parameter on to be set from the value + a , column of the model to get a value from. + + The is the column of the model to get a value from, and the is the + parameter on to be set from the value. So for example if column 2 + of the model contains strings, you could have the "text" attribute of a + get its values from column 2. + @@ -335,9 +350,12 @@ class ComboBoxSample - To be added + + Clears all existing attributes previously set with + . + a - To be added + @@ -348,8 +366,8 @@ class ComboBoxSample - To be added - To be added + Unsets all the mappings on all renderers for this combo box. + @@ -363,10 +381,15 @@ class ComboBoxSample - To be added + Sets a data function to use for the combo box. a a - To be added + + The data function + is used instead of the standard attributes mapping for setting the + column value, and should set the value of the cell renderer + as appropriate. may be to remove an older one. + @@ -538,13 +561,20 @@ Default value: 0 - To be added + Sets a data function to use for the combo box. + a + a a a a a - To be added + + The data function + is used instead of the standard attributes mapping for setting the + column value, and should set the value of the cell renderer + as appropriate. may be to remove an older one. + - \ No newline at end of file + diff --git a/doc/en/Gtk/ConnectProxyArgs.xml b/doc/en/Gtk/ConnectProxyArgs.xml index a9b7d98c6..8f2b917df 100644 --- a/doc/en/Gtk/ConnectProxyArgs.xml +++ b/doc/en/Gtk/ConnectProxyArgs.xml @@ -39,9 +39,9 @@ - To be added + The action being connected to a proxy. a - To be added + @@ -52,10 +52,10 @@ - To be added + The proxy to which an action is being connected. a - To be added + - \ No newline at end of file +