diff --git a/doc/ChangeLog b/doc/ChangeLog index 6f1c2f7c2..90c27083d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2004-12-31 Shane Landrum + + * en/Gtk/Button.xml + * en/Gtk/Calendar.xml + * en/Gtk/ButtonBox.xml + * en/Gtk/Bindings.xml + * en/Gtk/CellRenderer.xml: Added docs. + 2004-12-31 Shane Landrum * en/Gtk/ArgFlags.xml diff --git a/doc/en/Gtk/Bindings.xml b/doc/en/Gtk/Bindings.xml index fe75a5c50..dae388033 100644 --- a/doc/en/Gtk/Bindings.xml +++ b/doc/en/Gtk/Bindings.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 + Key bindings for individual widgets. + System.Object @@ -29,11 +29,12 @@ - To be added + Looks up key bindings for to find one matching + , and if one was found, activates it. a a a - To be added + @@ -42,10 +43,10 @@ - To be added + Public constructor. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index a9751c189..8bf867e28 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -514,9 +514,11 @@ public class ButtonApp { - To be added + + Whether the button grabs focus when it is clicked with the mouse. + a - To be added + @@ -527,9 +529,15 @@ public class ButtonApp { - To be added - a - To be added + + If the child of the button is a + or , this property + can be used to control its horizontal alignment. + + a ; + 0.0 is left aligned, 1.0 is right aligned. + + @@ -540,9 +548,16 @@ public class ButtonApp { - To be added - a - To be added + + If the child of the button is a + or , this property + can be used to control its vertical alignment. + + + a ; + 0.0 is top aligned, 1.0 is bottom aligned. + + @@ -556,10 +571,10 @@ public class ButtonApp { - To be added - a - a - To be added + Gets the alignment of the child in the button. + a to put the horizontal alignment in + a to put the vertical alignment in + A convenience method; shouldn't be @@ -573,11 +588,21 @@ public class ButtonApp { - To be added - a - a - To be added + + Sets the alignment of the child. + + a , + the horizontal position of the child; 0.0 is left aligned, + 1.0 is right aligned. + a , + the vertical position of the child; 0.0 is top aligned, + 1.0 is bottom aligned. + + This has no effect + unless the button's child is a + or . + - \ No newline at end of file + diff --git a/doc/en/Gtk/ButtonBox.xml b/doc/en/Gtk/ButtonBox.xml index 28862cdd3..fd75c7681 100644 --- a/doc/en/Gtk/ButtonBox.xml +++ b/doc/en/Gtk/ButtonBox.xml @@ -141,10 +141,10 @@ - To be added - a - a - To be added + Gets the internal padding of the child widgets. + a , the horizontal value + a , the vertical value + @@ -158,10 +158,13 @@ - To be added + + Sets the minimum width and height of this button box's + child widgets. + a a - To be added + @@ -175,10 +178,10 @@ - To be added - a - a - To be added + Sets the internal padding of the child widgets. + a , the horizontal value + a , the vertical value + @@ -192,10 +195,13 @@ - To be added + + Sets the minimum width and height of this button box's + child widgets. + a a - To be added + @@ -224,10 +230,10 @@ - To be added + Returns whether should appear in a secondary group of children. a a - To be added + @@ -241,11 +247,31 @@ - To be added + + Sets whether should appear in a secondary group of children. + A typical use of a secondary child is the help button in a dialog. + a - a - To be added + a : if + , the appears in a secondary group of the button box. + + + This group appears after the other children if the style + is , + or + , + and before the the other children if the style + is %GTK_BUTTONBOX_END. + For horizontal button boxes, the definition + of before/after depends on direction of the widget (see + ). If the style is + + or , then the secondary + children are aligned at + the other end of the button box from the main children. For the + other styles, they appear immediately next to the main children. + - \ No newline at end of file + diff --git a/doc/en/Gtk/Calendar.xml b/doc/en/Gtk/Calendar.xml index 0a7a287d4..8f4ee9299 100644 --- a/doc/en/Gtk/Calendar.xml +++ b/doc/en/Gtk/Calendar.xml @@ -472,9 +472,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + The selected day as a number between 1 and 31, or 0 to unselect the currently selected day. a - To be added + @@ -485,9 +485,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + If , week numbers are displayed a - To be added + @@ -498,9 +498,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + If , day names are displayed. a - To be added + @@ -511,9 +511,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + If , a heading is displayed a - To be added + @@ -524,9 +524,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + The selected month as a number between 0 and 11. a - To be added + @@ -537,9 +537,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + The selected year. a - To be added + @@ -550,9 +550,9 @@ void HandleDaySelected (object obj, EventArgs args) - To be added + If , the selected month can not be changed. a - To be added + @@ -571,4 +571,4 @@ void HandleDaySelected (object obj, EventArgs args) - \ No newline at end of file + diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index ba3fdf801..36e0f6e68 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -376,7 +376,7 @@ - A protected constructor. (FIXME: elaborate.) + Protected constructor. a @@ -465,8 +465,14 @@ - To be added - To be added + + This event is fired when the user cancels the process of + editing a cell. + + + For example, an editable cell renderer could be written to cancel + editing when the user presses Escape. + @@ -489,9 +495,13 @@ - To be added - To be added + Causes the cell renderer to fire an event. + + This function is for use only by implementations of cell renderers that need to + notify the client program that an editing process was canceled and the + changes were not committed. + - \ No newline at end of file +