diff --git a/doc/ChangeLog b/doc/ChangeLog index 51b1a0308..a6042624a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2006-03-23 Hector E. Gomez Morales + + * en/Gtk/Button.xml + * en/Gtk/CellRendererText.xml + * en/Gtk/CellLayoutDataFunc.xml + * en/Gtk/CellRenderer.xml: Docs. + 2006-03-22 Hector E. Gomez Morales * en/Gtk/AboutDialogActivateLinkFunc.xml diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index 83ad3628b..8b51f0c66 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -659,9 +659,9 @@ This for example creates a stock OK button: - To be added - a - To be added + Child widget to appear next to the button text. + A . + diff --git a/doc/en/Gtk/CellLayoutDataFunc.xml b/doc/en/Gtk/CellLayoutDataFunc.xml index 3e53e5f6b..7c97476dc 100644 --- a/doc/en/Gtk/CellLayoutDataFunc.xml +++ b/doc/en/Gtk/CellLayoutDataFunc.xml @@ -7,10 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added. - To be added. - To be added. - To be added. + A . + A whose value is to be set. + The model. + A indicating the row to set the value for. Delegate class used as an argument for ; see that method's documentation for usage details. diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index 22f1b82d2..4487e6531 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -587,9 +587,9 @@ public class CellRendererCompletion : CellRendererText - To be added - a - To be added + Display the cell sensitive. + A . + The default value is . @@ -606,8 +606,15 @@ public class CellRendererCompletion : CellRendererText - To be added - To be added + This signal gets emitted when a cell starts to be edited. + + + The intended use of this signal is to do special setup on editable cell, e.g. adding a or setting up additional columns in a . + + + Note that GTK# doesn't guarantee that cell renderers will continue to use the same kind of widget for editing in future releases, therefore you should check the type of the cell before doing any specifi setup. + + @@ -644,9 +651,9 @@ public class CellRendererCompletion : CellRendererText - To be added + Informs the cell renderer that the editing is stopped. a - To be added + If is , the cell renderer will emit the event. This method should be called by cell renderer implementations in response to the event of . @@ -661,10 +668,10 @@ public class CellRendererCompletion : CellRendererText - To be added. - To be added. - To be added. - To be added. + Location to fill in with the fixed width of the widget, or . + Location to fill in with the fixed height of the widget, or . + Fills in and with the appropriate size. + diff --git a/doc/en/Gtk/CellRendererText.xml b/doc/en/Gtk/CellRendererText.xml index 3ccf24881..73bf72b95 100644 --- a/doc/en/Gtk/CellRendererText.xml +++ b/doc/en/Gtk/CellRendererText.xml @@ -572,9 +572,9 @@ - To be added - a - To be added + Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. + A . + Setting it to turns off ellipsizing. See the property for another way of making the text fit in a given width. @@ -591,9 +591,9 @@ - To be added - a - To be added + The desired width of the cell, in characters. + A that is equal or greater than -1. + If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater. It's default value is -1.