diff --git a/doc/ChangeLog b/doc/ChangeLog index dfc4aeed1..2af7938d4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,16 @@ +2004-11-08 Dan Winship + + * en/Gtk/Box.xml: + * en/Gtk/ButtonBox.xml: + * en/Gtk/Container.xml: + * en/Gtk/Fixed.xml: + * en/Gtk/Layout.xml: + * en/Gtk/Menu.xml: + * en/Gtk/Notebook.xml: + * en/Gtk/Paned.xml: + * en/Gtk/Table.xml: + * en/Gtk/Toolbar.xml: document container child properties + 2004-11-05 Mike Kestner * Makefile.am : copy assemblies into updater so they don't diff --git a/doc/en/Gtk/Box.xml b/doc/en/Gtk/Box.xml index cf2c81655..8d4efe9da 100644 --- a/doc/en/Gtk/Box.xml +++ b/doc/en/Gtk/Box.xml @@ -279,7 +279,178 @@ Protected constructor. a - Chain to this constructor if you have not manually registered a native value for your subclass. (FIXME: make sure this is correct.) + + + + + + + Method + + System.UInt32 + + + + + + Get the padding for . + a child of this + + 's padding + See for more details about child properties. + + + + + Method + + System.Void + + + + + + + Set the padding for . + a child of this + the new padding value for + See for more details about child properties. + + + + + Method + + System.Boolean + + + + + + Get the "fill" property for . + a child of this + + 's "fill" property + See for more details about child properties. + + + + + Method + + System.Void + + + + + + + Set the "fill" property for . + a child of this + the new "fill" property for . + See for more details about child properties. + + + + + Method + + System.Boolean + + + + + + Get the "expand" property for . + a child of this + + 's "expand" property + See for more details about child properties. + + + + + Method + + System.Void + + + + + + + Set the "expand" property for . + a child of this + the new "expand" property for + See for more details about child properties. + + + + + Method + + Gtk.PackType + + + + + + Get the pack type (start or end) for . + a child of this + + 's + See for more details about child properties. + + + + + Method + + System.Void + + + + + + + Set the pack type (start or end) for . + a child of this + the new for + See for more details about child properties. + + + + + Method + + System.Int32 + + + + + + Get the position of . + a child of this + + 's position + The child's position in the parent reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end. + + + + + Method + + System.Void + + + + + + + Set the position of . + a child of this + the new position for + The child's position in the parent reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end. diff --git a/doc/en/Gtk/ButtonBox.xml b/doc/en/Gtk/ButtonBox.xml index fa9b501c4..e433f5ae0 100644 --- a/doc/en/Gtk/ButtonBox.xml +++ b/doc/en/Gtk/ButtonBox.xml @@ -34,26 +34,6 @@ - - - Method - - System.Void - - - - - - - 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 widget that is already packed into this button box - - if should be placed in a secondary group, otherwise. - - A secondary group appears after the other children if the style is , or , and before the the other children if the style is . 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. - - - Method @@ -201,22 +181,6 @@ To be added - - - Method - - System.Boolean - - - - - - To be added - a - a - To be added - - Method @@ -234,5 +198,41 @@ To be added + + + Method + + System.Boolean + + + + + + Gets whether is in the secondary group of children. + a child of this + a + See for more details on the "secondary" child property. + + + + + Method + + System.Void + + + + + + + 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 child of this + + if should be placed in a secondary group, otherwise. + + A secondary group appears after the other children if the style is , or , and before the the other children if the style is . 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/Container.xml b/doc/en/Gtk/Container.xml index 7da90e9ed..296780d1b 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -151,30 +151,29 @@ - Sets a child property for child and . - an object of type - an object of type - an object of type - Sets a child property for child and . + Sets a child property of a . + a child of this + the child property name + the value to set to + You will not normally need to use this method; Gtk# automatically generates child property accessors for all subclasses. - + Method - System.Void + GLib.Value - - Gets a child property for child and . - an object of type - an object of type - an object of type - Gets a child property for child and . + Gets a child property of a . + a child of this + the child property name + the value of the property of + You will not normally need to use this method; Gtk# automatically generates child property accessors for all subclasses. diff --git a/doc/en/Gtk/Fixed.xml b/doc/en/Gtk/Fixed.xml index 9a0018359..5b6123944 100644 --- a/doc/en/Gtk/Fixed.xml +++ b/doc/en/Gtk/Fixed.xml @@ -171,5 +171,71 @@ Chain to this constructor if you have manually registered a native value for your subclass. + + + Method + + System.Int32 + + + + + + Get the X coordinate of a child . + a child of this + 's X coordinate + + + + + + Method + + System.Void + + + + + + + Set the X coordinate of a child . + a child of this + 's new X coordinate + + + + + + Method + + System.Int32 + + + + + + Get the Y coordinate of a child . + a child of this + 's Y coordinate + + + + + + Method + + System.Void + + + + + + + Set the Y coordinate of a child . + a child of this + 's new Y coordinate + + + \ No newline at end of file diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index 529fa10b1..5e804d290 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -311,5 +311,71 @@ To be added + + + Method + + System.Int32 + + + + + + Get the X coordinate of a child . + a child of this + 's X coordinate + + + + + + Method + + System.Void + + + + + + + Set the X coordinate of a child . + a child of this + 's new X coordinate + + + + + + Method + + System.Int32 + + + + + + Get the Y coordinate of a child . + a child of this + 's Y coordinate + + + + + + Method + + System.Void + + + + + + + Set the Y coordinate of a child . + a child of this + 's new Y coordinate + + + \ No newline at end of file diff --git a/doc/en/Gtk/Menu.xml b/doc/en/Gtk/Menu.xml index 61a97d31f..7fe156d51 100644 --- a/doc/en/Gtk/Menu.xml +++ b/doc/en/Gtk/Menu.xml @@ -524,5 +524,137 @@ class PopupSample To be added + + + Method + + System.Int32 + + + + + + Get the row that the top of a menu item is attached to. + a child of this + the row + See . + + + + + Method + + System.Void + + + + + + + Set the row that the top of a menu item is attached to. + a child of this + the row + See . + + + + + Method + + System.Int32 + + + + + + Get the row that the bottom of a menu item is attached to. + a child of this + the row + See . + + + + + Method + + System.Void + + + + + + + Set the row that the bottom of a menu item is attached to. + a child of this + the row + See . + + + + + Method + + System.Int32 + + + + + + Get the column that the right of a menu item is attached to. + a child of this + the column + See . + + + + + Method + + System.Void + + + + + + + Set the column that the right of a menu item is attached to. + a child of this + the column + See . + + + + + Method + + System.Int32 + + + + + + Get the column that the left of a menu item is attached to. + a child of this + the column + See . + + + + + Method + + System.Void + + + + + + + Set the column that the left of a menu item is attached to. + a child of this + the column + See . + + \ No newline at end of file diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index 943d3c64b..ccebf571a 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -1031,5 +1031,203 @@ Don't forget to call the Show method on the widget or else the new page will not + + + Method + + System.String + + + + + + Get a page's tab label. + a child of this + the page's tab label + + + + + + Method + + System.Void + + + + + + + Set a page's tab label. + a child of this + the page's new tab label + + + + + + Method + + System.Boolean + + + + + + Get the "fill" value of a page's tab label. + a child of this + if the page's label is set to "fill" + See for more details. + + + + + Method + + System.Void + + + + + + + Set the "fill" value of a page's tab label. + a child of this + whether or not the page's label should "fill" + See for more details. + + + + + Method + + System.Boolean + + + + + + Get the "expand" value of a page's tab label. + a child of this + if the page's label is set to "expand" + See for more details. + + + + + Method + + System.Void + + + + + + + Set the "expand" value of a a page's tab label. + a child of this + whether or not the page's label should "expand" + See for more details. + + + + + Method + + Gtk.PackType + + + + + + Get the pack type of a page's tab label. + a child of this + 's label's pack type + See for more details. + + + + + Method + + System.Void + + + + + + + Set the pack type of a page's tab label. + a child of this + 's label's new pack type + See for more details. + + + + + Method + + System.Int32 + + + + + + Get the position within the notebook of a page. + a child of this + the position of in the notebook + + + + + + Method + + System.Void + + + + + + + Set the position within the notebook of a page. + a child of this + the new position of in the notebook + + + + + + Method + + System.String + + + + + + Get a page's menu label. + a child of this + the label of that page in the notebook's pop-up menu + + + + + + Method + + System.Void + + + + + + + Set a page's menu label. + a child of this + the new label of that page in the notebook's pop-up menu + + + - + \ No newline at end of file diff --git a/doc/en/Gtk/Paned.xml b/doc/en/Gtk/Paned.xml index b018ca12a..ca24e04d2 100644 --- a/doc/en/Gtk/Paned.xml +++ b/doc/en/Gtk/Paned.xml @@ -470,5 +470,71 @@ public Widget GetExampleFrame() To be added + + + Method + + System.Boolean + + + + + + Test whether or not the child resizes with the parent + a child of this + if should be resized as the parent is resized + + + + + + Method + + System.Void + + + + + + + Set whether or not the child resizes with the parent + a child of this + if should be resized as the parent is resized + + + + + + Method + + System.Boolean + + + + + + Test whether or not the child can be shrunk to less than its + a child of this + if the pane can be adjusted to make smaller than its + + + + + + Method + + System.Void + + + + + + + Set whether or not the child can be shrunk to less than its + a child of this + if the pane can be adjusted to make smaller than its + + + \ No newline at end of file diff --git a/doc/en/Gtk/Table.xml b/doc/en/Gtk/Table.xml index d1c09aef2..538eb70dc 100644 --- a/doc/en/Gtk/Table.xml +++ b/doc/en/Gtk/Table.xml @@ -345,5 +345,269 @@ public Widget MakeTableTester() Chain to this constructor if you have manually registered a native value for your subclass. + + + Method + + Gtk.AttachOptions + + + + + + Get a child's horizontal attachment options + a child of this + the + + + + + + Method + + System.Void + + + + + + + Set a child's horizontal attachment options + a child of this + the + + + + + + Method + + Gtk.AttachOptions + + + + + + Get a child's vertical attachment options + a child of this + the + + + + + + Method + + System.Void + + + + + + + Set a child's vertical attachment options + a child of this + the + + + + + + Method + + System.UInt32 + + + + + + Get the row that the bottom of this child is attached to. + a child of this + the row + + + + + + Method + + System.Void + + + + + + + Set the row that the bottom of this child is attached to. + a child of this + the row + + + + + + Method + + System.UInt32 + + + + + + Get the row that the top of this child is attached to. + a child of this + the row + + + + + + Method + + System.Void + + + + + + + Set the row that the top of this child is attached to. + a child of this + the row + + + + + + Method + + System.UInt32 + + + + + + Get the column that the left of this child is attached to. + a child of this + the column + + + + + + Method + + System.Void + + + + + + + Set the column that the left of this child is attached to. + a child of this + the column + + + + + + Method + + System.UInt32 + + + + + + Get the column that the right of this child is attached to. + a child of this + the column + + + + + + Method + + System.Void + + + + + + + Set the column that the right of this child is attached to. + a child of this + the column + + + + + + Method + + System.UInt32 + + + + + + Get the horizontal padding for this child + a child of this + the padding + + + + + + Method + + System.Void + + + + + + + Set the horizontal padding for this child + a child of this + the padding + + + + + + Method + + System.UInt32 + + + + + + Get the vertical padding for this child + a child of this + the padding + + + + + + Method + + System.Void + + + + + + + Set the vertical padding for this child + a child of this + the padding + + + \ No newline at end of file diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 6ffa1fe2c..1e6fe6bdf 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -730,5 +730,71 @@ If type == , widget is used as the n To be added + + + Method + + System.Boolean + + + + + + Test whether or not the child should be the same size as other (homogeneous) items + a child of this + if is the same size as other (homogeneous) items in this toolbar + + + + + + Method + + System.Void + + + + + + + Set whether or not the child should be the same size as other (homogeneous) items + a child of this + if should be the same size as other (homogeneous) items in this toolbar + + + + + + Method + + System.Boolean + + + + + + Test whether or not the child should receive extra space as the toolbar grows. + a child of this + if receives extra space as the toolbar grows + + + + + + Method + + System.Void + + + + + + + Set whether or not the child should receive extra space as the toolbar grows. + a child of this + if should receive extra space as the toolbar grows + + + \ No newline at end of file