From c42a9eb1dfe745e525b398cb490128887b0576e6 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 22 Jan 2007 21:47:06 +0000 Subject: [PATCH] event args docs for 2.10 API additions. svn path=/trunk/gtk-sharp/; revision=71474 --- doc/en/Gtk/AccelClearedArgs.xml | 41 +++++++++++++ doc/en/Gtk/AccelEditedArgs.xml | 77 +++++++++++++++++++++++++ doc/en/Gtk/BeginPrintArgs.xml | 41 +++++++++++++ doc/en/Gtk/CreateCustomWidgetArgs.xml | 30 ++++++++++ doc/en/Gtk/CustomWidgetApplyArgs.xml | 41 +++++++++++++ doc/en/Gtk/DetailsAcquiredArgs.xml | 41 +++++++++++++ doc/en/Gtk/DoneArgs.xml | 41 +++++++++++++ doc/en/Gtk/DrawPageArgs.xml | 53 +++++++++++++++++ doc/en/Gtk/EndPrintArgs.xml | 41 +++++++++++++ doc/en/Gtk/GotPageSizeArgs.xml | 53 +++++++++++++++++ doc/en/Gtk/PaginateArgs.xml | 41 +++++++++++++ doc/en/Gtk/PrepareArgs.xml | 41 +++++++++++++ doc/en/Gtk/PreviewArgs.xml | 65 +++++++++++++++++++++ doc/en/Gtk/PrinterAddedArgs.xml | 41 +++++++++++++ doc/en/Gtk/PrinterRemovedArgs.xml | 41 +++++++++++++ doc/en/Gtk/PrinterStatusChangedArgs.xml | 41 +++++++++++++ doc/en/Gtk/ReadyArgs.xml | 41 +++++++++++++ doc/en/Gtk/ReorderTabArgs.xml | 53 +++++++++++++++++ doc/en/Gtk/RequestPageSetupArgs.xml | 65 +++++++++++++++++++++ doc/en/Gtk/SizeChangedArgs.xml | 41 +++++++++++++ 20 files changed, 929 insertions(+) create mode 100644 doc/en/Gtk/AccelClearedArgs.xml create mode 100644 doc/en/Gtk/AccelEditedArgs.xml create mode 100644 doc/en/Gtk/BeginPrintArgs.xml create mode 100644 doc/en/Gtk/CreateCustomWidgetArgs.xml create mode 100644 doc/en/Gtk/CustomWidgetApplyArgs.xml create mode 100644 doc/en/Gtk/DetailsAcquiredArgs.xml create mode 100644 doc/en/Gtk/DoneArgs.xml create mode 100644 doc/en/Gtk/DrawPageArgs.xml create mode 100644 doc/en/Gtk/EndPrintArgs.xml create mode 100644 doc/en/Gtk/GotPageSizeArgs.xml create mode 100644 doc/en/Gtk/PaginateArgs.xml create mode 100644 doc/en/Gtk/PrepareArgs.xml create mode 100644 doc/en/Gtk/PreviewArgs.xml create mode 100644 doc/en/Gtk/PrinterAddedArgs.xml create mode 100644 doc/en/Gtk/PrinterRemovedArgs.xml create mode 100644 doc/en/Gtk/PrinterStatusChangedArgs.xml create mode 100644 doc/en/Gtk/ReadyArgs.xml create mode 100644 doc/en/Gtk/ReorderTabArgs.xml create mode 100644 doc/en/Gtk/RequestPageSetupArgs.xml create mode 100644 doc/en/Gtk/SizeChangedArgs.xml diff --git a/doc/en/Gtk/AccelClearedArgs.xml b/doc/en/Gtk/AccelClearedArgs.xml new file mode 100644 index 000000000..f9ba08034 --- /dev/null +++ b/doc/en/Gtk/AccelClearedArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + System.String + + + Path to the edited cell. + The string representation of the path. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/AccelEditedArgs.xml b/doc/en/Gtk/AccelEditedArgs.xml new file mode 100644 index 000000000..29fb083f2 --- /dev/null +++ b/doc/en/Gtk/AccelEditedArgs.xml @@ -0,0 +1,77 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + System.String + + + Path to the row of the edited cell. + A string containing the path. + + + + + + Property + + System.UInt32 + + + The new accelerator key value. + An unsigned int representing the key value. + + + + + + Property + + Gdk.ModifierType + + + The new modifier mask. + a containing the new mask. + + + + + + Property + + System.UInt32 + + + The keycode of the new accelerator. + An unsigned int representing the keycode. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/BeginPrintArgs.xml b/doc/en/Gtk/BeginPrintArgs.xml new file mode 100644 index 000000000..d39421f47 --- /dev/null +++ b/doc/en/Gtk/BeginPrintArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print context for the current operation. + a instance. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/CreateCustomWidgetArgs.xml b/doc/en/Gtk/CreateCustomWidgetArgs.xml new file mode 100644 index 000000000..da567c5b8 --- /dev/null +++ b/doc/en/Gtk/CreateCustomWidgetArgs.xml @@ -0,0 +1,30 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + If you set the to a in an event handler, the specified widget will be added to a custom tab in the print dialog. + + + + diff --git a/doc/en/Gtk/CustomWidgetApplyArgs.xml b/doc/en/Gtk/CustomWidgetApplyArgs.xml new file mode 100644 index 000000000..4c40818d8 --- /dev/null +++ b/doc/en/Gtk/CustomWidgetApplyArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.Widget + + + The custom widget supplied to a event. + a . + Data should be read from the widget in response to this event, since it is not guaranteed to persist beyond this time. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/DetailsAcquiredArgs.xml b/doc/en/Gtk/DetailsAcquiredArgs.xml new file mode 100644 index 000000000..5ef3d7f9b --- /dev/null +++ b/doc/en/Gtk/DetailsAcquiredArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + System.Boolean + + + Success indicator. + if the details were successfully acquired. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/DoneArgs.xml b/doc/en/Gtk/DoneArgs.xml new file mode 100644 index 000000000..041b8e471 --- /dev/null +++ b/doc/en/Gtk/DoneArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintOperationResult + + + Result of the Operation. + a . + If the result is 'Error', you can check for more information. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/DrawPageArgs.xml b/doc/en/Gtk/DrawPageArgs.xml new file mode 100644 index 000000000..a54fff006 --- /dev/null +++ b/doc/en/Gtk/DrawPageArgs.xml @@ -0,0 +1,53 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print context of the current operation. + a . + + + + + + Property + + System.Int32 + + + The page number to draw. + An integer page number. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/EndPrintArgs.xml b/doc/en/Gtk/EndPrintArgs.xml new file mode 100644 index 000000000..fc6a1844d --- /dev/null +++ b/doc/en/Gtk/EndPrintArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print Context of the current operation. + A . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/GotPageSizeArgs.xml b/doc/en/Gtk/GotPageSizeArgs.xml new file mode 100644 index 000000000..6b85c9249 --- /dev/null +++ b/doc/en/Gtk/GotPageSizeArgs.xml @@ -0,0 +1,53 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print Context of the current operation. + A . + + + + + + Property + + Gtk.PageSetup + + + To be added. + To be added. + To be added. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PaginateArgs.xml b/doc/en/Gtk/PaginateArgs.xml new file mode 100644 index 000000000..a11844c4a --- /dev/null +++ b/doc/en/Gtk/PaginateArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print Context of the current operation. + A . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PrepareArgs.xml b/doc/en/Gtk/PrepareArgs.xml new file mode 100644 index 000000000..b45ca278f --- /dev/null +++ b/doc/en/Gtk/PrepareArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.Widget + + + The current Page. + The to be prepared before showing. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PreviewArgs.xml b/doc/en/Gtk/PreviewArgs.xml new file mode 100644 index 000000000..b80d39f10 --- /dev/null +++ b/doc/en/Gtk/PreviewArgs.xml @@ -0,0 +1,65 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintOperationPreview + + + The Print Preview operation. + A . + + + + + + Property + + Gtk.PrintContext + + + The Print Context for the preview operation. + A . + + + + + + Property + + Gtk.Window + + + The Parent widget for the Preview display. + A , or . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PrinterAddedArgs.xml b/doc/en/Gtk/PrinterAddedArgs.xml new file mode 100644 index 000000000..fc8fbe702 --- /dev/null +++ b/doc/en/Gtk/PrinterAddedArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.Printer + + + The sdded printer. + a . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PrinterRemovedArgs.xml b/doc/en/Gtk/PrinterRemovedArgs.xml new file mode 100644 index 000000000..589460843 --- /dev/null +++ b/doc/en/Gtk/PrinterRemovedArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.Printer + + + The removed printer. + A . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/PrinterStatusChangedArgs.xml b/doc/en/Gtk/PrinterStatusChangedArgs.xml new file mode 100644 index 000000000..89b1ee30a --- /dev/null +++ b/doc/en/Gtk/PrinterStatusChangedArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.Printer + + + The updated printer. + A . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/ReadyArgs.xml b/doc/en/Gtk/ReadyArgs.xml new file mode 100644 index 000000000..aae4da85c --- /dev/null +++ b/doc/en/Gtk/ReadyArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print context of the current operation. + A . + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/ReorderTabArgs.xml b/doc/en/Gtk/ReorderTabArgs.xml new file mode 100644 index 000000000..82eb30361 --- /dev/null +++ b/doc/en/Gtk/ReorderTabArgs.xml @@ -0,0 +1,53 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.DirectionType + + + To be added. + To be added. + To be added. + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/RequestPageSetupArgs.xml b/doc/en/Gtk/RequestPageSetupArgs.xml new file mode 100644 index 000000000..4de02ec83 --- /dev/null +++ b/doc/en/Gtk/RequestPageSetupArgs.xml @@ -0,0 +1,65 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + Gtk.PrintContext + + + The Print context of the current operation. + A . + + + + + + Property + + System.Int32 + + + The Page number to be setup. + An integer page number. + + + + + + Property + + Gtk.PageSetup + + + The page setup. + A . + Changes to the setup are only in effect for the duration of the page. + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + + diff --git a/doc/en/Gtk/SizeChangedArgs.xml b/doc/en/Gtk/SizeChangedArgs.xml new file mode 100644 index 000000000..18a515f83 --- /dev/null +++ b/doc/en/Gtk/SizeChangedArgs.xml @@ -0,0 +1,41 @@ + + + + gtk-sharp + 2.10.0.0 + + + GLib.SignalArgs + + + + + + Constructor + + + Public Constructor. + Create a new instance with this constructor if you need to invoke a delegate. + + + + + Property + + System.Int32 + + + The new icon size. + an integer representing the icon size. + + + + + + Event data. + + The event invokes delegates which pass event data via this class. + + + +