diff --git a/doc/ChangeLog b/doc/ChangeLog index ae78b109c..5b1437c84 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2005-01-05 Shane Landrum + + * en/Gtk/SignalFunc.xml + * en/Gtk/Signal.xml + * en/Gtk/RcProperty.xml + * en/Gtk/PrintFunc.xml + * en/Gtk/PreviewType.xml: Marked "Do not use." + * en/Gtk/RadioAction.xml + * en/Gtk/Toolbar.xml + * en/Gtk/Rc.xml: Added docs. + 2005-01-05 Shane Landrum * en/Gtk/*ImageData.xml: Removed, see diff --git a/doc/en/Gtk/PreviewType.xml b/doc/en/Gtk/PreviewType.xml index 0af1294cc..ac4966bcc 100644 --- a/doc/en/Gtk/PreviewType.xml +++ b/doc/en/Gtk/PreviewType.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 + Internal Enum for printing. Do not use. + System.Enum @@ -50,8 +50,8 @@ - To be added - To be added + Internal. Do not use. + @@ -63,8 +63,8 @@ - To be added - To be added + Internal. Do not use. + diff --git a/doc/en/Gtk/PrintFunc.xml b/doc/en/Gtk/PrintFunc.xml index e405d2f08..ac4519f75 100644 --- a/doc/en/Gtk/PrintFunc.xml +++ b/doc/en/Gtk/PrintFunc.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Delegate for printing. + System.Delegate @@ -30,4 +30,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/RadioAction.xml b/doc/en/Gtk/RadioAction.xml index dd004e00f..9da472b93 100644 --- a/doc/en/Gtk/RadioAction.xml +++ b/doc/en/Gtk/RadioAction.xml @@ -115,7 +115,7 @@ - To be added + The of this object. a @@ -177,4 +177,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Rc.xml b/doc/en/Gtk/Rc.xml index 677dc219f..be9a85d1c 100644 --- a/doc/en/Gtk/Rc.xml +++ b/doc/en/Gtk/Rc.xml @@ -236,10 +236,15 @@ - To be added - a - a - To be added + + Adds a that will be looked up + by a match against the widget's class pathname. + + a , the style to use for widgets matching + a , the pattern to match + + This is equivalent to a "widget_class PATTERN style STYLE" statement in a RC file. + @@ -253,10 +258,14 @@ - To be added - a - a - To be added + + Adds a that will be looked up by a match against the widget's pathname. + + a , the style to use for widgets matching + a , the pattern to match + + This is equivalent to a "widget PATTERN style STYLE" statement in a RC file. + @@ -270,10 +279,10 @@ - To be added + Deprecated. Do not use. a a - To be added + @@ -286,10 +295,28 @@ - To be added + + Recomputes the styles for all widgets that use a particular object. + a - To be added + + + There is one GtkSettings object per ; + see + + + This method is useful when some global parameter has + changed that affects the appearance of all widgets, + because when a widget gets a new style, it will both + redraw and recompute any cached information about its + appearance. As an example, it is used when the default + font size set by the operating system changes. Note that + this function doesn't affect widgets that have a style set + explicitly on them with . + + - \ No newline at end of file + diff --git a/doc/en/Gtk/RcProperty.xml b/doc/en/Gtk/RcProperty.xml index 21506ac0d..fe8328405 100644 --- a/doc/en/Gtk/RcProperty.xml +++ b/doc/en/Gtk/RcProperty.xml @@ -10,8 +10,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A type for style properties as represented in RC files. - GTK+ allows style properties to be attached to styles. Because style properties can be loaded in from configuration files, theme authors can change the look and feel of the UI without writing their own theme engine code. + For internal use only. Do not use. + +GTK+ allows style properties to be attached to styles. Because style properties can be loaded in from configuration files, theme authors can change the look and feel of the UI without writing their own theme engine code. System.ValueType @@ -112,12 +113,13 @@ - To be added + + a a a a - To be added + @@ -132,12 +134,12 @@ - To be added + Internal. Do not use. a a a a - To be added + @@ -152,12 +154,12 @@ - To be added + Internal. Do not use. a a a a - To be added + @@ -172,12 +174,12 @@ - To be added + Internal. Do not use. a a a a - To be added + @@ -192,13 +194,13 @@ - To be added + Internal. Do not use. a a a a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Signal.xml b/doc/en/Gtk/Signal.xml index 735b76885..8bfbd3275 100644 --- a/doc/en/Gtk/Signal.xml +++ b/doc/en/Gtk/Signal.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 + Deprecated. Do not use. + System.Object @@ -30,11 +30,11 @@ - To be added + Deprecated. Do not use. a a a - To be added + @@ -54,7 +54,7 @@ - To be added + Deprecated. Do not use. a a a @@ -64,7 +64,7 @@ a a a - To be added + @@ -78,10 +78,10 @@ - To be added + Deprecated. Do not use. a a - To be added + @@ -96,11 +96,11 @@ - To be added + Deprecated. Do not use. a a a - To be added + @@ -117,13 +117,13 @@ - To be added + Deprecated. Do not use. a a a a a - To be added + @@ -139,12 +139,12 @@ - To be added + Deprecated. Do not use. a a a a - To be added + @@ -153,10 +153,10 @@ - To be added + Deprecated. Do not use. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/SignalFunc.xml b/doc/en/Gtk/SignalFunc.xml index b9fc87717..423519148 100644 --- a/doc/en/Gtk/SignalFunc.xml +++ b/doc/en/Gtk/SignalFunc.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Deprecated. Do not use. + System.Delegate @@ -28,4 +28,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index fac7c2e8f..9210ae7db 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -56,8 +56,8 @@ - Adds a new space to the beginning of the toolbar. - + Deprecated. + Adds a new space to the beginning of the toolbar. @@ -99,11 +99,12 @@ - Inserts a widget in the toolbar at the given position. + Deprecated. a to add to the toolbar. The tooltip for the element. Used for context-sensitive help about this toolbar element. The number of widgets to insert this widget after. + Inserts a widget in the toolbar at the given position. @@ -118,11 +119,11 @@ - Adds a widget to the end of the given toolbar. + Deprecated. A to add to the toolbar. The tooltip for the element. Used for context-sensitive help about this toolbar element. - + Adds a widget to the end of the given toolbar. @@ -133,8 +134,8 @@ - Adds a new space to the end of the toolbar. - + Deprecated. + Adds a new space to the end of the toolbar. @@ -147,9 +148,9 @@ - Removes a space from the specified position. + Deprecated. The index of the space to remove. - + Removes a space from the specified position. @@ -164,11 +165,11 @@ - Adds a widget to the beginning of the given toolbar. + Deprecated. a to add to the toolbar. The tooltip for the element. Used for context-sensitive help about this toolbar element. - + Adds a widget to the beginning of the given toolbar. @@ -181,9 +182,9 @@ - Inserts a new space in the toolbar at the specified position. + Deprecated. Do not use. The number of widgets after which a space should be inserted. - + Inserts a new space in the toolbar at the specified position. @@ -779,4 +780,4 @@ If type == , widget is used as the n - \ No newline at end of file +