* /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
This commit is contained in:
Martin Willemoes Hansen 2003-08-02 16:54:18 +00:00
parent 3c264c0651
commit 8a07f38fc8
8 changed files with 71 additions and 44 deletions

View File

@ -1,3 +1,13 @@
2003-08-02 Martin Willemoes Hansen <mwh@sysrq.dk>
* /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 <mwh@sysrq.dk>
* /en/Gtk/MessageDialog.xml: Fixed remark.

View File

@ -7,8 +7,8 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Flags indicating the status of a client (as seen by the session manager).</summary>
<remarks>Used as return values by <see cref="P:Gnome.Client.Flags" />.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +34,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The client is connected to the session manager.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +46,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
The client has been restarted (i.e. it has been running
with the same client id previously).
</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +61,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
There may be a configuration file from which the client's state
should be restored (applies only to the master client).
</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,7 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>The dialogs used by the session manager to handle user interactions.</summary>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +33,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Used when an error has occurred.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +45,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Used for all other (non-error) interactions.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,8 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Used to pass around information about the position of a GnomeDruidPage within the overall GnomeDruid.</summary>
<remarks>This enables the correct "surrounding" content for the page to be drawn.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +34,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The current page is at the beginning of the druid.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +46,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The current page is at the end of the druid.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +58,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The current page is neither the first nor the last page (usually not required).</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -70,7 +70,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
Used internally to indicate the last value of the enumeration.
This should not be passed in to any function expecting a GnomeEdgePosition value.
</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,7 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Indicates how a "SaveYourself" command should interact with the user.</summary>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +33,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The client should never interact with the user.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +45,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The client should only interact when there are errors.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +57,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The client can interact with the user for any reason.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,8 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>The various ways in which the session manager can restart a client.</summary>
<remarks>Set by calling <c ref="P:Gnome.Client.RestartStyle" />.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +34,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Restart if the client was running when the previous session exited.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +46,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Restart even if the client was exited before the user logged out of the previous session.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +58,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Restart the client immediately whenever it crashes or exits.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -70,7 +70,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Do not restart the client.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,7 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Which pieces of data a client should save when receiving a "SaveYourself" call from the session manager.</summary>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +33,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Save data (to somewhere persistent) that affects and is visible to all users of this application.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +45,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Save data that only applies to this instance of the application.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +57,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Save both global and local data.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>

View File

@ -7,8 +7,13 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>These values identify the item type that a particular <see cref="T:Gnome.UIInfo" /> structure specifies.</summary>
<remarks>
One should be careful when using Gnome.App.Create[Custom|Interp|WithData] methods with
<see cref="T:Gnome.UIInfo" /> arrays containing UI_BUILDER_DATA items, since their
<see cref="T:Gnome.UIBuilderData" /> structures completely override the ones generated or
supplied by the above methods.
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,7 +39,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>No more items, use it at the end of an array.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -46,7 +51,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Normal item, or radio item if it is inside a radioitems group.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -58,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Toggle (check box) item.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -70,7 +75,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Radio item group.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -82,7 +87,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Item that defines a subtree/submenu.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -94,7 +99,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Separator line (menus) or blank space (toolbars).</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -106,7 +111,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Create a list of help topics, used in the Help menu.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -118,7 +123,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Specifies the builder data for the following entries, see code for further info.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -130,7 +135,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>A configurable menu item.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -142,7 +147,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
Item that defines a subtree/submenu, same as GNOME_APP_UI_SUBTREE,
but the texts should be looked up in the libgnome catalog.
</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -154,7 +162,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
Almost like GNOME_APP_UI_SUBTREE, but inserts items into the current menu
or whatever, instead of making a submenu.
</summary>
<remarks>To be added</remarks>
</Docs>
</Member>