From d066f892af5f6f21462e6fbf8b14769005350023 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Wed, 25 Feb 2004 23:39:06 +0000 Subject: [PATCH] 2003-02-25 Mike Kestner * All: update events to new handler namespaces. svn path=/trunk/gtk-sharp/; revision=23475 --- doc/ChangeLog | 4 + doc/en/Atk/NoOpObject.xml | 26 +-- doc/en/Atk/Object.xml | 22 +-- doc/en/Atk/Table.xml | 18 +- doc/en/Atk/Text.xml | 10 +- doc/en/Gda/Client.xml | 6 +- doc/en/Gda/Connection.xml | 6 +- doc/en/Gda/DataModel.xml | 14 +- doc/en/Gda/XmlDocument.xml | 10 +- doc/en/Gdk/ClosedArgs.xml | 4 +- doc/en/Gdk/Display.xml | 6 +- doc/en/Gdk/DisplayManager.xml | 6 +- doc/en/Gdk/DisplayOpenedArgs.xml | 4 +- doc/en/Gdk/PixbufLoader.xml | 10 +- doc/en/Gdk/SizePreparedArgs.xml | 4 +- doc/en/Gnome/Canvas.xml | 10 +- doc/en/Gnome/CanvasItem.xml | 6 +- doc/en/Gnome/Client.xml | 10 +- doc/en/Gnome/ColorPicker.xml | 6 +- doc/en/Gnome/DruidPage.xml | 22 +-- doc/en/Gnome/FontPicker.xml | 6 +- doc/en/Gnome/FontSelection.xml | 6 +- doc/en/Gnome/IconList.xml | 22 +-- doc/en/Gnome/IconTextItem.xml | 6 +- doc/en/Gnome/PrintCopiesSelector.xml | 6 +- doc/en/GnomeDb/Browser.xml | 6 +- doc/en/GnomeDb/DsnConfigDruid.xml | 6 +- doc/en/GnomeDb/Grid.xml | 14 +- doc/en/GnomeDb/List.xml | 10 +- doc/en/Gtk/AccelGroup.xml | 6 +- doc/en/Gtk/Application.xml | 1 - doc/en/Gtk/Bin.xml | 3 +- doc/en/Gtk/Button.xml | 1 - doc/en/Gtk/ButtonPressEventHandler.xml | 4 +- doc/en/Gtk/CellRendererText.xml | 6 +- doc/en/Gtk/CellRendererToggle.xml | 6 +- doc/en/Gtk/CheckButton.xml | 3 +- doc/en/Gtk/Combo.xml | 3 +- doc/en/Gtk/Container.xml | 14 +- doc/en/Gtk/Dialog.xml | 5 +- doc/en/Gtk/Editable.xml | 10 +- doc/en/Gtk/Entry.xml | 35 ++-- doc/en/Gtk/EventBox.xml | 3 +- doc/en/Gtk/FileSelection.xml | 3 +- doc/en/Gtk/HSV.xml | 6 +- doc/en/Gtk/HTML.xml | 82 ++++----- doc/en/Gtk/HandleBox.xml | 10 +- doc/en/Gtk/IMContext.xml | 14 +- doc/en/Gtk/InputDialog.xml | 10 +- doc/en/Gtk/Label.xml | 10 +- doc/en/Gtk/Layout.xml | 6 +- doc/en/Gtk/ListStore.xml | 22 +-- doc/en/Gtk/Menu.xml | 4 +- doc/en/Gtk/MenuItem.xml | 10 +- doc/en/Gtk/MenuShell.xml | 10 +- doc/en/Gtk/Notebook.xml | 23 ++- doc/en/Gtk/ObjectRequestedArgs.xml | 4 +- doc/en/Gtk/OptionMenu.xml | 3 +- doc/en/Gtk/Paned.xml | 26 +-- doc/en/Gtk/Range.xml | 10 +- doc/en/Gtk/Scale.xml | 6 +- doc/en/Gtk/ScreenChangedArgs.xml | 4 +- doc/en/Gtk/ScrolledWindow.xml | 8 +- doc/en/Gtk/SelectAllArgs.xml | 4 +- doc/en/Gtk/SelectCursorParentArgs.xml | 4 +- doc/en/Gtk/Socket.xml | 6 +- doc/en/Gtk/SpinButton.xml | 14 +- doc/en/Gtk/StartInteractiveSearchArgs.xml | 4 +- doc/en/Gtk/Statusbar.xml | 15 +- doc/en/Gtk/TextBuffer.xml | 34 ++-- doc/en/Gtk/TextEventArgs.xml | 4 +- doc/en/Gtk/TextPoppedHandler.xml | 4 +- doc/en/Gtk/TextPushedHandler.xml | 4 +- doc/en/Gtk/TextTag.xml | 6 +- doc/en/Gtk/TextTagTable.xml | 14 +- doc/en/Gtk/TextView.xml | 31 ++-- doc/en/Gtk/ToggleButton.xml | 3 +- doc/en/Gtk/ToggleCursorRowArgs.xml | 4 +- doc/en/Gtk/Toolbar.xml | 10 +- doc/en/Gtk/Tooltips.xml | 3 +- doc/en/Gtk/TreeModel.xml | 22 +-- doc/en/Gtk/TreeModelSort.xml | 22 +-- doc/en/Gtk/TreeSelection.xml | 1 - doc/en/Gtk/TreeStore.xml | 22 +-- doc/en/Gtk/TreeView.xml | 60 +++---- doc/en/Gtk/UnselectAllArgs.xml | 4 +- doc/en/Gtk/Viewport.xml | 6 +- doc/en/Gtk/Widget.xml | 206 +++++++++++----------- doc/en/Gtk/WidgetEventArgs.xml | 4 +- doc/en/Gtk/Window.xml | 12 +- 90 files changed, 580 insertions(+), 600 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0152a1ddc..254608852 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Mike Kestner + + * All: update events to new handler namespaces. + 2003-02-25 Mike Kestner * en/GLibSharp.xml : Update Summary. diff --git a/doc/en/Atk/NoOpObject.xml b/doc/en/Atk/NoOpObject.xml index 86f0e85cc..556f560bb 100644 --- a/doc/en/Atk/NoOpObject.xml +++ b/doc/en/Atk/NoOpObject.xml @@ -1142,10 +1142,10 @@ - + Event - AtkSharp.TextChangedHandler + Atk.TextChangedHandler @@ -1166,10 +1166,10 @@ - + Event - AtkSharp.TextCaretMovedHandler + Atk.TextCaretMovedHandler @@ -1178,10 +1178,10 @@ - + Event - AtkSharp.RowDeletedHandler + Atk.RowDeletedHandler @@ -1190,10 +1190,10 @@ - + Event - AtkSharp.RowInsertedHandler + Atk.RowInsertedHandler @@ -1214,10 +1214,10 @@ - + Event - AtkSharp.ColumnInsertedHandler + Atk.ColumnInsertedHandler @@ -1238,10 +1238,10 @@ - + Event - AtkSharp.ColumnDeletedHandler + Atk.ColumnDeletedHandler @@ -1988,4 +1988,4 @@ - \ No newline at end of file + diff --git a/doc/en/Atk/Object.xml b/doc/en/Atk/Object.xml index 226518e14..475e87c55 100644 --- a/doc/en/Atk/Object.xml +++ b/doc/en/Atk/Object.xml @@ -468,10 +468,10 @@ - + Event - AtkSharp.PropertyChangeHandler + Atk.PropertyChangeHandler @@ -480,10 +480,10 @@ - + Event - AtkSharp.StateChangeHandler + Atk.StateChangeHandler @@ -492,10 +492,10 @@ - + Event - AtkSharp.ChildrenChangedHandler + Atk.ChildrenChangedHandler @@ -516,10 +516,10 @@ - + Event - AtkSharp.FocusEventHandler + Atk.FocusEventHandler @@ -528,10 +528,10 @@ - + Event - AtkSharp.ActiveDescendantChangedHandler + Atk.ActiveDescendantChangedHandler @@ -784,4 +784,4 @@ - \ No newline at end of file + diff --git a/doc/en/Atk/Table.xml b/doc/en/Atk/Table.xml index 320e2101e..5b4add077 100644 --- a/doc/en/Atk/Table.xml +++ b/doc/en/Atk/Table.xml @@ -394,10 +394,10 @@ - + Event - AtkSharp.RowDeletedHandler + Atk.RowDeletedHandler @@ -406,10 +406,10 @@ - + Event - AtkSharp.RowInsertedHandler + Atk.RowInsertedHandler @@ -430,10 +430,10 @@ - + Event - AtkSharp.ColumnInsertedHandler + Atk.ColumnInsertedHandler @@ -454,10 +454,10 @@ - + Event - AtkSharp.ColumnDeletedHandler + Atk.ColumnDeletedHandler @@ -542,4 +542,4 @@ - \ No newline at end of file + diff --git a/doc/en/Atk/Text.xml b/doc/en/Atk/Text.xml index c3cb225bd..c619107d0 100644 --- a/doc/en/Atk/Text.xml +++ b/doc/en/Atk/Text.xml @@ -194,10 +194,10 @@ - + Event - AtkSharp.TextChangedHandler + Atk.TextChangedHandler @@ -218,10 +218,10 @@ - + Event - AtkSharp.TextCaretMovedHandler + Atk.TextCaretMovedHandler @@ -373,4 +373,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gda/Client.xml b/doc/en/Gda/Client.xml index 7e7c423e4..fb7d75d2d 100644 --- a/doc/en/Gda/Client.xml +++ b/doc/en/Gda/Client.xml @@ -301,10 +301,10 @@ - + Event - GdaSharp.EventNotificationHandler + Gda.EventNotificationHandler @@ -374,4 +374,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gda/Connection.xml b/doc/en/Gda/Connection.xml index 6df0dfec8..e41922c29 100644 --- a/doc/en/Gda/Connection.xml +++ b/doc/en/Gda/Connection.xml @@ -461,10 +461,10 @@ - + Event - GdaSharp.ErrorHandler + Gda.ErrorHandler @@ -543,4 +543,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gda/DataModel.xml b/doc/en/Gda/DataModel.xml index e4d4b98fd..66b117fdc 100644 --- a/doc/en/Gda/DataModel.xml +++ b/doc/en/Gda/DataModel.xml @@ -452,10 +452,10 @@ - + Event - GdaSharp.RowInsertedEventHandler + Gda.RowInsertedEventHandler @@ -464,10 +464,10 @@ - + Event - GdaSharp.RowRemovedEventHandler + Gda.RowRemovedEventHandler @@ -476,10 +476,10 @@ - + Event - GdaSharp.RowUpdatedEventHandler + Gda.RowUpdatedEventHandler @@ -775,4 +775,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gda/XmlDocument.xml b/doc/en/Gda/XmlDocument.xml index b40c017ba..dc0ce0338 100644 --- a/doc/en/Gda/XmlDocument.xml +++ b/doc/en/Gda/XmlDocument.xml @@ -135,10 +135,10 @@ - + Event - GdaSharp.ErrorHandler + Gda.ErrorHandler @@ -147,10 +147,10 @@ - + Event - GdaSharp.WarningHandler + Gda.WarningHandler @@ -246,4 +246,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/ClosedArgs.xml b/doc/en/Gdk/ClosedArgs.xml index 912b009ae..a89d6e61e 100644 --- a/doc/en/Gdk/ClosedArgs.xml +++ b/doc/en/Gdk/ClosedArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/Display.xml b/doc/en/Gdk/Display.xml index 4b0599d31..cd150579d 100644 --- a/doc/en/Gdk/Display.xml +++ b/doc/en/Gdk/Display.xml @@ -383,10 +383,10 @@ - + Event - GdkSharp.ClosedHandler + Gdk.ClosedHandler @@ -495,4 +495,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/DisplayManager.xml b/doc/en/Gdk/DisplayManager.xml index f2a1c67b6..eabecdeee 100644 --- a/doc/en/Gdk/DisplayManager.xml +++ b/doc/en/Gdk/DisplayManager.xml @@ -105,10 +105,10 @@ - + Event - GdkSharp.DisplayOpenedHandler + Gdk.DisplayOpenedHandler @@ -174,4 +174,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/DisplayOpenedArgs.xml b/doc/en/Gdk/DisplayOpenedArgs.xml index 3c6bf85cc..e811b5f33 100644 --- a/doc/en/Gdk/DisplayOpenedArgs.xml +++ b/doc/en/Gdk/DisplayOpenedArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/PixbufLoader.xml b/doc/en/Gdk/PixbufLoader.xml index 7742a6506..633525e51 100644 --- a/doc/en/Gdk/PixbufLoader.xml +++ b/doc/en/Gdk/PixbufLoader.xml @@ -147,10 +147,10 @@ - + Event - GdkSharp.AreaUpdatedHandler + Gdk.AreaUpdatedHandler @@ -183,10 +183,10 @@ - + Event - GdkSharp.SizePreparedHandler + Gdk.SizePreparedHandler @@ -361,4 +361,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/SizePreparedArgs.xml b/doc/en/Gdk/SizePreparedArgs.xml index 11626a903..a0bb62788 100644 --- a/doc/en/Gdk/SizePreparedArgs.xml +++ b/doc/en/Gdk/SizePreparedArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/Canvas.xml b/doc/en/Gnome/Canvas.xml index 8a10d9cf1..e593d2de0 100644 --- a/doc/en/Gnome/Canvas.xml +++ b/doc/en/Gnome/Canvas.xml @@ -833,10 +833,10 @@ - + Event - GnomeSharp.DrawBackgroundHandler + Gnome.DrawBackgroundHandler @@ -850,10 +850,10 @@ - + Event - GnomeSharp.RenderBackgroundHandler + Gnome.RenderBackgroundHandler @@ -1007,4 +1007,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/CanvasItem.xml b/doc/en/Gnome/CanvasItem.xml index 5e907abfe..44c81b6ad 100644 --- a/doc/en/Gnome/CanvasItem.xml +++ b/doc/en/Gnome/CanvasItem.xml @@ -557,10 +557,10 @@ - + Event - GnomeSharp.CanvasEventHandler + Gnome.CanvasEventHandler @@ -650,4 +650,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/Client.xml b/doc/en/Gnome/Client.xml index b6b98c326..20645941a 100644 --- a/doc/en/Gnome/Client.xml +++ b/doc/en/Gnome/Client.xml @@ -510,10 +510,10 @@ - + Event - GnomeSharp.SaveYourselfHandler + Gnome.SaveYourselfHandler @@ -546,10 +546,10 @@ - + Event - GnomeSharp.ConnectedHandler + Gnome.ConnectedHandler @@ -762,4 +762,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/ColorPicker.xml b/doc/en/Gnome/ColorPicker.xml index 155701b4c..a3618947e 100644 --- a/doc/en/Gnome/ColorPicker.xml +++ b/doc/en/Gnome/ColorPicker.xml @@ -240,10 +240,10 @@ - + Event - GnomeSharp.ColorSetHandler + Gnome.ColorSetHandler @@ -378,4 +378,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/DruidPage.xml b/doc/en/Gnome/DruidPage.xml index 6d7bb8e37..81fde3d89 100644 --- a/doc/en/Gnome/DruidPage.xml +++ b/doc/en/Gnome/DruidPage.xml @@ -133,10 +133,10 @@ - + Event - GnomeSharp.CancelClickedHandler + Gnome.CancelClickedHandler @@ -146,10 +146,10 @@ - + Event - GnomeSharp.BackClickedHandler + Gnome.BackClickedHandler @@ -159,10 +159,10 @@ - + Event - GnomeSharp.FinishClickedHandler + Gnome.FinishClickedHandler @@ -172,10 +172,10 @@ - + Event - GnomeSharp.NextClickedHandler + Gnome.NextClickedHandler @@ -185,10 +185,10 @@ - + Event - GnomeSharp.PreparedHandler + Gnome.PreparedHandler @@ -378,4 +378,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/FontPicker.xml b/doc/en/Gnome/FontPicker.xml index 359e6a61f..ecff69914 100644 --- a/doc/en/Gnome/FontPicker.xml +++ b/doc/en/Gnome/FontPicker.xml @@ -249,10 +249,10 @@ - + Event - GnomeSharp.FontSetHandler + Gnome.FontSetHandler @@ -318,4 +318,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/FontSelection.xml b/doc/en/Gnome/FontSelection.xml index bc3e61ebb..67b30cba1 100644 --- a/doc/en/Gnome/FontSelection.xml +++ b/doc/en/Gnome/FontSelection.xml @@ -122,10 +122,10 @@ - + Event - GnomeSharp.FontSetHandler + Gnome.FontSetHandler @@ -178,4 +178,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/IconList.xml b/doc/en/Gnome/IconList.xml index aef2d8086..eea231cbf 100644 --- a/doc/en/Gnome/IconList.xml +++ b/doc/en/Gnome/IconList.xml @@ -601,10 +601,10 @@ - + Event - GnomeSharp.TextChangedHandler + Gnome.TextChangedHandler @@ -625,10 +625,10 @@ - + Event - GnomeSharp.MoveCursorHandler + Gnome.MoveCursorHandler @@ -637,10 +637,10 @@ - + Event - GnomeSharp.IconSelectedHandler + Gnome.IconSelectedHandler @@ -649,10 +649,10 @@ - + Event - GnomeSharp.IconFocusedHandler + Gnome.IconFocusedHandler @@ -661,10 +661,10 @@ - + Event - GnomeSharp.IconUnselectedHandler + Gnome.IconUnselectedHandler @@ -886,4 +886,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/IconTextItem.xml b/doc/en/Gnome/IconTextItem.xml index 68f18dbc1..9781dd934 100644 --- a/doc/en/Gnome/IconTextItem.xml +++ b/doc/en/Gnome/IconTextItem.xml @@ -205,10 +205,10 @@ - + Event - GnomeSharp.TextChangedHandler + Gnome.TextChangedHandler @@ -506,4 +506,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gnome/PrintCopiesSelector.xml b/doc/en/Gnome/PrintCopiesSelector.xml index 2b71f6659..04f226562 100644 --- a/doc/en/Gnome/PrintCopiesSelector.xml +++ b/doc/en/Gnome/PrintCopiesSelector.xml @@ -126,10 +126,10 @@ - + Event - GnomeSharp.CopiesSetHandler + Gnome.CopiesSetHandler @@ -184,4 +184,4 @@ - \ No newline at end of file + diff --git a/doc/en/GnomeDb/Browser.xml b/doc/en/GnomeDb/Browser.xml index ec022592a..caa0919e4 100644 --- a/doc/en/GnomeDb/Browser.xml +++ b/doc/en/GnomeDb/Browser.xml @@ -95,10 +95,10 @@ - + Event - GnomeDbSharp.ProgressMessageHandler + GnomeDb.ProgressMessageHandler @@ -164,4 +164,4 @@ - \ No newline at end of file + diff --git a/doc/en/GnomeDb/DsnConfigDruid.xml b/doc/en/GnomeDb/DsnConfigDruid.xml index 2f610d473..a6046050c 100644 --- a/doc/en/GnomeDb/DsnConfigDruid.xml +++ b/doc/en/GnomeDb/DsnConfigDruid.xml @@ -83,10 +83,10 @@ - + Event - GnomeDbSharp.FinishedHandler + GnomeDb.FinishedHandler @@ -152,4 +152,4 @@ - \ No newline at end of file + diff --git a/doc/en/GnomeDb/Grid.xml b/doc/en/GnomeDb/Grid.xml index 165a3567d..f3de1d2d8 100644 --- a/doc/en/GnomeDb/Grid.xml +++ b/doc/en/GnomeDb/Grid.xml @@ -303,10 +303,10 @@ - + Event - GnomeDbSharp.DoubleClickedHandler + GnomeDb.DoubleClickedHandler @@ -327,10 +327,10 @@ - + Event - GnomeDbSharp.RowSelectedHandler + GnomeDb.RowSelectedHandler @@ -339,10 +339,10 @@ - + Event - GnomeDbSharp.CreatePopupMenuHandler + GnomeDb.CreatePopupMenuHandler @@ -495,4 +495,4 @@ - \ No newline at end of file + diff --git a/doc/en/GnomeDb/List.xml b/doc/en/GnomeDb/List.xml index 15d3de759..d0935713d 100644 --- a/doc/en/GnomeDb/List.xml +++ b/doc/en/GnomeDb/List.xml @@ -99,10 +99,10 @@ - + Event - GnomeDbSharp.SelectionClearedHandler + GnomeDb.SelectionClearedHandler @@ -111,10 +111,10 @@ - + Event - GnomeDbSharp.RowSelectedHandler + GnomeDb.RowSelectedHandler @@ -210,4 +210,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index a8a2a9e3a..86c730eb7 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -214,10 +214,10 @@ - + Event - GtkSharp.AccelChangedHandler + Gtk.AccelChangedHandler @@ -324,4 +324,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml index 36af90a55..acbf7ff8e 100644 --- a/doc/en/Gtk/Application.xml +++ b/doc/en/Gtk/Application.xml @@ -22,7 +22,6 @@ using Gtk; -using GtkSharp; using System; public class HelloWorld { diff --git a/doc/en/Gtk/Bin.xml b/doc/en/Gtk/Bin.xml index c13b5210e..1ca51728e 100644 --- a/doc/en/Gtk/Bin.xml +++ b/doc/en/Gtk/Bin.xml @@ -34,7 +34,6 @@ using System; using Gtk; -using GtkSharp; // // A simple Bin class: a simple container that adds padding. @@ -237,4 +236,4 @@ class Y { - \ No newline at end of file + diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index 1b0bbe5ba..7476d9cd0 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -20,7 +20,6 @@ using Gtk; -using GtkSharp; using System; public class ButtonApp { diff --git a/doc/en/Gtk/ButtonPressEventHandler.xml b/doc/en/Gtk/ButtonPressEventHandler.xml index c443e9397..630703f34 100644 --- a/doc/en/Gtk/ButtonPressEventHandler.xml +++ b/doc/en/Gtk/ButtonPressEventHandler.xml @@ -10,7 +10,7 @@ Represents a method that will handle a button press event The events is provided an value that contains - the event data (). + the event data (). @@ -33,4 +33,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/CellRendererText.xml b/doc/en/Gtk/CellRendererText.xml index 3d2b0ee1f..3e32c786f 100644 --- a/doc/en/Gtk/CellRendererText.xml +++ b/doc/en/Gtk/CellRendererText.xml @@ -397,10 +397,10 @@ - + Event - GtkSharp.EditedHandler + Gtk.EditedHandler @@ -469,4 +469,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/CellRendererToggle.xml b/doc/en/Gtk/CellRendererToggle.xml index db06ecfb8..9174eb49c 100644 --- a/doc/en/Gtk/CellRendererToggle.xml +++ b/doc/en/Gtk/CellRendererToggle.xml @@ -111,10 +111,10 @@ - + Event - GtkSharp.ToggledHandler + Gtk.ToggledHandler @@ -195,4 +195,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/CheckButton.xml b/doc/en/Gtk/CheckButton.xml index 7d2da7680..7c1789561 100644 --- a/doc/en/Gtk/CheckButton.xml +++ b/doc/en/Gtk/CheckButton.xml @@ -20,7 +20,6 @@ using System; using Gtk; -using GtkSharp; class CheckButtonSample { @@ -186,4 +185,4 @@ class CheckButtonSample - \ No newline at end of file + diff --git a/doc/en/Gtk/Combo.xml b/doc/en/Gtk/Combo.xml index d55b18ffe..8227e3e21 100644 --- a/doc/en/Gtk/Combo.xml +++ b/doc/en/Gtk/Combo.xml @@ -37,7 +37,6 @@ using System; using System.Runtime.InteropServices; using Gtk; -using GtkSharp; using GLib; class ComboSample @@ -378,4 +377,4 @@ class ComboSample - \ No newline at end of file + diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index cad3031ac..7f9cfd759 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -429,10 +429,10 @@ - + Event - GtkSharp.AddedHandler + Gtk.AddedHandler @@ -441,10 +441,10 @@ - + Event - GtkSharp.FocusChildSetHandler + Gtk.FocusChildSetHandler @@ -453,10 +453,10 @@ - + Event - GtkSharp.RemovedHandler + Gtk.RemovedHandler @@ -664,4 +664,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Dialog.xml b/doc/en/Gtk/Dialog.xml index 3b1722ec2..483a76277 100644 --- a/doc/en/Gtk/Dialog.xml +++ b/doc/en/Gtk/Dialog.xml @@ -22,7 +22,6 @@ using System; using Gtk; -using GtkSharp; namespace GtkDialogSample { @@ -316,10 +315,10 @@ namespace GtkDialogSample - + Event - GtkSharp.ResponseHandler + Gtk.ResponseHandler diff --git a/doc/en/Gtk/Editable.xml b/doc/en/Gtk/Editable.xml index 652fd7c05..0f898e382 100644 --- a/doc/en/Gtk/Editable.xml +++ b/doc/en/Gtk/Editable.xml @@ -170,10 +170,10 @@ - + Event - GtkSharp.TextInsertedHandler + Gtk.TextInsertedHandler @@ -182,10 +182,10 @@ - + Event - GtkSharp.TextDeletedHandler + Gtk.TextDeletedHandler @@ -223,4 +223,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Entry.xml b/doc/en/Gtk/Entry.xml index 091b33131..864830dad 100644 --- a/doc/en/Gtk/Entry.xml +++ b/doc/en/Gtk/Entry.xml @@ -21,7 +21,6 @@ See also the widget for displaying and editing lar using System; using Gtk; -using GtkSharp; class EntrySample { @@ -588,10 +587,10 @@ class EntrySample - + Event - GtkSharp.TextInsertedHandler + Gtk.TextInsertedHandler @@ -600,10 +599,10 @@ class EntrySample - + Event - GtkSharp.TextDeletedHandler + Gtk.TextDeletedHandler @@ -624,15 +623,15 @@ class EntrySample - + Event - GtkSharp.MoveCursorHandler + Gtk.MoveCursorHandler Connect to this event handler to be notified when the cursor of an Entry moves. - Data pertaining to this event is passed with a . + Data pertaining to this event is passed with a . @@ -662,16 +661,16 @@ class EntrySample - + Event - GtkSharp.DeleteFromCursorHandler + Gtk.DeleteFromCursorHandler Connect to this event to find out when text is deleted from the Entry by the user. - Data pertaining to this event is encapsulated in a . + Data pertaining to this event is encapsulated in a . @@ -704,16 +703,16 @@ class EntrySample - + Event - GtkSharp.PopulatePopupHandler + Gtk.PopulatePopupHandler To be added - Data pertaining to this event is encapsulated in a . + Data pertaining to this event is encapsulated in a . @@ -732,16 +731,16 @@ class EntrySample - + Event - GtkSharp.InsertAtCursorHandler + Gtk.InsertAtCursorHandler Connect to this event to discover when text is inserted at the cursor position - usually when the user types something in. - Data pertaining to this event is encapsulated in an . + Data pertaining to this event is encapsulated in an . @@ -1229,4 +1228,4 @@ class EntrySample - \ No newline at end of file + diff --git a/doc/en/Gtk/EventBox.xml b/doc/en/Gtk/EventBox.xml index 4e210fcaf..60b474455 100644 --- a/doc/en/Gtk/EventBox.xml +++ b/doc/en/Gtk/EventBox.xml @@ -16,7 +16,6 @@ using Gtk; -using GtkSharp; using Gdk; using System; @@ -159,4 +158,4 @@ public class eventbox - \ No newline at end of file + diff --git a/doc/en/Gtk/FileSelection.xml b/doc/en/Gtk/FileSelection.xml index 3cc3ed74c..f8f7d45e5 100644 --- a/doc/en/Gtk/FileSelection.xml +++ b/doc/en/Gtk/FileSelection.xml @@ -27,7 +27,6 @@ using System; using Gtk; -using GtkSharp; class FileSelectionSample { @@ -494,4 +493,4 @@ class FileSelectionSample - \ No newline at end of file + diff --git a/doc/en/Gtk/HSV.xml b/doc/en/Gtk/HSV.xml index 1bd746179..d95260b84 100644 --- a/doc/en/Gtk/HSV.xml +++ b/doc/en/Gtk/HSV.xml @@ -120,10 +120,10 @@ - + Event - GtkSharp.MoveHandler + Gtk.MoveHandler @@ -290,4 +290,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index fe5eafe1f..c71de3b08 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -34,7 +34,6 @@ using System; using System.Net; using System.IO; using Gtk; -using GtkSharp; namespace HtmlTest { @@ -1137,10 +1136,10 @@ class X { - + Event - GtkSharp.InsertionFontStyleChangedHandler + Gtk.InsertionFontStyleChangedHandler @@ -1149,10 +1148,10 @@ class X { - + Event - GtkSharp.TitleChangedHandler + Gtk.TitleChangedHandler @@ -1165,10 +1164,10 @@ class X { - + Event - GtkSharp.SetBaseHandler + Gtk.SetBaseHandler @@ -1189,10 +1188,10 @@ class X { - + Event - GtkSharp.CurrentParagraphStyleChangedHandler + Gtk.CurrentParagraphStyleChangedHandler @@ -1213,10 +1212,10 @@ class X { - + Event - GtkSharp.CursorMoveHandler + Gtk.CursorMoveHandler @@ -1228,10 +1227,10 @@ class X { - + Event - GtkSharp.OnCommandHandler + Gtk.OnCommandHandler @@ -1240,10 +1239,10 @@ class X { - + Event - GtkSharp.UrlRequestedHandler + Gtk.UrlRequestedHandler @@ -1259,14 +1258,13 @@ class X { it will be streamed into the HTML widget. The model allows for data to be delivered as it comes, and when the data has all arrived, the End method can be invoked on the - html stream provided by the . + html stream provided by the . using System; using System.IO; using Gtk; -using GtkSharp; class X { @@ -1318,10 +1316,10 @@ class X { - + Event - GtkSharp.IframeCreatedHandler + Gtk.IframeCreatedHandler @@ -1330,10 +1328,10 @@ class X { - + Event - GtkSharp.ScrollHandler + Gtk.ScrollHandler @@ -1342,10 +1340,10 @@ class X { - + Event - GtkSharp.CurrentParagraphIndentationChangedHandler + Gtk.CurrentParagraphIndentationChangedHandler @@ -1354,10 +1352,10 @@ class X { - + Event - GtkSharp.CurrentParagraphAlignmentChangedHandler + Gtk.CurrentParagraphAlignmentChangedHandler @@ -1366,10 +1364,10 @@ class X { - + Event - GtkSharp.InsertionColorChangedHandler + Gtk.InsertionColorChangedHandler @@ -1378,10 +1376,10 @@ class X { - + Event - GtkSharp.LinkClickedHandler + Gtk.LinkClickedHandler @@ -1396,7 +1394,6 @@ class X { using System; using System.IO; using Gtk; -using GtkSharp; class X { @@ -1431,10 +1428,10 @@ class X { - + Event - GtkSharp.SubmitHandler + Gtk.SubmitHandler @@ -1443,10 +1440,10 @@ class X { - + Event - GtkSharp.RedirectHandler + Gtk.RedirectHandler @@ -1455,10 +1452,10 @@ class X { - + Event - GtkSharp.OnUrlHandler + Gtk.OnUrlHandler @@ -1467,7 +1464,7 @@ class X { This event is raised when the mouse pointer hovers over a hyper link or leaves a link. In the former case the value - of is the link + of is the link target, and in the later the empty string. @@ -1475,7 +1472,6 @@ class X { using System; using System.IO; using Gtk; -using GtkSharp; class X { @@ -1510,10 +1506,10 @@ class X { - + Event - GtkSharp.SetBaseTargetHandler + Gtk.SetBaseTargetHandler @@ -1714,10 +1710,10 @@ class X { - + Event - GtkSharp.ObjectRequestedHandler + Gtk.ObjectRequestedHandler @@ -2376,4 +2372,4 @@ class X { - \ No newline at end of file + diff --git a/doc/en/Gtk/HandleBox.xml b/doc/en/Gtk/HandleBox.xml index cecda03ad..054a55d55 100644 --- a/doc/en/Gtk/HandleBox.xml +++ b/doc/en/Gtk/HandleBox.xml @@ -144,10 +144,10 @@ - + Event - GtkSharp.ChildAttachedHandler + Gtk.ChildAttachedHandler @@ -156,10 +156,10 @@ - + Event - GtkSharp.ChildDetachedHandler + Gtk.ChildDetachedHandler @@ -270,4 +270,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/IMContext.xml b/doc/en/Gtk/IMContext.xml index ed9083e5f..0ab097a2c 100644 --- a/doc/en/Gtk/IMContext.xml +++ b/doc/en/Gtk/IMContext.xml @@ -205,10 +205,10 @@ - + Event - GtkSharp.SurroundingDeletedHandler + Gtk.SurroundingDeletedHandler @@ -217,10 +217,10 @@ - + Event - GtkSharp.CommitHandler + Gtk.CommitHandler @@ -229,10 +229,10 @@ - + Event - GtkSharp.RetrieveSurroundingHandler + Gtk.RetrieveSurroundingHandler @@ -506,4 +506,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/InputDialog.xml b/doc/en/Gtk/InputDialog.xml index ea12aa9df..b223a9d1d 100644 --- a/doc/en/Gtk/InputDialog.xml +++ b/doc/en/Gtk/InputDialog.xml @@ -87,10 +87,10 @@ - + Event - GtkSharp.DisableDeviceHandler + Gtk.DisableDeviceHandler @@ -101,10 +101,10 @@ - + Event - GtkSharp.EnableDeviceHandler + Gtk.EnableDeviceHandler @@ -202,4 +202,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Label.xml b/doc/en/Gtk/Label.xml index 4cd54cea2..9f6fe97d3 100644 --- a/doc/en/Gtk/Label.xml +++ b/doc/en/Gtk/Label.xml @@ -523,10 +523,10 @@ - + Event - GtkSharp.MoveCursorHandler + Gtk.MoveCursorHandler @@ -536,10 +536,10 @@ - + Event - GtkSharp.PopulatePopupHandler + Gtk.PopulatePopupHandler @@ -708,4 +708,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index 5df6b039f..f5df55ebc 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -231,10 +231,10 @@ - + Event - GtkSharp.ScrollAdjustmentsSetHandler + Gtk.ScrollAdjustmentsSetHandler @@ -314,4 +314,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 6eefc231f..f6223fde3 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -587,10 +587,10 @@ - + Event - GtkSharp.RowHasChildToggledHandler + Gtk.RowHasChildToggledHandler @@ -599,10 +599,10 @@ - + Event - GtkSharp.RowInsertedHandler + Gtk.RowInsertedHandler @@ -611,10 +611,10 @@ - + Event - GtkSharp.RowDeletedHandler + Gtk.RowDeletedHandler @@ -623,10 +623,10 @@ - + Event - GtkSharp.RowChangedHandler + Gtk.RowChangedHandler @@ -635,10 +635,10 @@ - + Event - GtkSharp.RowsReorderedHandler + Gtk.RowsReorderedHandler @@ -1447,4 +1447,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Menu.xml b/doc/en/Gtk/Menu.xml index dc60b63f6..796b5ec36 100644 --- a/doc/en/Gtk/Menu.xml +++ b/doc/en/Gtk/Menu.xml @@ -23,7 +23,6 @@ using System; using Gtk; -using GtkSharp; public class MenuApp { @@ -173,7 +172,6 @@ public class MenuApp { using System; using Gtk; -using GtkSharp; class PopupSample { @@ -479,4 +477,4 @@ class PopupSample - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuItem.xml b/doc/en/Gtk/MenuItem.xml index 9d000f114..9de36db9e 100644 --- a/doc/en/Gtk/MenuItem.xml +++ b/doc/en/Gtk/MenuItem.xml @@ -240,10 +240,10 @@ - + Event - GtkSharp.ToggleSizeAllocatedHandler + Gtk.ToggleSizeAllocatedHandler @@ -252,10 +252,10 @@ - + Event - GtkSharp.ToggleSizeRequestedHandler + Gtk.ToggleSizeRequestedHandler @@ -421,4 +421,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuShell.xml b/doc/en/Gtk/MenuShell.xml index bbf37ab7b..46058f482 100644 --- a/doc/en/Gtk/MenuShell.xml +++ b/doc/en/Gtk/MenuShell.xml @@ -206,10 +206,10 @@ - + Event - GtkSharp.ActivateCurrentHandler + Gtk.ActivateCurrentHandler @@ -218,10 +218,10 @@ - + Event - GtkSharp.MoveCurrentHandler + Gtk.MoveCurrentHandler @@ -449,4 +449,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index e03b4719d..261e8fe92 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -37,7 +37,6 @@ using System; using Gtk; -using GtkSharp; class NotebookSample { @@ -701,10 +700,10 @@ class NotebookSample - + Event - GtkSharp.SelectPageHandler + Gtk.SelectPageHandler @@ -713,10 +712,10 @@ class NotebookSample - + Event - GtkSharp.SwitchPageHandler + Gtk.SwitchPageHandler @@ -730,10 +729,10 @@ class NotebookSample - + Event - GtkSharp.MoveFocusOutHandler + Gtk.MoveFocusOutHandler @@ -747,10 +746,10 @@ class NotebookSample - + Event - GtkSharp.ChangeCurrentPageHandler + Gtk.ChangeCurrentPageHandler @@ -765,10 +764,10 @@ class NotebookSample - + Event - GtkSharp.FocusTabHandler + Gtk.FocusTabHandler @@ -1066,4 +1065,4 @@ class NotebookSample - \ No newline at end of file + diff --git a/doc/en/Gtk/ObjectRequestedArgs.xml b/doc/en/Gtk/ObjectRequestedArgs.xml index 86620ff62..aa7d2e67d 100644 --- a/doc/en/Gtk/ObjectRequestedArgs.xml +++ b/doc/en/Gtk/ObjectRequestedArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -44,4 +44,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/OptionMenu.xml b/doc/en/Gtk/OptionMenu.xml index 3b14ffc3d..468a41447 100644 --- a/doc/en/Gtk/OptionMenu.xml +++ b/doc/en/Gtk/OptionMenu.xml @@ -27,7 +27,6 @@ using System; using Gtk; -using GtkSharp; class OptionMenuSample { @@ -261,4 +260,4 @@ class OptionMenuSample - \ No newline at end of file + diff --git a/doc/en/Gtk/Paned.xml b/doc/en/Gtk/Paned.xml index 705d0da9f..0bf5be242 100644 --- a/doc/en/Gtk/Paned.xml +++ b/doc/en/Gtk/Paned.xml @@ -242,10 +242,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.CycleHandleFocusHandler + Gtk.CycleHandleFocusHandler @@ -263,10 +263,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.MoveHandleHandler + Gtk.MoveHandleHandler @@ -277,10 +277,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.CancelPositionHandler + Gtk.CancelPositionHandler @@ -291,10 +291,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.AcceptPositionHandler + Gtk.AcceptPositionHandler @@ -307,10 +307,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.ToggleHandleFocusHandler + Gtk.ToggleHandleFocusHandler @@ -321,10 +321,10 @@ public Widget GetExampleFrame() - + Event - GtkSharp.CycleChildFocusHandler + Gtk.CycleChildFocusHandler @@ -537,4 +537,4 @@ public Widget GetExampleFrame() - \ No newline at end of file + diff --git a/doc/en/Gtk/Range.xml b/doc/en/Gtk/Range.xml index 48e1cc051..add7a3b78 100644 --- a/doc/en/Gtk/Range.xml +++ b/doc/en/Gtk/Range.xml @@ -172,10 +172,10 @@ - + Event - GtkSharp.MoveSliderHandler + Gtk.MoveSliderHandler @@ -198,10 +198,10 @@ - + Event - GtkSharp.AdjustBoundsHandler + Gtk.AdjustBoundsHandler @@ -324,4 +324,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Scale.xml b/doc/en/Gtk/Scale.xml index cfb4e4f06..a1a671b21 100644 --- a/doc/en/Gtk/Scale.xml +++ b/doc/en/Gtk/Scale.xml @@ -124,10 +124,10 @@ - + Event - GtkSharp.FormatValueHandler + Gtk.FormatValueHandler @@ -196,4 +196,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ScreenChangedArgs.xml b/doc/en/Gtk/ScreenChangedArgs.xml index f2358f392..52427d21a 100644 --- a/doc/en/Gtk/ScreenChangedArgs.xml +++ b/doc/en/Gtk/ScreenChangedArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ScrolledWindow.xml b/doc/en/Gtk/ScrolledWindow.xml index ebb639f6b..9068b30e4 100644 --- a/doc/en/Gtk/ScrolledWindow.xml +++ b/doc/en/Gtk/ScrolledWindow.xml @@ -278,7 +278,7 @@ - + Event @@ -288,10 +288,10 @@ - + Event - GtkSharp.MoveFocusOutHandler + Gtk.MoveFocusOutHandler @@ -389,4 +389,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectAllArgs.xml b/doc/en/Gtk/SelectAllArgs.xml index 716e4f9ca..657c003be 100644 --- a/doc/en/Gtk/SelectAllArgs.xml +++ b/doc/en/Gtk/SelectAllArgs.xml @@ -26,9 +26,9 @@ To be added - a + a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectCursorParentArgs.xml b/doc/en/Gtk/SelectCursorParentArgs.xml index 493741366..d44b5f76c 100644 --- a/doc/en/Gtk/SelectCursorParentArgs.xml +++ b/doc/en/Gtk/SelectCursorParentArgs.xml @@ -26,9 +26,9 @@ To be added - a + a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/Socket.xml b/doc/en/Gtk/Socket.xml index c5ad6c712..b7d949300 100644 --- a/doc/en/Gtk/Socket.xml +++ b/doc/en/Gtk/Socket.xml @@ -132,10 +132,10 @@ Console.WriteLine ("The ID of the sockets window is {0}", socket.Id); - + Event - GtkSharp.PlugRemovedHandler + Gtk.PlugRemovedHandler @@ -226,4 +226,4 @@ Console.WriteLine ("The ID of the sockets window is {0}", socket.Id); - \ No newline at end of file + diff --git a/doc/en/Gtk/SpinButton.xml b/doc/en/Gtk/SpinButton.xml index faf06781a..8c8e3a77f 100644 --- a/doc/en/Gtk/SpinButton.xml +++ b/doc/en/Gtk/SpinButton.xml @@ -412,10 +412,10 @@ private void OutputValue(object source, System.EventArgs args) - + Event - GtkSharp.OutputHandler + Gtk.OutputHandler @@ -436,10 +436,10 @@ private void OutputValue(object source, System.EventArgs args) - + Event - GtkSharp.InputHandler + Gtk.InputHandler @@ -448,10 +448,10 @@ private void OutputValue(object source, System.EventArgs args) - + Event - GtkSharp.ChangeValueHandler + Gtk.ChangeValueHandler @@ -603,4 +603,4 @@ private void OutputValue(object source, System.EventArgs args) - \ No newline at end of file + diff --git a/doc/en/Gtk/StartInteractiveSearchArgs.xml b/doc/en/Gtk/StartInteractiveSearchArgs.xml index 2bb2d0db8..9e7240482 100644 --- a/doc/en/Gtk/StartInteractiveSearchArgs.xml +++ b/doc/en/Gtk/StartInteractiveSearchArgs.xml @@ -26,9 +26,9 @@ To be added - a + a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/Statusbar.xml b/doc/en/Gtk/Statusbar.xml index 38b1cc4fd..6a77cb592 100644 --- a/doc/en/Gtk/Statusbar.xml +++ b/doc/en/Gtk/Statusbar.xml @@ -23,7 +23,6 @@ using System; using Gtk; -using GtkSharp; class StatusbarSample { @@ -224,30 +223,30 @@ class StatusbarSample - + Event - GtkSharp.TextPushedHandler + Gtk.TextPushedHandler An event that is fired when a message is pushed onto the Statusbar's message stack using the method. - Connect to this event with a . + Connect to this event with a . - + Event - GtkSharp.TextPoppedHandler + Gtk.TextPoppedHandler An event that is fired when a message is popped off the Statusbar's message stack using the method. - Connect to this event with a . + Connect to this event with a . @@ -343,4 +342,4 @@ class StatusbarSample - \ No newline at end of file + diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index 0840765ca..955ede51f 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -1060,10 +1060,10 @@ - + Event - GtkSharp.TagRemovedHandler + Gtk.TagRemovedHandler @@ -1084,10 +1084,10 @@ - + Event - GtkSharp.MarkSetHandler + Gtk.MarkSetHandler @@ -1096,10 +1096,10 @@ - + Event - GtkSharp.TagAppliedHandler + Gtk.TagAppliedHandler @@ -1108,10 +1108,10 @@ - + Event - GtkSharp.ChildAnchorInsertedHandler + Gtk.ChildAnchorInsertedHandler @@ -1120,10 +1120,10 @@ - + Event - GtkSharp.MarkDeletedHandler + Gtk.MarkDeletedHandler @@ -1132,10 +1132,10 @@ - + Event - GtkSharp.DeleteRangeHandler + Gtk.DeleteRangeHandler @@ -1144,10 +1144,10 @@ - + Event - GtkSharp.PixbufInsertedHandler + Gtk.PixbufInsertedHandler @@ -1168,10 +1168,10 @@ - + Event - GtkSharp.InsertTextHandler + Gtk.InsertTextHandler @@ -1864,4 +1864,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextEventArgs.xml b/doc/en/Gtk/TextEventArgs.xml index 3332a87bd..f59447b3c 100644 --- a/doc/en/Gtk/TextEventArgs.xml +++ b/doc/en/Gtk/TextEventArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -70,4 +70,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextPoppedHandler.xml b/doc/en/Gtk/TextPoppedHandler.xml index e0b176a1e..c4b356bc9 100644 --- a/doc/en/Gtk/TextPoppedHandler.xml +++ b/doc/en/Gtk/TextPoppedHandler.xml @@ -9,7 +9,7 @@ An event that is fired when messages are popped from the message stack of a . - This event passes data to its handlers with the class. + This event passes data to its handlers with the class. @@ -32,4 +32,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/TextPushedHandler.xml b/doc/en/Gtk/TextPushedHandler.xml index d1fddd9b5..c6befcc56 100644 --- a/doc/en/Gtk/TextPushedHandler.xml +++ b/doc/en/Gtk/TextPushedHandler.xml @@ -9,7 +9,7 @@ An event that is fired when messages are pushed onto the message stack of a . - This event passes data to its handlers with the class. + This event passes data to its handlers with the class. @@ -32,4 +32,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index 4bd3ec797..ee021f9b5 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -677,10 +677,10 @@ - + Event - GtkSharp.TextEventHandler + Gtk.TextEventHandler @@ -751,4 +751,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTagTable.xml b/doc/en/Gtk/TextTagTable.xml index 3500b2dd4..4324a0ba9 100644 --- a/doc/en/Gtk/TextTagTable.xml +++ b/doc/en/Gtk/TextTagTable.xml @@ -155,10 +155,10 @@ - + Event - GtkSharp.TagRemovedHandler + Gtk.TagRemovedHandler @@ -167,10 +167,10 @@ - + Event - GtkSharp.TagChangedHandler + Gtk.TagChangedHandler @@ -179,10 +179,10 @@ - + Event - GtkSharp.TagAddedHandler + Gtk.TagAddedHandler @@ -310,4 +310,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 21146a79b..bbc5245a5 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -16,7 +16,6 @@ using System; using Gtk; -using GtkSharp; class TextViewSample { @@ -918,10 +917,10 @@ class TextViewSample - + Event - GtkSharp.ScrollAdjustmentsSetHandler + Gtk.ScrollAdjustmentsSetHandler @@ -942,10 +941,10 @@ class TextViewSample - + Event - GtkSharp.MoveCursorHandler + Gtk.MoveCursorHandler @@ -954,10 +953,10 @@ class TextViewSample - + Event - GtkSharp.PopulatePopupHandler + Gtk.PopulatePopupHandler @@ -966,10 +965,10 @@ class TextViewSample - + Event - GtkSharp.DeleteFromCursorHandler + Gtk.DeleteFromCursorHandler @@ -990,10 +989,10 @@ class TextViewSample - + Event - GtkSharp.MoveFocusHandler + Gtk.MoveFocusHandler @@ -1002,10 +1001,10 @@ class TextViewSample - + Event - GtkSharp.PageHorizontallyHandler + Gtk.PageHorizontallyHandler @@ -1038,10 +1037,10 @@ class TextViewSample - + Event - GtkSharp.InsertAtCursorHandler + Gtk.InsertAtCursorHandler @@ -1522,4 +1521,4 @@ class TextViewSample - \ No newline at end of file + diff --git a/doc/en/Gtk/ToggleButton.xml b/doc/en/Gtk/ToggleButton.xml index 1c234baa5..49723f102 100644 --- a/doc/en/Gtk/ToggleButton.xml +++ b/doc/en/Gtk/ToggleButton.xml @@ -17,7 +17,6 @@ using Gtk; -using GtkSharp; using System; public class ToggleButtonApp { @@ -366,4 +365,4 @@ void btn_toggled (object obj, EventArgs args) - \ No newline at end of file + diff --git a/doc/en/Gtk/ToggleCursorRowArgs.xml b/doc/en/Gtk/ToggleCursorRowArgs.xml index 1dd8b00fa..804092f3e 100644 --- a/doc/en/Gtk/ToggleCursorRowArgs.xml +++ b/doc/en/Gtk/ToggleCursorRowArgs.xml @@ -26,9 +26,9 @@ To be added - a + a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 0bb2f506d..c05bc276c 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -286,10 +286,10 @@ - + Event - GtkSharp.StyleChangedHandler + Gtk.StyleChangedHandler @@ -298,10 +298,10 @@ - + Event - GtkSharp.OrientationChangedHandler + Gtk.OrientationChangedHandler @@ -587,4 +587,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml index 66d2fc53c..32edc6320 100644 --- a/doc/en/Gtk/Tooltips.xml +++ b/doc/en/Gtk/Tooltips.xml @@ -24,7 +24,6 @@ using Gtk; -using GtkSharp; class ToolTipsExample { @@ -205,4 +204,4 @@ class ToolTipsExample - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModel.xml b/doc/en/Gtk/TreeModel.xml index 67bc36c1c..77d58cbd6 100644 --- a/doc/en/Gtk/TreeModel.xml +++ b/doc/en/Gtk/TreeModel.xml @@ -317,10 +317,10 @@ - + Event - GtkSharp.RowHasChildToggledHandler + Gtk.RowHasChildToggledHandler @@ -330,10 +330,10 @@ - + Event - GtkSharp.RowInsertedHandler + Gtk.RowInsertedHandler @@ -343,10 +343,10 @@ - + Event - GtkSharp.RowDeletedHandler + Gtk.RowDeletedHandler @@ -356,10 +356,10 @@ - + Event - GtkSharp.RowChangedHandler + Gtk.RowChangedHandler @@ -369,10 +369,10 @@ - + Event - GtkSharp.RowsReorderedHandler + Gtk.RowsReorderedHandler @@ -715,4 +715,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index c596ba373..1dfd9c31c 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -487,10 +487,10 @@ - + Event - GtkSharp.RowHasChildToggledHandler + Gtk.RowHasChildToggledHandler @@ -499,10 +499,10 @@ - + Event - GtkSharp.RowInsertedHandler + Gtk.RowInsertedHandler @@ -511,10 +511,10 @@ - + Event - GtkSharp.RowDeletedHandler + Gtk.RowDeletedHandler @@ -523,10 +523,10 @@ - + Event - GtkSharp.RowChangedHandler + Gtk.RowChangedHandler @@ -535,10 +535,10 @@ - + Event - GtkSharp.RowsReorderedHandler + Gtk.RowsReorderedHandler @@ -1189,4 +1189,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index 234b62aec..bca831db0 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -82,7 +82,6 @@ using System; using Gtk; -using GtkSharp; class TreeSelectionSample { diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index 38be54d91..748c3a4d2 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -633,10 +633,10 @@ - + Event - GtkSharp.RowHasChildToggledHandler + Gtk.RowHasChildToggledHandler @@ -646,10 +646,10 @@ - + Event - GtkSharp.RowInsertedHandler + Gtk.RowInsertedHandler @@ -659,10 +659,10 @@ - + Event - GtkSharp.RowDeletedHandler + Gtk.RowDeletedHandler @@ -672,10 +672,10 @@ - + Event - GtkSharp.RowChangedHandler + Gtk.RowChangedHandler @@ -685,10 +685,10 @@ - + Event - GtkSharp.RowsReorderedHandler + Gtk.RowsReorderedHandler @@ -1645,4 +1645,4 @@ store = new TreeStore (typeof (int), typeof (string)); - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index fc06be689..19bed32fd 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -59,7 +59,6 @@ using System; using Gtk; -using GtkSharp; public class TreeViewSample { @@ -108,7 +107,6 @@ public class TreeViewSample { using System; using System.Reflection; using Gtk; -using GtkSharp; public class TreeViewDemo { private static TreeStore store = null; @@ -941,10 +939,10 @@ public class TreeViewDemo { - + Event - GtkSharp.ScrollAdjustmentsSetHandler + Gtk.ScrollAdjustmentsSetHandler @@ -953,10 +951,10 @@ public class TreeViewDemo { - + Event - GtkSharp.RowExpandedHandler + Gtk.RowExpandedHandler @@ -965,10 +963,10 @@ public class TreeViewDemo { - + Event - GtkSharp.MoveCursorHandler + Gtk.MoveCursorHandler @@ -977,10 +975,10 @@ public class TreeViewDemo { - + Event - GtkSharp.TestExpandRowHandler + Gtk.TestExpandRowHandler @@ -989,10 +987,10 @@ public class TreeViewDemo { - + Event - GtkSharp.SelectCursorRowHandler + Gtk.SelectCursorRowHandler @@ -1001,10 +999,10 @@ public class TreeViewDemo { - + Event - GtkSharp.RowCollapsedHandler + Gtk.RowCollapsedHandler @@ -1025,10 +1023,10 @@ public class TreeViewDemo { - + Event - GtkSharp.ExpandCollapseCursorRowHandler + Gtk.ExpandCollapseCursorRowHandler @@ -1037,10 +1035,10 @@ public class TreeViewDemo { - + Event - GtkSharp.RowActivatedHandler + Gtk.RowActivatedHandler @@ -1049,10 +1047,10 @@ public class TreeViewDemo { - + Event - GtkSharp.TestCollapseRowHandler + Gtk.TestCollapseRowHandler @@ -1163,10 +1161,10 @@ public class TreeViewDemo { - + Event - GtkSharp.ToggleCursorRowHandler + Gtk.ToggleCursorRowHandler @@ -1175,10 +1173,10 @@ public class TreeViewDemo { - + Event - GtkSharp.StartInteractiveSearchHandler + Gtk.StartInteractiveSearchHandler @@ -1187,10 +1185,10 @@ public class TreeViewDemo { - + Event - GtkSharp.SelectAllHandler + Gtk.SelectAllHandler @@ -1199,10 +1197,10 @@ public class TreeViewDemo { - + Event - GtkSharp.SelectCursorParentHandler + Gtk.SelectCursorParentHandler @@ -1211,10 +1209,10 @@ public class TreeViewDemo { - + Event - GtkSharp.UnselectAllHandler + Gtk.UnselectAllHandler @@ -1955,4 +1953,4 @@ public class TreeViewDemo { - \ No newline at end of file + diff --git a/doc/en/Gtk/UnselectAllArgs.xml b/doc/en/Gtk/UnselectAllArgs.xml index 91b8fa2d1..0b0bf3d89 100644 --- a/doc/en/Gtk/UnselectAllArgs.xml +++ b/doc/en/Gtk/UnselectAllArgs.xml @@ -26,9 +26,9 @@ To be added - a + a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/Viewport.xml b/doc/en/Gtk/Viewport.xml index f27ee7b99..fe1980d57 100644 --- a/doc/en/Gtk/Viewport.xml +++ b/doc/en/Gtk/Viewport.xml @@ -148,10 +148,10 @@ public ScrolledWindow CreateViewport() - + Event - GtkSharp.ScrollAdjustmentsSetHandler + Gtk.ScrollAdjustmentsSetHandler @@ -232,4 +232,4 @@ public ScrolledWindow CreateViewport() - \ No newline at end of file + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index c83cf49e5..f43188119 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1730,10 +1730,10 @@ - + Event - GtkSharp.UnmapEventHandler + Gtk.UnmapEventHandler @@ -1742,10 +1742,10 @@ - + Event - GtkSharp.FocusedHandler + Gtk.FocusedHandler @@ -1754,10 +1754,10 @@ - + Event - GtkSharp.ParentSetHandler + Gtk.ParentSetHandler @@ -1766,10 +1766,10 @@ - + Event - GtkSharp.KeyReleaseEventHandler + Gtk.KeyReleaseEventHandler @@ -1790,10 +1790,10 @@ - + Event - GtkSharp.SelectionRequestEventHandler + Gtk.SelectionRequestEventHandler @@ -1802,10 +1802,10 @@ - + Event - GtkSharp.DirectionChangedHandler + Gtk.DirectionChangedHandler @@ -1814,10 +1814,10 @@ - + Event - GtkSharp.DragLeaveHandler + Gtk.DragLeaveHandler @@ -1826,10 +1826,10 @@ - + Event - GtkSharp.ScrollEventHandler + Gtk.ScrollEventHandler @@ -1838,10 +1838,10 @@ - + Event - GtkSharp.VisibilityNotifyEventHandler + Gtk.VisibilityNotifyEventHandler @@ -1850,10 +1850,10 @@ - + Event - GtkSharp.WindowStateEventHandler + Gtk.WindowStateEventHandler @@ -1874,10 +1874,10 @@ - + Event - GtkSharp.DragBeginHandler + Gtk.DragBeginHandler @@ -1886,10 +1886,10 @@ - + Event - GtkSharp.HierarchyChangedHandler + Gtk.HierarchyChangedHandler @@ -1898,10 +1898,10 @@ - + Event - GtkSharp.ConfigureEventHandler + Gtk.ConfigureEventHandler @@ -1910,10 +1910,10 @@ - + Event - GtkSharp.KeyPressEventHandler + Gtk.KeyPressEventHandler @@ -1922,10 +1922,10 @@ - + Event - GtkSharp.MapEventHandler + Gtk.MapEventHandler @@ -1946,10 +1946,10 @@ - + Event - GtkSharp.MotionNotifyEventHandler + Gtk.MotionNotifyEventHandler @@ -1958,10 +1958,10 @@ - + Event - GtkSharp.StateChangedHandler + Gtk.StateChangedHandler @@ -1970,10 +1970,10 @@ - + Event - GtkSharp.NoExposeEventHandler + Gtk.NoExposeEventHandler @@ -1994,10 +1994,10 @@ - + Event - GtkSharp.ButtonReleaseEventHandler + Gtk.ButtonReleaseEventHandler @@ -2006,10 +2006,10 @@ - + Event - GtkSharp.SelectionGetHandler + Gtk.SelectionGetHandler @@ -2018,10 +2018,10 @@ - + Event - GtkSharp.SizeAllocatedHandler + Gtk.SizeAllocatedHandler @@ -2030,10 +2030,10 @@ - + Event - GtkSharp.PopupMenuHandler + Gtk.PopupMenuHandler @@ -2042,10 +2042,10 @@ - + Event - GtkSharp.ExposeEventHandler + Gtk.ExposeEventHandler @@ -2066,10 +2066,10 @@ - + Event - GtkSharp.SelectionNotifyEventHandler + Gtk.SelectionNotifyEventHandler @@ -2078,10 +2078,10 @@ - + Event - GtkSharp.FocusInEventHandler + Gtk.FocusInEventHandler @@ -2090,10 +2090,10 @@ - + Event - GtkSharp.ButtonPressEventHandler + Gtk.ButtonPressEventHandler @@ -2102,10 +2102,10 @@ - + Event - GtkSharp.PropertyNotifyEventHandler + Gtk.PropertyNotifyEventHandler @@ -2114,10 +2114,10 @@ - + Event - GtkSharp.HelpShownHandler + Gtk.HelpShownHandler @@ -2126,10 +2126,10 @@ - + Event - GtkSharp.ClientEventHandler + Gtk.ClientEventHandler @@ -2138,10 +2138,10 @@ - + Event - GtkSharp.ProximityInEventHandler + Gtk.ProximityInEventHandler @@ -2150,10 +2150,10 @@ - + Event - GtkSharp.ProximityOutEventHandler + Gtk.ProximityOutEventHandler @@ -2162,10 +2162,10 @@ - + Event - GtkSharp.DestroyEventHandler + Gtk.DestroyEventHandler @@ -2174,10 +2174,10 @@ - + Event - GtkSharp.SelectionReceivedHandler + Gtk.SelectionReceivedHandler @@ -2186,10 +2186,10 @@ - + Event - GtkSharp.DragDataGetHandler + Gtk.DragDataGetHandler @@ -2198,10 +2198,10 @@ - + Event - GtkSharp.EnterNotifyEventHandler + Gtk.EnterNotifyEventHandler @@ -2210,10 +2210,10 @@ - + Event - GtkSharp.DragDataReceivedHandler + Gtk.DragDataReceivedHandler @@ -2222,10 +2222,10 @@ - + Event - GtkSharp.DragMotionHandler + Gtk.DragMotionHandler @@ -2234,10 +2234,10 @@ - + Event - GtkSharp.SizeRequestedHandler + Gtk.SizeRequestedHandler @@ -2246,10 +2246,10 @@ - + Event - GtkSharp.GrabNotifyHandler + Gtk.GrabNotifyHandler @@ -2258,10 +2258,10 @@ - + Event - GtkSharp.StyleSetHandler + Gtk.StyleSetHandler @@ -2270,10 +2270,10 @@ - + Event - GtkSharp.FocusOutEventHandler + Gtk.FocusOutEventHandler @@ -2282,10 +2282,10 @@ - + Event - GtkSharp.ChildNotifiedHandler + Gtk.ChildNotifiedHandler @@ -2306,10 +2306,10 @@ - + Event - GtkSharp.DragEndHandler + Gtk.DragEndHandler @@ -2318,10 +2318,10 @@ - + Event - GtkSharp.SelectionClearEventHandler + Gtk.SelectionClearEventHandler @@ -2330,10 +2330,10 @@ - + Event - GtkSharp.MnemonicActivatedHandler + Gtk.MnemonicActivatedHandler @@ -2342,10 +2342,10 @@ - + Event - GtkSharp.DragDropHandler + Gtk.DragDropHandler @@ -2354,10 +2354,10 @@ - + Event - GtkSharp.LeaveNotifyEventHandler + Gtk.LeaveNotifyEventHandler @@ -2366,10 +2366,10 @@ - + Event - GtkSharp.DeleteEventHandler + Gtk.DeleteEventHandler @@ -2390,10 +2390,10 @@ - + Event - GtkSharp.DragDataDeleteHandler + Gtk.DragDataDeleteHandler @@ -2486,10 +2486,10 @@ - + Event - GtkSharp.ScreenChangedHandler + Gtk.ScreenChangedHandler @@ -2635,10 +2635,10 @@ - + Event - GtkSharp.WidgetEventHandler + Gtk.WidgetEventHandler @@ -4564,4 +4564,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/WidgetEventArgs.xml b/doc/en/Gtk/WidgetEventArgs.xml index fac028906..61f9b00af 100644 --- a/doc/en/Gtk/WidgetEventArgs.xml +++ b/doc/en/Gtk/WidgetEventArgs.xml @@ -26,7 +26,7 @@ To be added - a + a To be added @@ -44,4 +44,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index 63bb6fcfd..97c7ea47a 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -1233,10 +1233,10 @@ - + Event - GtkSharp.MoveFocusHandler + Gtk.MoveFocusHandler @@ -1245,10 +1245,10 @@ - + Event - GtkSharp.SetFocusHandler + Gtk.SetFocusHandler @@ -1281,10 +1281,10 @@ - + Event - GtkSharp.FrameEventHandler + Gtk.FrameEventHandler