From 7594069717c9e71a824ab67d0c95d7684f441227 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 28 Jun 2004 19:49:45 +0000 Subject: [PATCH] 2004-06-24 Mike Kestner * en/Gtk/Global.xml : finish. there's a lot of crap in there. * en/Gtk/IMContext.xml : docs for FilterKeypress ctors Reset and Commit. svn path=/trunk/gtk-sharp/; revision=30487 --- doc/ChangeLog | 5 ++ doc/en/Gtk/Global.xml | 108 ++++++++++++++++++++------------------- doc/en/Gtk/IMContext.xml | 21 ++++---- 3 files changed, 71 insertions(+), 63 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index a54fe70cc..ab4f3901c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-24 Mike Kestner + + * en/Gtk/Global.xml : finish. there's a lot of crap in there. + * en/Gtk/IMContext.xml : docs for FilterKeypress ctors Reset and Commit. + 2004-06-24 Mike Kestner * en/Pango/Layout.xml : document IndexToPosition. diff --git a/doc/en/Gtk/Global.xml b/doc/en/Gtk/Global.xml index 9b36e77c9..11b7977b5 100644 --- a/doc/en/Gtk/Global.xml +++ b/doc/en/Gtk/Global.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Global API elements for + This class contains all the methods which are not directly attributable to a specific type. System.Object @@ -27,8 +27,8 @@ - To be added - To be added + Disables automatic user locale usage. + Only use this if you want to set a specific locale for your program other than the default user locale, or if you want to set different values for different locale categories. Most applications will not need to use this. @@ -41,10 +41,10 @@ - To be added + Gets the widget associated with an event. a - a - To be added + the that originally received , or . + @@ -59,12 +59,13 @@ - To be added + Check if a version is compatible with the currently loaded Gtk library. a a a - a - To be added + + if the version is supported, or an error string describing the mismatch. + This is typically only used by modules which want to check if they are compatible with the currently loaded version of Gtk+. @@ -98,12 +99,12 @@ - To be added - a - a - a - a - To be added + Activates a registered key binding. + the to activate bindings on. + a representing the key value to activate. + a representing any Ctrl, Meta, or Shift modifiers to the key value. + a indicating whether a binding was activated. + @@ -114,9 +115,9 @@ - To be added - a - To be added + Sets the current locale according to the application environment. + a corresponding to the locale set. + This is equivalent to the C standard library call - setlocale (LC_ALL, ""), but also takes care of setup of the windowing environment used by . automatically does this, so it is not normally necessary for applications to call this method. @@ -125,9 +126,9 @@ - To be added + Do not use. a - To be added + There are no instance members for this class. This constructor will be marked Obsolete and possibly removed in future versions. @@ -137,9 +138,9 @@ Pango.Language - To be added + The current default language for this application. a - To be added + This value can change during the life of a program, and is based on the current locale. It contains information such as the text direction of the current language. @@ -181,14 +182,14 @@ - To be added - a - a - a - a - a - a - To be added + Converts a Red/Green/Blue color value to a Hue/Saturation/Value color value. + the red component of the color as a + the green component of the color as a + the blue component of the color as a + the resulting hue of the color as a + the resulting saturation of the color as a + the resulting value of the color as a + @@ -201,10 +202,11 @@ - To be added - a - a - To be added + Gets the state field of the current event. + a to store the state in if one exists. + + if there is a current and it has a state field, otherwise . + @@ -215,9 +217,9 @@ - To be added + Do not use. a - To be added + @@ -228,9 +230,9 @@ - To be added + Do not use. a - To be added + @@ -241,9 +243,9 @@ - To be added + Do not use. a - To be added + This is internal api and will be obsoleted in the future. @@ -254,9 +256,9 @@ - To be added + Do not use. a - To be added + @@ -267,9 +269,9 @@ - To be added + Do not use. a - To be added + @@ -280,9 +282,9 @@ - To be added + Do not use. a - To be added + @@ -293,9 +295,9 @@ - To be added + Do not use. a - To be added + This method will likely be obsoleted or removed in future versions. @@ -306,9 +308,9 @@ - To be added + Do not use. a - To be added + @@ -347,10 +349,10 @@ - To be added + Do not use. a a - To be added + diff --git a/doc/en/Gtk/IMContext.xml b/doc/en/Gtk/IMContext.xml index 24feac458..dbc6aa813 100644 --- a/doc/en/Gtk/IMContext.xml +++ b/doc/en/Gtk/IMContext.xml @@ -78,10 +78,11 @@ - To be added - To be added: an object of type 'Gdk.EventKey' - To be added: an object of type 'bool' - To be added + Allow an input method to handle a . + a representing a key press. + + if the keypress was handled. + If the method returns , no further processing should be done for . @@ -92,8 +93,8 @@ - To be added - To be added + Resets the state of the input method. + Call this method if, for example, a change in cursor position has occurred. The reset clears any existing pre-edit state. @@ -213,8 +214,8 @@ - To be added - To be added + Commit text event. + The event is emitted when the input method has processed all the keystrokes for an individual text element, including pre-edit keystrokes. The resulting text is located in @@ -409,9 +410,9 @@ - To be added + Protected Constructor. a - To be added +