From 8a07f38fc87a8e95470ba985a92285a62a8b98b0 Mon Sep 17 00:00:00 2001 From: Martin Willemoes Hansen Date: Sat, 2 Aug 2003 16:54:18 +0000 Subject: [PATCH] * /en/Gnome/ClientFlags.xml: * /en/Gnome/DialogType.xml: * /en/Gnome/EdgePosition.xml: * /en/Gnome/InteractStyle.xml: * /en/Gnome/RestartStyle.xml: * /en/Gnome/SaveStyle.xml: * /en/Gnome/UIInfoType.xml: documented svn path=/trunk/gtk-sharp/; revision=17006 --- doc/ChangeLog | 10 +++++++++ doc/en/Gnome/ClientFlags.xml | 16 ++++++++++----- doc/en/Gnome/DialogType.xml | 7 +++---- doc/en/Gnome/EdgePosition.xml | 15 ++++++++------ doc/en/Gnome/InteractStyle.xml | 9 ++++----- doc/en/Gnome/RestartStyle.xml | 12 +++++------ doc/en/Gnome/SaveStyle.xml | 9 ++++----- doc/en/Gnome/UIInfoType.xml | 37 ++++++++++++++++++++++------------ 8 files changed, 71 insertions(+), 44 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f03fe5df4..d4821b2c7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2003-08-02 Martin Willemoes Hansen + + * /en/Gnome/ClientFlags.xml: + * /en/Gnome/DialogType.xml: + * /en/Gnome/EdgePosition.xml: + * /en/Gnome/InteractStyle.xml: + * /en/Gnome/RestartStyle.xml: + * /en/Gnome/SaveStyle.xml: + * /en/Gnome/UIInfoType.xml: documented + 2003-08-01 Martin Willemoes Hansen * /en/Gtk/MessageDialog.xml: Fixed remark. diff --git a/doc/en/Gnome/ClientFlags.xml b/doc/en/Gnome/ClientFlags.xml index f5ad61e2a..006ec0eb0 100644 --- a/doc/en/Gnome/ClientFlags.xml +++ b/doc/en/Gnome/ClientFlags.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 + Flags indicating the status of a client (as seen by the session manager). + Used as return values by . System.Enum @@ -34,7 +34,7 @@ - To be added + The client is connected to the session manager. To be added @@ -46,7 +46,10 @@ - To be added + + The client has been restarted (i.e. it has been running + with the same client id previously). + To be added @@ -58,7 +61,10 @@ - To be added + + There may be a configuration file from which the client's state + should be restored (applies only to the master client). + To be added diff --git a/doc/en/Gnome/DialogType.xml b/doc/en/Gnome/DialogType.xml index c32e81fc7..4aa380416 100644 --- a/doc/en/Gnome/DialogType.xml +++ b/doc/en/Gnome/DialogType.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The dialogs used by the session manager to handle user interactions. System.Enum @@ -34,7 +33,7 @@ - To be added + Used when an error has occurred. To be added @@ -46,7 +45,7 @@ - To be added + Used for all other (non-error) interactions. To be added diff --git a/doc/en/Gnome/EdgePosition.xml b/doc/en/Gnome/EdgePosition.xml index cfa037d0d..b9b5d80aa 100644 --- a/doc/en/Gnome/EdgePosition.xml +++ b/doc/en/Gnome/EdgePosition.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 + Used to pass around information about the position of a GnomeDruidPage within the overall GnomeDruid. + This enables the correct "surrounding" content for the page to be drawn. System.Enum @@ -34,7 +34,7 @@ - To be added + The current page is at the beginning of the druid. To be added @@ -46,7 +46,7 @@ - To be added + The current page is at the end of the druid. To be added @@ -58,7 +58,7 @@ - To be added + The current page is neither the first nor the last page (usually not required). To be added @@ -70,7 +70,10 @@ - To be added + + Used internally to indicate the last value of the enumeration. + This should not be passed in to any function expecting a GnomeEdgePosition value. + To be added diff --git a/doc/en/Gnome/InteractStyle.xml b/doc/en/Gnome/InteractStyle.xml index 831d94c4c..c910bb0c4 100644 --- a/doc/en/Gnome/InteractStyle.xml +++ b/doc/en/Gnome/InteractStyle.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Indicates how a "SaveYourself" command should interact with the user. System.Enum @@ -34,7 +33,7 @@ - To be added + The client should never interact with the user. To be added @@ -46,7 +45,7 @@ - To be added + The client should only interact when there are errors. To be added @@ -58,7 +57,7 @@ - To be added + The client can interact with the user for any reason. To be added diff --git a/doc/en/Gnome/RestartStyle.xml b/doc/en/Gnome/RestartStyle.xml index 7c10ee021..1cb174e25 100644 --- a/doc/en/Gnome/RestartStyle.xml +++ b/doc/en/Gnome/RestartStyle.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 + The various ways in which the session manager can restart a client. + Set by calling . System.Enum @@ -34,7 +34,7 @@ - To be added + Restart if the client was running when the previous session exited. To be added @@ -46,7 +46,7 @@ - To be added + Restart even if the client was exited before the user logged out of the previous session. To be added @@ -58,7 +58,7 @@ - To be added + Restart the client immediately whenever it crashes or exits. To be added @@ -70,7 +70,7 @@ - To be added + Do not restart the client. To be added diff --git a/doc/en/Gnome/SaveStyle.xml b/doc/en/Gnome/SaveStyle.xml index 23cc94138..924bf5016 100644 --- a/doc/en/Gnome/SaveStyle.xml +++ b/doc/en/Gnome/SaveStyle.xml @@ -7,8 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Which pieces of data a client should save when receiving a "SaveYourself" call from the session manager. System.Enum @@ -34,7 +33,7 @@ - To be added + Save data (to somewhere persistent) that affects and is visible to all users of this application. To be added @@ -46,7 +45,7 @@ - To be added + Save data that only applies to this instance of the application. To be added @@ -58,7 +57,7 @@ - To be added + Save both global and local data. To be added diff --git a/doc/en/Gnome/UIInfoType.xml b/doc/en/Gnome/UIInfoType.xml index 4b50b038e..a64fcb088 100644 --- a/doc/en/Gnome/UIInfoType.xml +++ b/doc/en/Gnome/UIInfoType.xml @@ -7,8 +7,13 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + These values identify the item type that a particular structure specifies. + + One should be careful when using Gnome.App.Create[Custom|Interp|WithData] methods with + arrays containing UI_BUILDER_DATA items, since their + structures completely override the ones generated or + supplied by the above methods. + System.Enum @@ -34,7 +39,7 @@ - To be added + No more items, use it at the end of an array. To be added @@ -46,7 +51,7 @@ - To be added + Normal item, or radio item if it is inside a radioitems group. To be added @@ -58,7 +63,7 @@ - To be added + Toggle (check box) item. To be added @@ -70,7 +75,7 @@ - To be added + Radio item group. To be added @@ -82,7 +87,7 @@ - To be added + Item that defines a subtree/submenu. To be added @@ -94,7 +99,7 @@ - To be added + Separator line (menus) or blank space (toolbars). To be added @@ -106,7 +111,7 @@ - To be added + Create a list of help topics, used in the Help menu. To be added @@ -118,7 +123,7 @@ - To be added + Specifies the builder data for the following entries, see code for further info. To be added @@ -130,7 +135,7 @@ - To be added + A configurable menu item. To be added @@ -142,7 +147,10 @@ - To be added + + Item that defines a subtree/submenu, same as GNOME_APP_UI_SUBTREE, + but the texts should be looked up in the libgnome catalog. + To be added @@ -154,7 +162,10 @@ - To be added + + Almost like GNOME_APP_UI_SUBTREE, but inserts items into the current menu + or whatever, instead of making a submenu. + To be added