From 1ba2f531f0edab8421fe81d2ade6df3d767465b3 Mon Sep 17 00:00:00 2001 From: "Hector E. Gomez Morales" Date: Wed, 22 Mar 2006 06:39:01 +0000 Subject: [PATCH] 2006-03-22 Hector E. Gomez Morales * en/Gtk/AboutDialogActivateLinkFunc.xml * en/Gtk/Accelerator.xml * en/Gtk/AccelGroup.xml * en/Gtk/Action.xml * en/Gtk/ActionGroup.xml * en/Gtk/Application.xml: Docs. svn path=/trunk/gtk-sharp/; revision=58284 --- doc/ChangeLog | 9 ++++++++ doc/en/Gtk/AboutDialogActivateLinkFunc.xml | 10 ++++---- doc/en/Gtk/AccelGroup.xml | 4 ++-- doc/en/Gtk/Accelerator.xml | 10 ++++---- doc/en/Gtk/Action.xml | 6 ++--- doc/en/Gtk/ActionGroup.xml | 8 +++---- doc/en/Gtk/Application.xml | 27 ++++++++++++++-------- 7 files changed, 45 insertions(+), 29 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 4961458f5..51b1a0308 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2006-03-22 Hector E. Gomez Morales + + * en/Gtk/AboutDialogActivateLinkFunc.xml + * en/Gtk/Accelerator.xml + * en/Gtk/AccelGroup.xml + * en/Gtk/Action.xml + * en/Gtk/ActionGroup.xml + * en/Gtk/Application.xml: Docs. + 2006-03-01 Hector E. Gomez Morales * en/Gdk/PixbufRotation.xml diff --git a/doc/en/Gtk/AboutDialogActivateLinkFunc.xml b/doc/en/Gtk/AboutDialogActivateLinkFunc.xml index 156c7f9fa..b23c7ac63 100644 --- a/doc/en/Gtk/AboutDialogActivateLinkFunc.xml +++ b/doc/en/Gtk/AboutDialogActivateLinkFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -7,10 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added. - To be added. - To be added - To be added + The in which the link was activated. + The URL or email address to which the activated link points.. + The type of the method which is called when a URL or email link in an about dialog. + diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index 58766d003..121c033d5 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -100,7 +100,7 @@ match the key and modifiers for the path. Path used for determining key and modifiers. Closure to be executed upon accelerator activation - To be added. + @@ -119,7 +119,7 @@ Modifier combination of the accelerator. if there was an accelerator which could be removed, otherwise. - To be added. + diff --git a/doc/en/Gtk/Accelerator.xml b/doc/en/Gtk/Accelerator.xml index ec7ed19a1..fc9f913ec 100644 --- a/doc/en/Gtk/Accelerator.xml +++ b/doc/en/Gtk/Accelerator.xml @@ -115,11 +115,11 @@ - To be added - a - a - a - To be added + Converts an accelerator keyval and modifier mask into a string which can be used to represent the accelerator to the user. + A representing the accelerator keyval. + A representing the accelerator modifier mask. + A newly-allocated string representing the accelerator. + diff --git a/doc/en/Gtk/Action.xml b/doc/en/Gtk/Action.xml index af9d84c7f..87d8158c4 100644 --- a/doc/en/Gtk/Action.xml +++ b/doc/en/Gtk/Action.xml @@ -540,7 +540,7 @@ This does not necessarily mean effective visibility. See if the action and its associated action group are both sensitive. @@ -614,9 +614,9 @@ This does not necessarily mean effective visibility. See , toolitem proxies for this action are represented in the toolbar overflow menu. a - To be added + Default value is . diff --git a/doc/en/Gtk/ActionGroup.xml b/doc/en/Gtk/ActionGroup.xml index f2452e899..321682819 100644 --- a/doc/en/Gtk/ActionGroup.xml +++ b/doc/en/Gtk/ActionGroup.xml @@ -465,10 +465,10 @@ Therefore you must either set the accel path yourself with - To be added - a - a - To be added + Translates a string using the specified . + A string.> + The translation of . + This is mainly intended for language bindings. diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml index 18daa8b4a..cee2f87f3 100644 --- a/doc/en/Gtk/Application.xml +++ b/doc/en/Gtk/Application.xml @@ -187,7 +187,7 @@ void LongComputation () then it if no events are waiting to be processed Gtk#, routine will return immediately. - To be added. + if has been called in the innermost main loop. @@ -214,10 +214,17 @@ void LongComputation () - To be added. - To be added. - To be added. - To be added. + The name of the program. + An string array with the parameters given to the program. + Call this method before using any other GTK# method in your GUI applications. + + + It will initialize everything needed to operate the toolkit and parses some standard command line options, is adjusted accordingly so your code will never see those standard arugments. + + + Note that there are some alternative ways to initialize GTK#, if you are calling or you don't have to call . + + @@ -231,11 +238,11 @@ void LongComputation () - To be added. - To be added. - To be added. - To be added. - To be added. + The name of the program. + An string array with the parameters given to the program. + This method does the same work as with only a single change, it does not terminate the program if the GUI can't be initialized. Instead it returns on failure. + if the GUI has been succesfully initialized, otherwise . + This way the application can fall back to some toher means of communication with the user, for example a curses or command line interface.