From 62c30e4200b4262bf344f03fb45a3c9e1606f7c9 Mon Sep 17 00:00:00 2001 From: John Luke Date: Wed, 8 Dec 2004 02:32:32 +0000 Subject: [PATCH] run gen-handlerargs-docs.exe for gtk-sharp.dll svn path=/trunk/gtk-sharp/; revision=37361 --- doc/ChangeLog | 1 + doc/en/Gtk/AccelCanActivateArgs.xml | 10 +++++----- doc/en/Gtk/AccelCanActivateHandler.xml | 6 +++--- doc/en/Gtk/ActionActivatedArgs.xml | 12 +++++++----- doc/en/Gtk/ActionActivatedHandler.xml | 8 ++++++-- doc/en/Gtk/AddWidgetArgs.xml | 12 +++++++----- doc/en/Gtk/AddWidgetHandler.xml | 8 ++++++-- doc/en/Gtk/ChangedArgs.xml | 12 +++++++----- doc/en/Gtk/ChangedHandler.xml | 8 ++++++-- doc/en/Gtk/ConnectProxyArgs.xml | 12 +++++++----- doc/en/Gtk/ConnectProxyHandler.xml | 8 ++++++-- doc/en/Gtk/CreateMenuProxyArgs.xml | 12 +++++++----- doc/en/Gtk/CreateMenuProxyHandler.xml | 8 ++++++-- doc/en/Gtk/DisconnectProxyArgs.xml | 12 +++++++----- doc/en/Gtk/DisconnectProxyHandler.xml | 8 ++++++-- doc/en/Gtk/MatchSelectedArgs.xml | 12 +++++++----- doc/en/Gtk/MatchSelectedHandler.xml | 8 ++++++-- doc/en/Gtk/PathClickedArgs.xml | 12 +++++++----- doc/en/Gtk/PathClickedHandler.xml | 8 ++++++-- doc/en/Gtk/PopupContextMenuArgs.xml | 12 +++++++----- doc/en/Gtk/PopupContextMenuHandler.xml | 8 ++++++-- doc/en/Gtk/PostActivateArgs.xml | 12 +++++++----- doc/en/Gtk/PostActivateHandler.xml | 8 ++++++-- doc/en/Gtk/PreActivateArgs.xml | 12 +++++++----- doc/en/Gtk/PreActivateHandler.xml | 8 ++++++-- doc/en/Gtk/TooltipSetArgs.xml | 12 +++++++----- doc/en/Gtk/TooltipSetHandler.xml | 8 ++++++-- 27 files changed, 165 insertions(+), 92 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 7c5fbe083..373f917b3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2004-12-06 John Luke * en/Gtk/Entry.xml: doc a few missing things + * en/Gtk/*.xml: run gen-handlerargs-docs.exe for gtk-sharp.dll 2004-12-06 Shane Landrum diff --git a/doc/en/Gtk/AccelCanActivateArgs.xml b/doc/en/Gtk/AccelCanActivateArgs.xml index 00d722427..0f110b895 100644 --- a/doc/en/Gtk/AccelCanActivateArgs.xml +++ b/doc/en/Gtk/AccelCanActivateArgs.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Object to encapsulate arguments to a . - + Object to encapsulate arguments to a . + GLib.SignalArgs @@ -26,7 +26,7 @@ Public constructor. a - + @@ -39,8 +39,8 @@ An identifier for a particular signal. a - + - + \ No newline at end of file diff --git a/doc/en/Gtk/AccelCanActivateHandler.xml b/doc/en/Gtk/AccelCanActivateHandler.xml index bc18b26cf..40c96f3db 100644 --- a/doc/en/Gtk/AccelCanActivateHandler.xml +++ b/doc/en/Gtk/AccelCanActivateHandler.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Delegate for determining whether an accelerator can activate a - particular widget; see - + particular widget; see + System.Delegate @@ -33,4 +33,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/ActionActivatedArgs.xml b/doc/en/Gtk/ActionActivatedArgs.xml index 2881115d1..ac819c1c7 100644 --- a/doc/en/Gtk/ActionActivatedArgs.xml +++ b/doc/en/Gtk/ActionActivatedArgs.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/Gtk/ActionActivatedHandler.xml b/doc/en/Gtk/ActionActivatedHandler.xml index 03b6dfd50..bc84cdcb1 100644 --- a/doc/en/Gtk/ActionActivatedHandler.xml +++ b/doc/en/Gtk/ActionActivatedHandler.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 ActionActivatedHandler instance to the event. The methods referenced by the ActionActivatedHandler instance are invoked whenever the event is raised, until the ActionActivatedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/AddWidgetArgs.xml b/doc/en/Gtk/AddWidgetArgs.xml index 9475f9714..429c87713 100644 --- a/doc/en/Gtk/AddWidgetArgs.xml +++ b/doc/en/Gtk/AddWidgetArgs.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/Gtk/AddWidgetHandler.xml b/doc/en/Gtk/AddWidgetHandler.xml index b8bd08b73..3700bfdb2 100644 --- a/doc/en/Gtk/AddWidgetHandler.xml +++ b/doc/en/Gtk/AddWidgetHandler.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 AddWidgetHandler instance to the event. The methods referenced by the AddWidgetHandler instance are invoked whenever the event is raised, until the AddWidgetHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/ChangedArgs.xml b/doc/en/Gtk/ChangedArgs.xml index c75cd90b9..a15bfdcfa 100644 --- a/doc/en/Gtk/ChangedArgs.xml +++ b/doc/en/Gtk/ChangedArgs.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/Gtk/ChangedHandler.xml b/doc/en/Gtk/ChangedHandler.xml index fff46a2cd..962ff6b26 100644 --- a/doc/en/Gtk/ChangedHandler.xml +++ b/doc/en/Gtk/ChangedHandler.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 ChangedHandler instance to the event. The methods referenced by the ChangedHandler instance are invoked whenever the event is raised, until the ChangedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/ConnectProxyArgs.xml b/doc/en/Gtk/ConnectProxyArgs.xml index a33c0b505..a9b7d98c6 100644 --- a/doc/en/Gtk/ConnectProxyArgs.xml +++ b/doc/en/Gtk/ConnectProxyArgs.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/Gtk/ConnectProxyHandler.xml b/doc/en/Gtk/ConnectProxyHandler.xml index 332997ae8..411b57029 100644 --- a/doc/en/Gtk/ConnectProxyHandler.xml +++ b/doc/en/Gtk/ConnectProxyHandler.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 ConnectProxyHandler instance to the event. The methods referenced by the ConnectProxyHandler instance are invoked whenever the event is raised, until the ConnectProxyHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/CreateMenuProxyArgs.xml b/doc/en/Gtk/CreateMenuProxyArgs.xml index 0fb40e84c..adfd607c0 100644 --- a/doc/en/Gtk/CreateMenuProxyArgs.xml +++ b/doc/en/Gtk/CreateMenuProxyArgs.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/Gtk/CreateMenuProxyHandler.xml b/doc/en/Gtk/CreateMenuProxyHandler.xml index 3c35376aa..2c40d116a 100644 --- a/doc/en/Gtk/CreateMenuProxyHandler.xml +++ b/doc/en/Gtk/CreateMenuProxyHandler.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 CreateMenuProxyHandler instance to the event. The methods referenced by the CreateMenuProxyHandler instance are invoked whenever the event is raised, until the CreateMenuProxyHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/DisconnectProxyArgs.xml b/doc/en/Gtk/DisconnectProxyArgs.xml index 29fe50642..1ff9abd7b 100644 --- a/doc/en/Gtk/DisconnectProxyArgs.xml +++ b/doc/en/Gtk/DisconnectProxyArgs.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/Gtk/DisconnectProxyHandler.xml b/doc/en/Gtk/DisconnectProxyHandler.xml index 125d10e2f..f5aeac862 100644 --- a/doc/en/Gtk/DisconnectProxyHandler.xml +++ b/doc/en/Gtk/DisconnectProxyHandler.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 DisconnectProxyHandler instance to the event. The methods referenced by the DisconnectProxyHandler instance are invoked whenever the event is raised, until the DisconnectProxyHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/MatchSelectedArgs.xml b/doc/en/Gtk/MatchSelectedArgs.xml index 70a2beec6..06458ece8 100644 --- a/doc/en/Gtk/MatchSelectedArgs.xml +++ b/doc/en/Gtk/MatchSelectedArgs.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/Gtk/MatchSelectedHandler.xml b/doc/en/Gtk/MatchSelectedHandler.xml index eee353d14..f1513e20f 100644 --- a/doc/en/Gtk/MatchSelectedHandler.xml +++ b/doc/en/Gtk/MatchSelectedHandler.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 MatchSelectedHandler instance to the event. The methods referenced by the MatchSelectedHandler instance are invoked whenever the event is raised, until the MatchSelectedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/PathClickedArgs.xml b/doc/en/Gtk/PathClickedArgs.xml index d2f4c02cd..ae1dad6f7 100644 --- a/doc/en/Gtk/PathClickedArgs.xml +++ b/doc/en/Gtk/PathClickedArgs.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/Gtk/PathClickedHandler.xml b/doc/en/Gtk/PathClickedHandler.xml index 7980982c1..53bd5730e 100644 --- a/doc/en/Gtk/PathClickedHandler.xml +++ b/doc/en/Gtk/PathClickedHandler.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 PathClickedHandler instance to the event. The methods referenced by the PathClickedHandler instance are invoked whenever the event is raised, until the PathClickedHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/PopupContextMenuArgs.xml b/doc/en/Gtk/PopupContextMenuArgs.xml index c1e8ea247..034f258c5 100644 --- a/doc/en/Gtk/PopupContextMenuArgs.xml +++ b/doc/en/Gtk/PopupContextMenuArgs.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/Gtk/PopupContextMenuHandler.xml b/doc/en/Gtk/PopupContextMenuHandler.xml index 8040944dd..0e65553cd 100644 --- a/doc/en/Gtk/PopupContextMenuHandler.xml +++ b/doc/en/Gtk/PopupContextMenuHandler.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 PopupContextMenuHandler instance to the event. The methods referenced by the PopupContextMenuHandler instance are invoked whenever the event is raised, until the PopupContextMenuHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/PostActivateArgs.xml b/doc/en/Gtk/PostActivateArgs.xml index d4b063b15..b6c15a567 100644 --- a/doc/en/Gtk/PostActivateArgs.xml +++ b/doc/en/Gtk/PostActivateArgs.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/Gtk/PostActivateHandler.xml b/doc/en/Gtk/PostActivateHandler.xml index d4567de41..2319e0688 100644 --- a/doc/en/Gtk/PostActivateHandler.xml +++ b/doc/en/Gtk/PostActivateHandler.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 PostActivateHandler instance to the event. The methods referenced by the PostActivateHandler instance are invoked whenever the event is raised, until the PostActivateHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/PreActivateArgs.xml b/doc/en/Gtk/PreActivateArgs.xml index a7f16049f..7470a272b 100644 --- a/doc/en/Gtk/PreActivateArgs.xml +++ b/doc/en/Gtk/PreActivateArgs.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/Gtk/PreActivateHandler.xml b/doc/en/Gtk/PreActivateHandler.xml index 461b76823..6bbf66982 100644 --- a/doc/en/Gtk/PreActivateHandler.xml +++ b/doc/en/Gtk/PreActivateHandler.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 PreActivateHandler instance to the event. The methods referenced by the PreActivateHandler instance are invoked whenever the event is raised, until the PreActivateHandler is removed from the event. + System.Delegate diff --git a/doc/en/Gtk/TooltipSetArgs.xml b/doc/en/Gtk/TooltipSetArgs.xml index f060dc61d..5810a4267 100644 --- a/doc/en/Gtk/TooltipSetArgs.xml +++ b/doc/en/Gtk/TooltipSetArgs.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/Gtk/TooltipSetHandler.xml b/doc/en/Gtk/TooltipSetHandler.xml index b54756ecc..ec79c6c06 100644 --- a/doc/en/Gtk/TooltipSetHandler.xml +++ b/doc/en/Gtk/TooltipSetHandler.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 TooltipSetHandler instance to the event. The methods referenced by the TooltipSetHandler instance are invoked whenever the event is raised, until the TooltipSetHandler is removed from the event. + System.Delegate