From 0df8781e8b506ec7391e171c491ec3fd71b6bb7d Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Mon, 3 Jan 2005 03:28:16 +0000 Subject: [PATCH] 2005-01-02 Shane Landrum * en/Gtk/ComboBox.xml: Doc edits. * en/Gtk/ContainerChild.xml * en/Gtk/Drag.xml * en/Gtk/Draw.xml * en/Gtk/CellViewMenuItem.xml * en/Gtk/DisconnectProxyArgs.xml * en/Gtk/CellView.xml * en/Gtk/Container.xml: added docs. svn path=/trunk/gtk-sharp/; revision=38259 --- doc/ChangeLog | 11 +++++++ doc/en/Gtk/CellView.xml | 52 ++++++++++++++++++++++-------- doc/en/Gtk/CellViewMenuItem.xml | 2 +- doc/en/Gtk/ComboBox.xml | 14 ++++---- doc/en/Gtk/Container.xml | 2 +- doc/en/Gtk/ContainerChild.xml | 12 +++---- doc/en/Gtk/DisconnectProxyArgs.xml | 10 +++--- doc/en/Gtk/Drag.xml | 27 +++++++++++----- doc/en/Gtk/Draw.xml | 48 +++++++++++++-------------- 9 files changed, 113 insertions(+), 65 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index c490dcc41..1ecbb186b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2005-01-02 Shane Landrum + + * en/Gtk/ComboBox.xml: Doc edits. + * en/Gtk/ContainerChild.xml + * en/Gtk/Drag.xml + * en/Gtk/Draw.xml + * en/Gtk/CellViewMenuItem.xml + * en/Gtk/DisconnectProxyArgs.xml + * en/Gtk/CellView.xml + * en/Gtk/Container.xml: added docs. + 2005-01-02 Shane Landrum * en/Gtk/ComboBox.xml diff --git a/doc/en/Gtk/CellView.xml b/doc/en/Gtk/CellView.xml index d6f2e9fb2..77075d5a6 100644 --- a/doc/en/Gtk/CellView.xml +++ b/doc/en/Gtk/CellView.xml @@ -124,10 +124,13 @@ - To be added + Re-inserts at . a a - + + Note that has already to be packed + into its view for this to function properly. + @@ -141,10 +144,14 @@ - To be added + Adds the into the end of the cell layout. a a - + + If is , then the + is allocated no more space than it needs. Any unused space is + divided evenly between cells for which is . + @@ -158,10 +165,14 @@ - To be added + Packs the into the beginning of the cell layout. a a - + + If is , then the + is allocated no more space than it needs. Any unused space is + divided evenly between cells for which is . + @@ -176,11 +187,18 @@ - To be added + + Adds an attribute mapping to the list for this cell layout. + a - a - a - + 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. + @@ -193,7 +211,8 @@ - To be added + Clears all existing attributes previously set with + . a @@ -206,7 +225,7 @@ - To be added + Unsets all the mappings on all renderers for this cell view. @@ -351,12 +370,17 @@ - To be added + Sets a data function to use for the cell layout. a a a a - + + 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. + diff --git a/doc/en/Gtk/CellViewMenuItem.xml b/doc/en/Gtk/CellViewMenuItem.xml index 27e2d529c..29397c494 100644 --- a/doc/en/Gtk/CellViewMenuItem.xml +++ b/doc/en/Gtk/CellViewMenuItem.xml @@ -9,7 +9,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + A cell view that's used to represent a menu item. diff --git a/doc/en/Gtk/ComboBox.xml b/doc/en/Gtk/ComboBox.xml index e23335e44..51b03519f 100644 --- a/doc/en/Gtk/ComboBox.xml +++ b/doc/en/Gtk/ComboBox.xml @@ -273,7 +273,7 @@ class ComboBoxSample Note that has already to be packed into the combo box for this to function properly. - + i @@ -286,7 +286,7 @@ class ComboBoxSample - + Adds the @cell to the end of the combo box. a a @@ -308,10 +308,14 @@ class ComboBoxSample - Adds the to the end of the combo box. + Packs the into the beginning of the combo box. a a - + + If is , then the + is allocated no more space than it needs. Any unused space is + divided evenly between cells for which is . + @@ -562,8 +566,6 @@ Default value: 0 Sets a data function to use for the combo box. - a - a a a a diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index 3f47dc175..f37e2bb39 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -621,7 +621,7 @@ a a a - To be added + diff --git a/doc/en/Gtk/ContainerChild.xml b/doc/en/Gtk/ContainerChild.xml index b7d6b0f7f..f7d2d125e 100644 --- a/doc/en/Gtk/ContainerChild.xml +++ b/doc/en/Gtk/ContainerChild.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 + System.Object @@ -28,7 +28,7 @@ To be added - To be added + @@ -41,7 +41,7 @@ To be added - To be added + @@ -57,7 +57,7 @@ a a a - To be added + @@ -70,7 +70,7 @@ To be added a - To be added + @@ -83,7 +83,7 @@ To be added a - To be added + diff --git a/doc/en/Gtk/DisconnectProxyArgs.xml b/doc/en/Gtk/DisconnectProxyArgs.xml index 1ff9abd7b..8e315a9f2 100644 --- a/doc/en/Gtk/DisconnectProxyArgs.xml +++ b/doc/en/Gtk/DisconnectProxyArgs.xml @@ -39,9 +39,9 @@ - To be added + The action being disconnected from a proxy. a - To be added + @@ -52,10 +52,10 @@ - To be added + The proxy from which an action is being disconnected. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Drag.xml b/doc/en/Gtk/Drag.xml index a3fa3d671..12ced6b09 100644 --- a/doc/en/Gtk/Drag.xml +++ b/doc/en/Gtk/Drag.xml @@ -526,10 +526,12 @@ - To be added + + Gets the list of targets this widget can provide for drag-and-drop. + a - a - To be added + a , or if none. + @@ -543,10 +545,14 @@ - To be added + + Changes the target types that this widget offers for drag-and-drop. + The widget must first be made into a drag source with + gtk_drag_source_set(). + a a - To be added + @@ -563,14 +569,19 @@ - To be added + Obsolete. a a a a a - To be added + + Old functionality: changes the default drag icon. GTK+ retains references for the + arguments, and will release them when they are no longer needed. + This function is obsolete. The default icon should now be changed + via the stock system by changing the stock pixbuf for #GTK_STOCK_DND. + - \ No newline at end of file + diff --git a/doc/en/Gtk/Draw.xml b/doc/en/Gtk/Draw.xml index 2d046395c..ed22b74de 100644 --- a/doc/en/Gtk/Draw.xml +++ b/doc/en/Gtk/Draw.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 + System.Object @@ -44,7 +44,7 @@ a a a - To be added + @@ -73,7 +73,7 @@ a a a - To be added + @@ -108,7 +108,7 @@ a a a - To be added + @@ -139,7 +139,7 @@ a a a - To be added + @@ -164,7 +164,7 @@ a a a - To be added + @@ -189,7 +189,7 @@ a a a - To be added + @@ -222,7 +222,7 @@ a a a - To be added + @@ -251,7 +251,7 @@ a a a - To be added + @@ -280,7 +280,7 @@ a a a - To be added + @@ -307,7 +307,7 @@ a a a - To be added + @@ -332,7 +332,7 @@ a a a - To be added + @@ -361,7 +361,7 @@ a a a - To be added + @@ -390,7 +390,7 @@ a a a - To be added + @@ -419,7 +419,7 @@ a a a - To be added + @@ -444,7 +444,7 @@ a a a - To be added + @@ -475,7 +475,7 @@ a a a - To be added + @@ -510,7 +510,7 @@ a a a - To be added + @@ -539,7 +539,7 @@ a a a - To be added + @@ -566,7 +566,7 @@ a a a - To be added + @@ -591,7 +591,7 @@ a a a - To be added + @@ -622,7 +622,7 @@ a a a - To be added + @@ -649,7 +649,7 @@ a a a - To be added + @@ -660,7 +660,7 @@ To be added a - To be added +