From f2ef7c5f28f372c17ad1b85e8eae3a262d4c8c6d Mon Sep 17 00:00:00 2001 From: John Luke Date: Wed, 15 Dec 2004 21:54:42 +0000 Subject: [PATCH] run gen-vm-docs.exe and gen-handlerargs.exe on all the assemblies svn path=/trunk/gtk-sharp/; revision=37812 --- doc/ChangeLog | 5 ++++ doc/en/Gnome.Vfs/Drive.xml | 12 ++++----- doc/en/Gnome.Vfs/DriveConnectedArgs.xml | 12 +++++---- doc/en/Gnome.Vfs/DriveConnectedHandler.xml | 8 ++++-- doc/en/Gnome.Vfs/DriveDisconnectedArgs.xml | 12 +++++---- doc/en/Gnome.Vfs/DriveDisconnectedHandler.xml | 8 ++++-- doc/en/Gnome.Vfs/MimeMonitor.xml | 4 +-- doc/en/Gnome.Vfs/VolumeMonitor.xml | 20 +++++++------- doc/en/Gnome.Vfs/VolumeMountedArgs.xml | 26 +++++++++++++++---- doc/en/Gnome.Vfs/VolumeMountedHandler.xml | 22 ++++++++++++++-- doc/en/Gnome.Vfs/VolumePreUnmountArgs.xml | 26 +++++++++++++++---- doc/en/Gnome.Vfs/VolumePreUnmountHandler.xml | 22 ++++++++++++++-- doc/en/Gnome.Vfs/VolumeUnmountedArgs.xml | 26 +++++++++++++++---- doc/en/Gnome.Vfs/VolumeUnmountedHandler.xml | 22 ++++++++++++++-- doc/en/Gnome/ApplyArgs.xml | 12 +++++---- doc/en/Gnome/ApplyHandler.xml | 8 ++++-- doc/en/Gnome/ClickedArgs.xml | 12 +++++---- doc/en/Gnome/ClickedHandler.xml | 8 ++++-- doc/en/Gnome/CloseArgs.xml | 12 +++++---- doc/en/Gnome/CloseHandler.xml | 8 ++++-- doc/en/Gnome/CollateSetArgs.xml | 12 +++++---- doc/en/Gnome/CollateSetHandler.xml | 8 ++++-- doc/en/Gnome/Dialog.xml | 8 +++--- doc/en/Gnome/HelpArgs.xml | 12 +++++---- doc/en/Gnome/HelpHandler.xml | 8 ++++-- doc/en/Gnome/IconList.xml | 2 +- doc/en/Gnome/PrintCopiesSelector.xml | 10 +++---- doc/en/Gnome/PropertyBox.xml | 8 +++--- doc/en/Gtk/HTML.xml | 2 +- doc/en/PanelApplet/ChangeBackgroundArgs.xml | 12 +++++---- .../PanelApplet/ChangeBackgroundHandler.xml | 8 ++++-- doc/en/PanelApplet/ChangeSizeArgs.xml | 12 +++++---- doc/en/PanelApplet/ChangeSizeHandler.xml | 8 ++++-- .../PanelApplet/MoveFocusOutOfAppletArgs.xml | 12 +++++---- .../MoveFocusOutOfAppletHandler.xml | 8 ++++-- doc/en/PanelApplet/PanelApplet.xml | 12 ++++----- 36 files changed, 297 insertions(+), 130 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 07caf44f6..0e4c3ef94 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-15 John Luke + + * *.xml: run gen-vm-docs.exe and gen-handlerargs.exe + on everything + 2004-12-15 John Luke * en/Atk/LinkSelectedArgs.xml diff --git a/doc/en/Gnome.Vfs/Drive.xml b/doc/en/Gnome.Vfs/Drive.xml index 68e1b3638..10f603524 100644 --- a/doc/en/Gnome.Vfs/Drive.xml +++ b/doc/en/Gnome.Vfs/Drive.xml @@ -47,9 +47,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -62,9 +62,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -77,9 +77,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. diff --git a/doc/en/Gnome.Vfs/DriveConnectedArgs.xml b/doc/en/Gnome.Vfs/DriveConnectedArgs.xml index d1ecefcdc..8eec118c4 100644 --- a/doc/en/Gnome.Vfs/DriveConnectedArgs.xml +++ b/doc/en/Gnome.Vfs/DriveConnectedArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome.Vfs/DriveConnectedHandler.xml b/doc/en/Gnome.Vfs/DriveConnectedHandler.xml index 75ea82141..fc2182ab7 100644 --- a/doc/en/Gnome.Vfs/DriveConnectedHandler.xml +++ b/doc/en/Gnome.Vfs/DriveConnectedHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the DriveConnectedHandler instance to the event. The methods referenced by the DriveConnectedHandler instance are invoked whenever the event is raised, until the DriveConnectedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome.Vfs/DriveDisconnectedArgs.xml b/doc/en/Gnome.Vfs/DriveDisconnectedArgs.xml index ae64983f5..246fa4425 100644 --- a/doc/en/Gnome.Vfs/DriveDisconnectedArgs.xml +++ b/doc/en/Gnome.Vfs/DriveDisconnectedArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome.Vfs/DriveDisconnectedHandler.xml b/doc/en/Gnome.Vfs/DriveDisconnectedHandler.xml index 05db3f464..c42671aef 100644 --- a/doc/en/Gnome.Vfs/DriveDisconnectedHandler.xml +++ b/doc/en/Gnome.Vfs/DriveDisconnectedHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the DriveDisconnectedHandler instance to the event. The methods referenced by the DriveDisconnectedHandler instance are invoked whenever the event is raised, until the DriveDisconnectedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome.Vfs/MimeMonitor.xml b/doc/en/Gnome.Vfs/MimeMonitor.xml index e267d8b75..d0e6b35b7 100644 --- a/doc/en/Gnome.Vfs/MimeMonitor.xml +++ b/doc/en/Gnome.Vfs/MimeMonitor.xml @@ -58,8 +58,8 @@ - To be added - To be added + Default handler for the event. + Override this method in a subclass to provide a default handler for the event. diff --git a/doc/en/Gnome.Vfs/VolumeMonitor.xml b/doc/en/Gnome.Vfs/VolumeMonitor.xml index 36ddae230..e22d3cbfb 100644 --- a/doc/en/Gnome.Vfs/VolumeMonitor.xml +++ b/doc/en/Gnome.Vfs/VolumeMonitor.xml @@ -60,9 +60,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -75,9 +75,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -90,9 +90,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -105,9 +105,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -120,9 +120,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. diff --git a/doc/en/Gnome.Vfs/VolumeMountedArgs.xml b/doc/en/Gnome.Vfs/VolumeMountedArgs.xml index f6da4974f..b859aefbd 100644 --- a/doc/en/Gnome.Vfs/VolumeMountedArgs.xml +++ b/doc/en/Gnome.Vfs/VolumeMountedArgs.xml @@ -9,8 +9,24 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The following events invoke delegates which pass event data via this class: + + + + + + + + + + + + + + + GLib.SignalArgs @@ -24,9 +40,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome.Vfs/VolumeMountedHandler.xml b/doc/en/Gnome.Vfs/VolumeMountedHandler.xml index a006319eb..7961edc56 100644 --- a/doc/en/Gnome.Vfs/VolumeMountedHandler.xml +++ b/doc/en/Gnome.Vfs/VolumeMountedHandler.xml @@ -9,8 +9,26 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The following events utilize this delegate: + + + + + + + + + + + + + + + Event data is passed via the parameter. + To attach a to an event, add the VolumeMountedHandler instance to the event. The methods referenced by the VolumeMountedHandler instance are invoked whenever the event is raised, until the VolumeMountedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome.Vfs/VolumePreUnmountArgs.xml b/doc/en/Gnome.Vfs/VolumePreUnmountArgs.xml index b7ee33611..c33fcdce1 100644 --- a/doc/en/Gnome.Vfs/VolumePreUnmountArgs.xml +++ b/doc/en/Gnome.Vfs/VolumePreUnmountArgs.xml @@ -9,8 +9,24 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The following events invoke delegates which pass event data via this class: + + + + + + + + + + + + + + + GLib.SignalArgs @@ -24,9 +40,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome.Vfs/VolumePreUnmountHandler.xml b/doc/en/Gnome.Vfs/VolumePreUnmountHandler.xml index 8800782ac..e8d933947 100644 --- a/doc/en/Gnome.Vfs/VolumePreUnmountHandler.xml +++ b/doc/en/Gnome.Vfs/VolumePreUnmountHandler.xml @@ -9,8 +9,26 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The following events utilize this delegate: + + + + + + + + + + + + + + + Event data is passed via the parameter. + To attach a to an event, add the VolumePreUnmountHandler instance to the event. The methods referenced by the VolumePreUnmountHandler instance are invoked whenever the event is raised, until the VolumePreUnmountHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome.Vfs/VolumeUnmountedArgs.xml b/doc/en/Gnome.Vfs/VolumeUnmountedArgs.xml index 2f3465c4a..d25e6690e 100644 --- a/doc/en/Gnome.Vfs/VolumeUnmountedArgs.xml +++ b/doc/en/Gnome.Vfs/VolumeUnmountedArgs.xml @@ -9,8 +9,24 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The following events invoke delegates which pass event data via this class: + + + + + + + + + + + + + + + GLib.SignalArgs @@ -24,9 +40,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome.Vfs/VolumeUnmountedHandler.xml b/doc/en/Gnome.Vfs/VolumeUnmountedHandler.xml index fc070888a..0d0746ad1 100644 --- a/doc/en/Gnome.Vfs/VolumeUnmountedHandler.xml +++ b/doc/en/Gnome.Vfs/VolumeUnmountedHandler.xml @@ -9,8 +9,26 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The following events utilize this delegate: + + + + + + + + + + + + + + + Event data is passed via the parameter. + To attach a to an event, add the VolumeUnmountedHandler instance to the event. The methods referenced by the VolumeUnmountedHandler instance are invoked whenever the event is raised, until the VolumeUnmountedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/ApplyArgs.xml b/doc/en/Gnome/ApplyArgs.xml index 2d1ac7b59..c27a2f31f 100644 --- a/doc/en/Gnome/ApplyArgs.xml +++ b/doc/en/Gnome/ApplyArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome/ApplyHandler.xml b/doc/en/Gnome/ApplyHandler.xml index d68147e9f..04f58077e 100644 --- a/doc/en/Gnome/ApplyHandler.xml +++ b/doc/en/Gnome/ApplyHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the ApplyHandler instance to the event. The methods referenced by the ApplyHandler instance are invoked whenever the event is raised, until the ApplyHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/ClickedArgs.xml b/doc/en/Gnome/ClickedArgs.xml index f99c3f145..5ceb8ccdf 100644 --- a/doc/en/Gnome/ClickedArgs.xml +++ b/doc/en/Gnome/ClickedArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome/ClickedHandler.xml b/doc/en/Gnome/ClickedHandler.xml index 24ad65a04..51cc0a24b 100644 --- a/doc/en/Gnome/ClickedHandler.xml +++ b/doc/en/Gnome/ClickedHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the ClickedHandler instance to the event. The methods referenced by the ClickedHandler instance are invoked whenever the event is raised, until the ClickedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/CloseArgs.xml b/doc/en/Gnome/CloseArgs.xml index f1fbedbf8..bf28c55f4 100644 --- a/doc/en/Gnome/CloseArgs.xml +++ b/doc/en/Gnome/CloseArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome/CloseHandler.xml b/doc/en/Gnome/CloseHandler.xml index 51fb3afdf..4bb873709 100644 --- a/doc/en/Gnome/CloseHandler.xml +++ b/doc/en/Gnome/CloseHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the CloseHandler instance to the event. The methods referenced by the CloseHandler instance are invoked whenever the event is raised, until the CloseHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/CollateSetArgs.xml b/doc/en/Gnome/CollateSetArgs.xml index ed15048ff..d4a5b853a 100644 --- a/doc/en/Gnome/CollateSetArgs.xml +++ b/doc/en/Gnome/CollateSetArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome/CollateSetHandler.xml b/doc/en/Gnome/CollateSetHandler.xml index 5a70d38da..62dc96f01 100644 --- a/doc/en/Gnome/CollateSetHandler.xml +++ b/doc/en/Gnome/CollateSetHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the CollateSetHandler instance to the event. The methods referenced by the CollateSetHandler instance are invoked whenever the event is raised, until the CollateSetHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/Dialog.xml b/doc/en/Gnome/Dialog.xml index de37eee3d..6d100e908 100644 --- a/doc/en/Gnome/Dialog.xml +++ b/doc/en/Gnome/Dialog.xml @@ -52,9 +52,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -67,9 +67,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. diff --git a/doc/en/Gnome/HelpArgs.xml b/doc/en/Gnome/HelpArgs.xml index 62b472743..12ee55633 100644 --- a/doc/en/Gnome/HelpArgs.xml +++ b/doc/en/Gnome/HelpArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/Gnome/HelpHandler.xml b/doc/en/Gnome/HelpHandler.xml index ecab70ed3..90374a9d2 100644 --- a/doc/en/Gnome/HelpHandler.xml +++ b/doc/en/Gnome/HelpHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the HelpHandler instance to the event. The methods referenced by the HelpHandler instance are invoked whenever the event is raised, until the HelpHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gnome/IconList.xml b/doc/en/Gnome/IconList.xml index b03c4d2ba..01d53dd68 100644 --- a/doc/en/Gnome/IconList.xml +++ b/doc/en/Gnome/IconList.xml @@ -800,4 +800,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gnome/PrintCopiesSelector.xml b/doc/en/Gnome/PrintCopiesSelector.xml index c144f93fd..6c982c19b 100644 --- a/doc/en/Gnome/PrintCopiesSelector.xml +++ b/doc/en/Gnome/PrintCopiesSelector.xml @@ -173,9 +173,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -188,10 +188,10 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. - + \ No newline at end of file diff --git a/doc/en/Gnome/PropertyBox.xml b/doc/en/Gnome/PropertyBox.xml index 5dd4df291..23b246dc4 100644 --- a/doc/en/Gnome/PropertyBox.xml +++ b/doc/en/Gnome/PropertyBox.xml @@ -54,9 +54,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -69,9 +69,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index 0d78c9671..fafb57dc2 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -2104,4 +2104,4 @@ class X { - + \ No newline at end of file diff --git a/doc/en/PanelApplet/ChangeBackgroundArgs.xml b/doc/en/PanelApplet/ChangeBackgroundArgs.xml index 1f25d5644..d6cfac0c2 100644 --- a/doc/en/PanelApplet/ChangeBackgroundArgs.xml +++ b/doc/en/PanelApplet/ChangeBackgroundArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/PanelApplet/ChangeBackgroundHandler.xml b/doc/en/PanelApplet/ChangeBackgroundHandler.xml index 3667be2a9..20015abd0 100644 --- a/doc/en/PanelApplet/ChangeBackgroundHandler.xml +++ b/doc/en/PanelApplet/ChangeBackgroundHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the ChangeBackgroundHandler instance to the event. The methods referenced by the ChangeBackgroundHandler instance are invoked whenever the event is raised, until the ChangeBackgroundHandler is removed from the event. + System.Delegate diff --git a/doc/en/PanelApplet/ChangeSizeArgs.xml b/doc/en/PanelApplet/ChangeSizeArgs.xml index 81fc57e18..384cb0c05 100644 --- a/doc/en/PanelApplet/ChangeSizeArgs.xml +++ b/doc/en/PanelApplet/ChangeSizeArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/PanelApplet/ChangeSizeHandler.xml b/doc/en/PanelApplet/ChangeSizeHandler.xml index 8ccdb2a2d..212e61c6a 100644 --- a/doc/en/PanelApplet/ChangeSizeHandler.xml +++ b/doc/en/PanelApplet/ChangeSizeHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the ChangeSizeHandler instance to the event. The methods referenced by the ChangeSizeHandler instance are invoked whenever the event is raised, until the ChangeSizeHandler is removed from the event. + System.Delegate diff --git a/doc/en/PanelApplet/MoveFocusOutOfAppletArgs.xml b/doc/en/PanelApplet/MoveFocusOutOfAppletArgs.xml index 49096ba4e..51f87ebc7 100644 --- a/doc/en/PanelApplet/MoveFocusOutOfAppletArgs.xml +++ b/doc/en/PanelApplet/MoveFocusOutOfAppletArgs.xml @@ -9,8 +9,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event data. + + The event invokes delegates which pass event data via this class. + GLib.SignalArgs @@ -24,9 +26,9 @@ - To be added - a - To be added + Public Constructor. + A new . + Create a new instance with this constructor if you need to invoke a delegate. diff --git a/doc/en/PanelApplet/MoveFocusOutOfAppletHandler.xml b/doc/en/PanelApplet/MoveFocusOutOfAppletHandler.xml index 2db084ca6..923d0c3a2 100644 --- a/doc/en/PanelApplet/MoveFocusOutOfAppletHandler.xml +++ b/doc/en/PanelApplet/MoveFocusOutOfAppletHandler.xml @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Event handler. + + The event utilizes this delegate: + Event data is passed via the parameter. + To attach a to an event, add the MoveFocusOutOfAppletHandler instance to the event. The methods referenced by the MoveFocusOutOfAppletHandler instance are invoked whenever the event is raised, until the MoveFocusOutOfAppletHandler is removed from the event. + System.Delegate diff --git a/doc/en/PanelApplet/PanelApplet.xml b/doc/en/PanelApplet/PanelApplet.xml index 8599dc9d2..c5c8c09a9 100644 --- a/doc/en/PanelApplet/PanelApplet.xml +++ b/doc/en/PanelApplet/PanelApplet.xml @@ -52,11 +52,11 @@ - To be added + Default handler for the event. a a a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -69,9 +69,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event. @@ -84,9 +84,9 @@ - To be added + Default handler for the event. a - To be added + Override this method in a subclass to provide a default handler for the event.