From 4e699edd172172a2f910e0212cea2a709b1bcd25 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Wed, 5 Jan 2005 22:40:29 +0000 Subject: [PATCH] 2005-01-05 Shane Landrum * en/Gtk/XEmbedMessageType.xml * en/Gtk/TargetPair.xml : Marked "Do not use." * en/Gtk/ToggleAction.xml * en/Gtk/Socket.xml * en/Gtk/Style.xml * en/Gtk/ToggleActionEntry.xml * en/Gtk/VButtonBox.xml: Added docs. svn path=/trunk/gtk-sharp/; revision=38397 --- doc/ChangeLog | 10 ++++++ doc/en/Gtk/Socket.xml | 19 +++++++--- doc/en/Gtk/Style.xml | 42 ++++++++++++++++------ doc/en/Gtk/TargetPair.xml | 6 ++-- doc/en/Gtk/ToggleAction.xml | 40 +++++++++++---------- doc/en/Gtk/ToggleActionEntry.xml | 48 ++++++++++++------------- doc/en/Gtk/VButtonBox.xml | 12 +++---- doc/en/Gtk/XEmbedMessageType.xml | 62 ++++++++++++++++---------------- 8 files changed, 141 insertions(+), 98 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5b1437c84..98646b557 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2005-01-05 Shane Landrum + + * en/Gtk/XEmbedMessageType.xml + * en/Gtk/TargetPair.xml : Marked "Do not use." + * en/Gtk/ToggleAction.xml + * en/Gtk/Socket.xml + * en/Gtk/Style.xml + * en/Gtk/ToggleActionEntry.xml + * en/Gtk/VButtonBox.xml: Added docs. + 2005-01-05 Shane Landrum * en/Gtk/SignalFunc.xml diff --git a/doc/en/Gtk/Socket.xml b/doc/en/Gtk/Socket.xml index 5db4cf6e6..80d9c50f0 100644 --- a/doc/en/Gtk/Socket.xml +++ b/doc/en/Gtk/Socket.xml @@ -205,10 +205,21 @@ Console.WriteLine ("The ID of the sockets window is {0}", socket.Id); - To be added - a - To be added + + Reparents a pre-existing toplevel window into a . + + a , the window + ID of an existing toplevel window. + + This is meant to embed clients that do not know about + embedding into a , however doing + so is inherently unreliable, and using this function is not + recommended. + + The must have already been added + into a toplevel window before you can make this call. + - \ No newline at end of file + diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index 2cfb6841f..d7fd647d6 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -1425,9 +1425,14 @@ color or pixmap specified by this style for . - To be added + Deprecated. a - To be added + + The to use for a given style. This + is deprecated and should not be used in new code. New code + should use + instead. + @@ -1438,8 +1443,16 @@ color or pixmap specified by this style for . - To be added - To be added + + Event fired when the aspects of the style specific to a + particular colormap and depth are being cleaned up. + + + A connection to this signal can be useful if a widget wants + to cache objects like a as object + data on . This signal provides a + convenient place to free such cached objects. + @@ -1450,8 +1463,15 @@ color or pixmap specified by this style for . - To be added - To be added + + Event triggered when the style has been initialized for a particular + colormap and depth. + + + Connecting to this signal is probably seldom + useful since most of the time applications and widgets only + deal with styles that have been already realized. + @@ -1486,9 +1506,9 @@ color or pixmap specified by this style for . - To be added + Deprecated. Do not use. a - To be added + @@ -1499,9 +1519,9 @@ color or pixmap specified by this style for . - To be added - To be added + Deprecated. Do not use. + - \ No newline at end of file + diff --git a/doc/en/Gtk/TargetPair.xml b/doc/en/Gtk/TargetPair.xml index 89125ee0d..baaa8987e 100644 --- a/doc/en/Gtk/TargetPair.xml +++ b/doc/en/Gtk/TargetPair.xml @@ -56,7 +56,7 @@ - To be added + Do not use. a a @@ -71,7 +71,7 @@ - To be added + Do not use. @@ -84,7 +84,7 @@ - To be added + Do not use. diff --git a/doc/en/Gtk/ToggleAction.xml b/doc/en/Gtk/ToggleAction.xml index 6cc7efe87..3cf4a1473 100644 --- a/doc/en/Gtk/ToggleAction.xml +++ b/doc/en/Gtk/ToggleAction.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 + An action which can be toggled between two states + Gtk.Action @@ -58,8 +58,8 @@ - To be added - To be added + Fires the event. + @@ -85,7 +85,7 @@ Internal constructor - a +label displayed in menu items and on buttons a a This is not typically used by C# code. @@ -101,13 +101,13 @@ - To be added - a - a - a - a + Public constructor. + a , a unique name for the action + a , the label displayed in menu items and on buttons + a , a tooltip for the action + a , the stock icon to display in widgets representing the action a - To be added + @@ -131,9 +131,11 @@ - To be added + + Whether the action should have proxies like a radio action. + a - To be added + @@ -144,9 +146,9 @@ - To be added - a - To be added + Sets the checked state on the toggle action. + a , if checked + @@ -157,9 +159,9 @@ - To be added - To be added + Event fired when the toggle is changed. + - \ No newline at end of file + diff --git a/doc/en/Gtk/ToggleActionEntry.xml b/doc/en/Gtk/ToggleActionEntry.xml index 627061bca..c03447bc4 100644 --- a/doc/en/Gtk/ToggleActionEntry.xml +++ b/doc/en/Gtk/ToggleActionEntry.xml @@ -121,11 +121,11 @@ - To be added - a - a + Public constructor + a , a unique name for the action + a , the stock icon to display in widgets representing the action a - To be added + @@ -138,12 +138,12 @@ - To be added - a - a - a + Public constructor + a , a unique name for the action + a , the stock icon to display in widgets representing the action + a , a method to call when the toggle action is activated a - To be added + @@ -157,13 +157,13 @@ - To be added - a - a - a - a + Public constructor + a , a unique name for the action + a , the stock icon to display in widgets representing the action + a , a method to call when the toggle action is activated + a , if the toggle action is currently checked a - To be added + @@ -180,16 +180,16 @@ - To be added - a - a - a - a - a - a - a + Public constructor + a , a unique name for the action + a , the stock icon to display in widgets representing the action + a , the label displayed in menu items and on buttons + a , the accelerator key sequence for the action + a , a tooltip for the action + a , a method to call when the toggle action is activated + a , if the toggle action is currently checked a - To be added + diff --git a/doc/en/Gtk/VButtonBox.xml b/doc/en/Gtk/VButtonBox.xml index 463540b12..5838101a7 100644 --- a/doc/en/Gtk/VButtonBox.xml +++ b/doc/en/Gtk/VButtonBox.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of + A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of laying out buttons vertically. The layout of buttons in this type of box is determined by the box's . Methods for manipulating button boxes are provided in the super classes, and . @@ -109,9 +109,9 @@ - To be added + The default layout style for vertical button boxes. a - To be added + @@ -122,10 +122,10 @@ - To be added + The default spacing (in pixels) for vertical button boxes. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/XEmbedMessageType.xml b/doc/en/Gtk/XEmbedMessageType.xml index 027a3eb1b..0e714676a 100644 --- a/doc/en/Gtk/XEmbedMessageType.xml +++ b/doc/en/Gtk/XEmbedMessageType.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. Do not use. + System.Enum @@ -37,8 +37,8 @@ - To be added - To be added + Internal. Do not use. + @@ -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. + @@ -76,8 +76,8 @@ - To be added - To be added + Internal. Do not use. + @@ -89,8 +89,8 @@ - To be added - To be added + Internal. Do not use. + @@ -102,8 +102,8 @@ - To be added - To be added + Internal. Do not use. + @@ -115,8 +115,8 @@ - To be added - To be added + Internal. Do not use. + @@ -128,8 +128,8 @@ - To be added - To be added + Internal. Do not use. + @@ -141,8 +141,8 @@ - To be added - To be added + Internal. Do not use. + @@ -154,8 +154,8 @@ - To be added - To be added + Internal. Do not use. + @@ -167,8 +167,8 @@ - To be added - To be added + Internal. Do not use. + @@ -180,8 +180,8 @@ - To be added - To be added + Internal. Do not use. + @@ -193,8 +193,8 @@ - To be added - To be added + Internal. Do not use. + @@ -206,8 +206,8 @@ - To be added - To be added + Internal. Do not use. + @@ -224,4 +224,4 @@ - \ No newline at end of file +