diff --git a/doc/en/Gtk/AccelMap.xml b/doc/en/Gtk/AccelMap.xml index 30d6eada0..2e6b3dfe6 100644 --- a/doc/en/Gtk/AccelMap.xml +++ b/doc/en/Gtk/AccelMap.xml @@ -388,7 +388,7 @@ - Fired when there is a change to the global accelerator map. + Raised when there is a change to the global accelerator map. diff --git a/doc/en/Gtk/Action.xml b/doc/en/Gtk/Action.xml index a0dab9e67..3d2322354 100644 --- a/doc/en/Gtk/Action.xml +++ b/doc/en/Gtk/Action.xml @@ -582,7 +582,7 @@ This does not necessarily mean effective visibility. See The increment to use to make major changes to the value. The page size. In a this is the size of the area that is currently visible. - When updating the values and properties of an Adjustment, remember to call the and/or methods to ensure the correct events are fired. + When updating the values and properties of an Adjustment, remember to call the and/or methods to ensure the correct events are raised. @@ -96,7 +96,7 @@ If the specified range is larger than the , then only the start of it will make up the new "current page". - The event will be fired if the changes as a result of this method. must be called manually if the event should be fired. + The event will be raised if the changes as a result of this method. must be called manually if the event should be raised. @@ -210,7 +210,7 @@ - This event is fired when is called. + This event is raised when is called. This event can be handled to be notified of changes to the Adjustment's value. However, this relies on all objects that change the calling . @@ -229,9 +229,9 @@ - This event is fired when is called. + This event is raised when is called. - If the Adjustment's properties change, (such as , etc.), it is up to whichever class changes the values to call to ensure this event is fired. + If the Adjustment's properties change, (such as , etc.), it is up to whichever class changes the values to call to ensure this event is raised. diff --git a/doc/en/Gtk/Calendar.xml b/doc/en/Gtk/Calendar.xml index 3420fe634..c2f42457c 100644 --- a/doc/en/Gtk/Calendar.xml +++ b/doc/en/Gtk/Calendar.xml @@ -216,7 +216,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the current year of the Calendar is increased. + Raised when the current year of the Calendar is increased. This may happen when the user explicitly advances the year, or when advancing from December to January. @@ -235,7 +235,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the user "double clicks" on a day. + Raised when the user "double clicks" on a day. @@ -252,7 +252,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the current year of the Calendar is decreased. + Raised when the current year of the Calendar is decreased. This may happen when the user explicitly advances the year, or when clicking 'back' from January to December. @@ -271,7 +271,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the current month changes. + Raised when the current month changes. @@ -288,7 +288,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the month of the Calendar moves to the next one. + Raised when the month of the Calendar moves to the next one. @@ -305,7 +305,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when a day is selected on the Calendar. + Raised when a day is selected on the Calendar. @@ -322,7 +322,7 @@ void HandleDaySelected (object obj, EventArgs args) - Fired when the Calendar moves to the previous month. + Raised when the Calendar moves to the previous month. diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index 7b671a6d2..504be470e 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -478,7 +478,7 @@ - This event is fired when the user cancels the process of + This event is raised when the user cancels the process of editing a cell. diff --git a/doc/en/Gtk/CheckMenuItem.xml b/doc/en/Gtk/CheckMenuItem.xml index 67a1cc5d3..375b664e2 100644 --- a/doc/en/Gtk/CheckMenuItem.xml +++ b/doc/en/Gtk/CheckMenuItem.xml @@ -123,7 +123,7 @@ - An event that is fired whenever the state of the CheckMenuItem is toggled. + An event that is raised whenever the state of the CheckMenuItem is toggled. Connect to this event with a standard . diff --git a/doc/en/Gtk/ColorSelection.xml b/doc/en/Gtk/ColorSelection.xml index a2ed19f35..17beccb31 100644 --- a/doc/en/Gtk/ColorSelection.xml +++ b/doc/en/Gtk/ColorSelection.xml @@ -147,7 +147,7 @@ - This event is fired when the current color changes in the ColorSelection. + This event is raised when the current color changes in the ColorSelection. diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index 94555619d..a5a04a8bf 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -355,8 +355,8 @@ - Fired when a child widget is added to the container via . - Note that this event is fired only when (or its C equivalent) is called. It is not a generic widget-added notification. For example, calling will not result in this event firing. + Raised when a child widget is added to the container via . + Note that this event is raised only when (or its C equivalent) is called. It is not a generic widget-added notification. For example, calling will not result in this event firing. @@ -372,7 +372,7 @@ - Fired when the focus moves to a child widget of this container. + Raised when the focus moves to a child widget of this container. @@ -389,8 +389,8 @@ - Fired when a child widget is removed from this container - Note that this event is fired only when (or its C equivalent) is called. If a subclass defines additional methods for removing widgets, then calling those methods will not result in this event being fired. + Raised when a child widget is removed from this container + Note that this event is raised only when (or its C equivalent) is called. If a subclass defines additional methods for removing widgets, then calling those methods will not result in this event being raised. @@ -406,7 +406,7 @@ - Fired when this container's resizability is queried. + Raised when this container's resizability is queried. diff --git a/doc/en/Gtk/Editable.xml b/doc/en/Gtk/Editable.xml index be95666b3..3e672a7f8 100644 --- a/doc/en/Gtk/Editable.xml +++ b/doc/en/Gtk/Editable.xml @@ -172,7 +172,7 @@ - Fired whenever the user inserts text. + Raised whenever the user inserts text. The default handler for this signal will normally be responsible for inserting the text, so by connecting to this signal and then stopping the signal with gtk_signal_emit_stop(), it is possible to modify the inserted text, or prevent it from being inserted entirely. (FIXME: Need Gtk# equivalent for gtk_signal_emit_stop().) @@ -184,7 +184,7 @@ - Fired whenever the user deletes text. + Raised whenever the user deletes text. The default handler for this signal will normally be responsible for inserting the text, so by connecting to this signal and then stopping the signal with gtk_signal_emit_stop(), it is possible to modify the inserted text, or prevent it from being inserted entirely. The and parameters are interpreted as for (FIXME: need equivalent for gtk_signal_emit_stop().) @@ -196,7 +196,7 @@ - Fired when the user has changed the contents of the widget. + Raised when the user has changed the contents of the widget. diff --git a/doc/en/Gtk/Entry.xml b/doc/en/Gtk/Entry.xml index 61f748dd2..ddb71b337 100644 --- a/doc/en/Gtk/Entry.xml +++ b/doc/en/Gtk/Entry.xml @@ -635,7 +635,7 @@ class EntrySample - When the contents of the Entry change, this event is fired. + When the contents of the Entry change, this event is raised. @@ -762,7 +762,7 @@ class EntrySample - Fired when the popup handler needs to be filled with data. + Raised when the popup handler needs to be filled with data. Data pertaining to this event is encapsulated in a . diff --git a/doc/en/Gtk/FileChooser.xml b/doc/en/Gtk/FileChooser.xml index 04b0b60a8..f05b5968f 100644 --- a/doc/en/Gtk/FileChooser.xml +++ b/doc/en/Gtk/FileChooser.xml @@ -631,7 +631,7 @@ - This event is fired every time the selected file changes. + This event is raised every time the selected file changes. diff --git a/doc/en/Gtk/FileChooserDialog.xml b/doc/en/Gtk/FileChooserDialog.xml index b85064a92..84bb3990b 100644 --- a/doc/en/Gtk/FileChooserDialog.xml +++ b/doc/en/Gtk/FileChooserDialog.xml @@ -839,7 +839,7 @@ - This event is fired every time the selected file changes. + This event is raised every time the selected file changes. diff --git a/doc/en/Gtk/FileChooserWidget.xml b/doc/en/Gtk/FileChooserWidget.xml index 9197683a5..fb99ad751 100644 --- a/doc/en/Gtk/FileChooserWidget.xml +++ b/doc/en/Gtk/FileChooserWidget.xml @@ -861,7 +861,7 @@ - This event is fired every time the selected file changes. + This event is raised every time the selected file changes. @@ -942,7 +942,7 @@ - Event fired when the chooser changes the folder it's looking at. + Event raised when the chooser changes the folder it's looking at. diff --git a/doc/en/Gtk/FontButton.xml b/doc/en/Gtk/FontButton.xml index 426bbc82d..1f088034a 100644 --- a/doc/en/Gtk/FontButton.xml +++ b/doc/en/Gtk/FontButton.xml @@ -222,7 +222,7 @@ - Event fired when the font is set. + Event raised when the font is set. diff --git a/doc/en/Gtk/HSV.xml b/doc/en/Gtk/HSV.xml index 958833a94..4a620b1e9 100644 --- a/doc/en/Gtk/HSV.xml +++ b/doc/en/Gtk/HSV.xml @@ -86,7 +86,7 @@ - Fired when the color of this widget changes. + Raised when the color of this widget changes. @@ -103,7 +103,7 @@ - Fired when this widget is moved. + Raised when this widget is moved. diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index d28aa492b..0cb0db445 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -1116,7 +1116,7 @@ class X { - Fired when the font style under the cursor is changed. + Raised when the font style under the cursor is changed. @@ -1154,7 +1154,7 @@ class X { - Fired when the base URL of the document is changed. + Raised when the base URL of the document is changed. @@ -1171,7 +1171,7 @@ class X { - Fired when the size of text is changed. + Raised when the size of text is changed. @@ -1188,7 +1188,7 @@ class X { - Fired when the text style of this paragraph is changed. + Raised when the text style of this paragraph is changed. @@ -1205,7 +1205,7 @@ class X { - Fired after a webpage is finished loading. + Raised after a webpage is finished loading. @@ -1242,7 +1242,7 @@ class X { - Fired when a command is issued to the widget. + Raised when a command is issued to the widget. @@ -1341,7 +1341,7 @@ class X { - Fired after an IFRAME is created. + Raised after an IFRAME is created. @@ -1358,7 +1358,7 @@ class X { - Fired when the widget is scrolled. + Raised when the widget is scrolled. @@ -1375,7 +1375,7 @@ class X { - Fired when the indent level of the current paragraph is changed. + Raised when the indent level of the current paragraph is changed. @@ -1392,7 +1392,7 @@ class X { - Fired when the alignment of the current paragraph is changed. + Raised when the alignment of the current paragraph is changed. @@ -1409,7 +1409,7 @@ class X { - Fired when the text color to insert is changed. + Raised when the text color to insert is changed. @@ -1483,7 +1483,7 @@ class X { - Fired when a form submit button is clicked. + Raised when a form submit button is clicked. @@ -1500,7 +1500,7 @@ class X { - Fired when an HTTP redirect is received. + Raised when an HTTP redirect is received. @@ -1576,7 +1576,7 @@ class X { - Fired when the base URL target is changed. + Raised when the base URL target is changed. diff --git a/doc/en/Gtk/HTMLEmbedded.xml b/doc/en/Gtk/HTMLEmbedded.xml index ecaeb6e0a..aed65d944 100644 --- a/doc/en/Gtk/HTMLEmbedded.xml +++ b/doc/en/Gtk/HTMLEmbedded.xml @@ -82,7 +82,7 @@ - Fired when the HTML is changed. + Raised when the HTML is changed. diff --git a/doc/en/Gtk/HandleBox.xml b/doc/en/Gtk/HandleBox.xml index c7510e36e..66dbbde62 100644 --- a/doc/en/Gtk/HandleBox.xml +++ b/doc/en/Gtk/HandleBox.xml @@ -133,7 +133,7 @@ - This event is fired when the contents of the HandleBox are reattached to the main window. + This event is raised when the contents of the HandleBox are reattached to the main window. @@ -150,7 +150,7 @@ - This event is fired when the contents of the handlebox are detached from the main window. + This event is raised when the contents of the handlebox are detached from the main window. diff --git a/doc/en/Gtk/HierarchyChangedArgs.xml b/doc/en/Gtk/HierarchyChangedArgs.xml index 133db4c8b..1e3a87d46 100644 --- a/doc/en/Gtk/HierarchyChangedArgs.xml +++ b/doc/en/Gtk/HierarchyChangedArgs.xml @@ -35,7 +35,7 @@ Gtk.Widget - The top-level widget which was previously the parent of the widget that fired the event. + The top-level widget which was previously the parent of the widget that raised the event. A diff --git a/doc/en/Gtk/IMContext.xml b/doc/en/Gtk/IMContext.xml index f1973565f..b6bfaa55a 100644 --- a/doc/en/Gtk/IMContext.xml +++ b/doc/en/Gtk/IMContext.xml @@ -203,7 +203,7 @@ - Event fired when the preedit string is changed. + Event raised when the preedit string is changed. @@ -220,7 +220,7 @@ - Event fired when pre-editing is started. + Event raised when pre-editing is started. @@ -237,7 +237,7 @@ - Event fired when the input method needs to delete the context text. + Event raised when the input method needs to delete the context text. @@ -272,7 +272,7 @@ - Event fired when the input method requires the context surrounding the cursor. + Event raised when the input method requires the context surrounding the cursor. @@ -290,7 +290,7 @@ - Event fired when pre-editing is completed. + Event raised when pre-editing is completed. diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index 2d728595a..555965873 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -219,7 +219,7 @@ - Fired whenever the scroll adjustment units are set for this widget. + Raised whenever the scroll adjustment units are set for this widget. diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 5d8fe7e8b..42d65673c 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -562,7 +562,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when the sorting column has changed. + Raised when the sorting column has changed. @@ -579,7 +579,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when the display of a given row's children is toggled. + Raised when the display of a given row's children is toggled. @@ -596,7 +596,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when a row of data is inserted. + Raised when a row of data is inserted. @@ -613,7 +613,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when a row is deleted. + Raised when a row is deleted. @@ -630,7 +630,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when a row has changed. + Raised when a row has changed. @@ -647,7 +647,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - Fired when the order of rows has changed. + Raised when the order of rows has changed. @@ -1435,7 +1435,7 @@ The above example creates a new three columns list store. The types of the colum a , pointer to the row whose children have been reordered a , pointer to the row whose children have been reordered a - This is part of the implementation of . It should be called by other class methods that reorder rows so that the proper events are fired. (FIXME: since lists don't have parents/children, how does this get used in practice? There should be an example here.) + This is part of the implementation of . It should be called by other class methods that reorder rows so that the proper events are raised. (FIXME: since lists don't have parents/children, how does this get used in practice? There should be an example here.) diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index 10b4ffb94..020ea7d27 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -633,7 +633,7 @@ the label of a menu doesn't have to be a . it can be a - Fired when a page of the notebook is selected. + Raised when a page of the notebook is selected. diff --git a/doc/en/Gtk/Plug.xml b/doc/en/Gtk/Plug.xml index 0a3f5768c..374a73fb6 100644 --- a/doc/en/Gtk/Plug.xml +++ b/doc/en/Gtk/Plug.xml @@ -92,7 +92,7 @@ - Fired when the plug window is reparented to the socket window. + Raised when the plug window is reparented to the socket window. diff --git a/doc/en/Gtk/RadioAction.xml b/doc/en/Gtk/RadioAction.xml index 8ea13d8bb..0ed77dbda 100644 --- a/doc/en/Gtk/RadioAction.xml +++ b/doc/en/Gtk/RadioAction.xml @@ -162,7 +162,7 @@ - This event is fired whenever this radio button is toggled. + This event is raised whenever this radio button is toggled. diff --git a/doc/en/Gtk/Range.xml b/doc/en/Gtk/Range.xml index 0882e3d77..32436cf3c 100644 --- a/doc/en/Gtk/Range.xml +++ b/doc/en/Gtk/Range.xml @@ -151,7 +151,7 @@ - Fired when the user moves a slider. + Raised when the user moves a slider. @@ -168,7 +168,7 @@ - Fired when the value in this range changes. + Raised when the value in this range changes. Connect to this event with a standard to find out when the value changes. @@ -187,7 +187,7 @@ - Fired when the bounds of the range are adjusted. + Raised when the bounds of the range are adjusted. diff --git a/doc/en/Gtk/ScrolledWindow.xml b/doc/en/Gtk/ScrolledWindow.xml index 39782103d..5a3252641 100644 --- a/doc/en/Gtk/ScrolledWindow.xml +++ b/doc/en/Gtk/ScrolledWindow.xml @@ -278,7 +278,7 @@ - Fired when the child widget is scrolled. + Raised when the child widget is scrolled. @@ -295,7 +295,7 @@ - Fired when the focus moves out of the scrolled window. + Raised when the focus moves out of the scrolled window. diff --git a/doc/en/Gtk/SpinButton.xml b/doc/en/Gtk/SpinButton.xml index 15c1c100f..6cef32195 100644 --- a/doc/en/Gtk/SpinButton.xml +++ b/doc/en/Gtk/SpinButton.xml @@ -399,7 +399,7 @@ private void OutputValue(object source, System.EventArgs args) - Fired when this widget outputs its value. + Raised when this widget outputs its value. @@ -416,7 +416,7 @@ private void OutputValue(object source, System.EventArgs args) - This event is fired after the SpinButton's value changes. + This event is raised after the SpinButton's value changes. @@ -433,7 +433,7 @@ private void OutputValue(object source, System.EventArgs args) - Fired when the user inputs a new value. + Raised when the user inputs a new value. @@ -450,7 +450,7 @@ private void OutputValue(object source, System.EventArgs args) - Fired in order to change the button's value. + Raised in order to change the button's value. diff --git a/doc/en/Gtk/Statusbar.xml b/doc/en/Gtk/Statusbar.xml index df204d3fe..dd8332a58 100644 --- a/doc/en/Gtk/Statusbar.xml +++ b/doc/en/Gtk/Statusbar.xml @@ -203,7 +203,7 @@ class StatusbarSample - An event that is fired when a message is pushed onto the Statusbar's message stack using the method. + An event that is raised when a message is pushed onto the Statusbar's message stack using the method. Connect to this event with a . @@ -222,7 +222,7 @@ class StatusbarSample - An event that is fired when a message is popped off the Statusbar's message stack using the method. + An event that is raised when a message is popped off the Statusbar's message stack using the method. Connect to this event with a . diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index fd335c97b..221fd846b 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -1435,7 +1435,7 @@ color or pixmap specified by this style for . - Event fired when the aspects of the style specific to a + Event raised when the aspects of the style specific to a particular colormap and depth are being cleaned up. diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index a986e19ca..4692e4a44 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -607,7 +607,7 @@ this function has been called on a mark; indicates that a mark no longer belongs to a buffer. The event will - be fired as notification after the mark is deleted. + be raised as notification after the mark is deleted. @@ -945,7 +945,7 @@ will automatically toggled to . - Whenever this property is changed, the event is fired. + Whenever this property is changed, the event is raised. @@ -1276,7 +1276,7 @@ The event is - fired when a call to this method is made. + raised when a call to this method is made. diff --git a/doc/en/Gtk/TextPoppedHandler.xml b/doc/en/Gtk/TextPoppedHandler.xml index d55f4b18e..e525341d2 100644 --- a/doc/en/Gtk/TextPoppedHandler.xml +++ b/doc/en/Gtk/TextPoppedHandler.xml @@ -8,7 +8,7 @@ To be added. To be added. - An event that is fired when messages are popped from the message stack of a . + An event that is raised when messages are popped from the message stack of a . This event passes data to its handlers with the class. diff --git a/doc/en/Gtk/TextPushedHandler.xml b/doc/en/Gtk/TextPushedHandler.xml index 44ab6c354..762d0d3f2 100644 --- a/doc/en/Gtk/TextPushedHandler.xml +++ b/doc/en/Gtk/TextPushedHandler.xml @@ -8,7 +8,7 @@ To be added. To be added. - An event that is fired when messages are pushed onto the message stack of a . + An event that is raised when messages are pushed onto the message stack of a . This event passes data to its handlers with the class. diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index fb1d95ffa..b807faf69 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -784,7 +784,7 @@ Default value: 400 - Fired whenever this text tag explicitly fires an event; general-purpose event. + Raised whenever this text tag explicitly fires an event; general-purpose event. diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index b8db9503f..f380c37bb 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -916,7 +916,7 @@ class TextViewSample - Fired whenever the adjustment values for the scrollbars are set. + Raised whenever the adjustment values for the scrollbars are set. @@ -933,7 +933,7 @@ class TextViewSample - Fired whenever an anchor (e.g. ) is set within the TextView. + Raised whenever an anchor (e.g. ) is set within the TextView. @@ -950,7 +950,7 @@ class TextViewSample - Fired whenever the cursor is moved. + Raised whenever the cursor is moved. @@ -967,7 +967,7 @@ class TextViewSample - Fired when the popup dialog on this object needs to be filled with data. + Raised when the popup dialog on this object needs to be filled with data. @@ -984,7 +984,7 @@ class TextViewSample - Fired when text is deleted from the cursor (usually by hitting Backspace or Delete). + Raised when text is deleted from the cursor (usually by hitting Backspace or Delete). @@ -1001,7 +1001,7 @@ class TextViewSample - Fired when text is copied to the clipboard. + Raised when text is copied to the clipboard. @@ -1018,7 +1018,7 @@ class TextViewSample - Fired when the keyboard focus changes. + Raised when the keyboard focus changes. @@ -1035,7 +1035,7 @@ class TextViewSample - Fired when the user scrolls horizontally in this widget. + Raised when the user scrolls horizontally in this widget. @@ -1052,7 +1052,7 @@ class TextViewSample - Fired whenever the insert/overwrite flag is toggled. + Raised whenever the insert/overwrite flag is toggled. @@ -1069,7 +1069,7 @@ class TextViewSample - Fired whenever a selection is cut to the clipboard. + Raised whenever a selection is cut to the clipboard. @@ -1086,7 +1086,7 @@ class TextViewSample - Fired whenever text is inserted at the cursor. + Raised whenever text is inserted at the cursor. @@ -1103,7 +1103,7 @@ class TextViewSample - Fired whenever text is pasted from the clipboard. + Raised whenever text is pasted from the clipboard. diff --git a/doc/en/Gtk/ToggleAction.xml b/doc/en/Gtk/ToggleAction.xml index b17599a51..666023a0b 100644 --- a/doc/en/Gtk/ToggleAction.xml +++ b/doc/en/Gtk/ToggleAction.xml @@ -150,7 +150,7 @@ - Event fired when the toggle is changed. + Event raised when the toggle is changed. diff --git a/doc/en/Gtk/ToolItem.xml b/doc/en/Gtk/ToolItem.xml index 46ae93f72..f5cf6637a 100644 --- a/doc/en/Gtk/ToolItem.xml +++ b/doc/en/Gtk/ToolItem.xml @@ -422,7 +422,7 @@ - This event is fired when the toolbar is displaying an + This event is raised when the toolbar is displaying an overflow menu and is trying to determine if toolitem should appear in the overflow menu. diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index fe058f2e0..c80034f13 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -453,7 +453,7 @@ node is always the parent. - Fired when the sort column is changed. + Raised when the sort column is changed. @@ -470,7 +470,7 @@ node is always the parent. - Fired when the child state of a row is toggled. + Raised when the child state of a row is toggled. @@ -487,7 +487,7 @@ node is always the parent. - Fired when a new row is inserted into the tree. + Raised when a new row is inserted into the tree. @@ -504,7 +504,7 @@ node is always the parent. - Fired when a row is deleted from the tree. + Raised when a row is deleted from the tree. @@ -521,7 +521,7 @@ node is always the parent. - Fired when a tree row is changed. + Raised when a tree row is changed. @@ -538,7 +538,7 @@ node is always the parent. - Fired when rows are reordered or moved around. + Raised when rows are reordered or moved around. diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index 098650e64..958356ef6 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -392,9 +392,9 @@ class TreeSelectionSample - Fired when the selection (may have) changed. + Raised when the selection (may have) changed. - This event is mostly a hint. It may only be fired once when a range of rows are selected, and it may occasionally be fired when nothing has happened. + This event is mostly a hint. It may only be raised once when a range of rows are selected, and it may occasionally be raised when nothing has happened. diff --git a/doc/en/Gtk/TreeSortable.xml b/doc/en/Gtk/TreeSortable.xml index d59fcdc25..a460a1d4c 100644 --- a/doc/en/Gtk/TreeSortable.xml +++ b/doc/en/Gtk/TreeSortable.xml @@ -107,7 +107,7 @@ - Fired when the sort column is changed. + Raised when the sort column is changed. diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index f37c2acb0..ed6eb9506 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -964,7 +964,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever the scrollbar adjustment units are set. + Raised whenever the scrollbar adjustment units are set. @@ -981,7 +981,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever a row of the TreeView is expanded. + Raised whenever a row of the TreeView is expanded. @@ -998,7 +998,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever the cursor is moved on this TreeView. + Raised whenever the cursor is moved on this TreeView. @@ -1015,7 +1015,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the widget wants to find out whether a row can be expanded or not. + Raised when the widget wants to find out whether a row can be expanded or not. @@ -1032,7 +1032,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the row the cursor is on is selected. + Raised when the row the cursor is on is selected. @@ -1049,7 +1049,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever a row is collapsed. + Raised whenever a row is collapsed. @@ -1066,7 +1066,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the columns of this tree change. + Raised when the columns of this tree change. @@ -1083,7 +1083,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the row where the cursor is is expanded or collapsed. + Raised when the row where the cursor is is expanded or collapsed. @@ -1100,7 +1100,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when a row is activated; see . + Raised when a row is activated; see . @@ -1117,7 +1117,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the system wants to know whether a particular row can be collapsed. + Raised when the system wants to know whether a particular row can be collapsed. @@ -1134,7 +1134,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the cursor changes (rows). + Raised when the cursor changes (rows). @@ -1193,7 +1193,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the cursor toggles a row. + Raised when the cursor toggles a row. (FIXME: explain in more detail.) @@ -1210,7 +1210,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the user begins a search of the tree. + Raised when the user begins a search of the tree. @@ -1227,7 +1227,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever all rows of the TreeView are selected. + Raised whenever all rows of the TreeView are selected. @@ -1244,7 +1244,7 @@ This property tells GTK# that the user interface for your application requires u - Fired when the parent row of the current row is selected. + Raised when the parent row of the current row is selected. (FIXME: explain in more detail. @@ -1261,7 +1261,7 @@ This property tells GTK# that the user interface for your application requires u - Fired whenever all rows of the TreeView are specifically deselected. + Raised whenever all rows of the TreeView are specifically deselected. diff --git a/doc/en/Gtk/Viewport.xml b/doc/en/Gtk/Viewport.xml index 6cf8147d1..a2066b4f2 100644 --- a/doc/en/Gtk/Viewport.xml +++ b/doc/en/Gtk/Viewport.xml @@ -168,7 +168,7 @@ namespace GtkSamples { - This event is fired when the or properties are set. + This event is raised when the or properties are set. diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 91f5101cc..8b987b7f4 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1711,7 +1711,7 @@ handle focus grabs. - Fired whenever this widget (or its parent, if is true for the parent) is told to hide itself. + Raised whenever this widget (or its parent, if is true for the parent) is told to hide itself. @@ -1728,7 +1728,7 @@ handle focus grabs. - Fired whenever this widget is focused. + Raised whenever this widget is focused. The widget gets this signal as the user uses keyboard shortcuts or tabs through the widgets in a window. @@ -1745,7 +1745,7 @@ handle focus grabs. - Fired whenever this widget's parent widget is set. + Raised whenever this widget's parent widget is set. @@ -1762,7 +1762,7 @@ handle focus grabs. - Fired when a key is released within this widget. + Raised when a key is released within this widget. @@ -1779,7 +1779,7 @@ handle focus grabs. - Fired whenever this widget is hidden. + Raised whenever this widget is hidden. To be added. @@ -1796,7 +1796,7 @@ handle focus grabs. - Fired whenever the widget receives a request for a selection. + Raised whenever the widget receives a request for a selection. TODO: explain more about the X selection model @@ -1813,7 +1813,7 @@ handle focus grabs. - Fired when the text direction for this widget is changed. + Raised when the text direction for this widget is changed. @@ -1830,7 +1830,7 @@ handle focus grabs. - Fired when a drag action leaves this widget. + Raised when a drag action leaves this widget. @@ -1847,7 +1847,7 @@ handle focus grabs. - Fired when the widget is scrolled. + Raised when the widget is scrolled. @@ -1864,7 +1864,7 @@ handle focus grabs. - Fired whenever the visibility state of the widget changes--- partially visible or fully visible, for example. + Raised whenever the visibility state of the widget changes--- partially visible or fully visible, for example. It may be preferable to handle a instead. @@ -1898,7 +1898,7 @@ handle focus grabs. - Fired when this widget is mapped. + Raised when this widget is mapped. @@ -1915,7 +1915,7 @@ handle focus grabs. - Fired on a source widget when the user begins a drag. + Raised on a source widget when the user begins a drag. To be added. @@ -1932,7 +1932,7 @@ handle focus grabs. - Fired when the hierarchy (parent or child relationships) of this widget or its parent or children changes. + Raised when the hierarchy (parent or child relationships) of this widget or its parent or children changes. @@ -1949,7 +1949,7 @@ handle focus grabs. - Fired when the configuration of the window has changed (it has been moved or resized). + Raised when the configuration of the window has changed (it has been moved or resized). @@ -1966,7 +1966,7 @@ handle focus grabs. - Fired when a key is pressed within this widget. + Raised when a key is pressed within this widget. @@ -1983,7 +1983,7 @@ handle focus grabs. - Fired just after the widget is mapped. + Raised just after the widget is mapped. @@ -2000,7 +2000,7 @@ handle focus grabs. - Fired when this widget grabs the keyboard focus. + Raised when this widget grabs the keyboard focus. @@ -2017,7 +2017,7 @@ handle focus grabs. - Fired when the pointer moves within this widget. + Raised when the pointer moves within this widget. @@ -2034,7 +2034,7 @@ handle focus grabs. - Fired when the state of the widget changes. + Raised when the state of the widget changes. See for the possible states of a widget. @@ -2068,7 +2068,7 @@ handle focus grabs. - Fired when a widget is unrealized. + Raised when a widget is unrealized. @@ -2085,7 +2085,7 @@ handle focus grabs. - Fired when a (mouse) button is released on this widget. + Raised when a (mouse) button is released on this widget. @@ -2102,7 +2102,7 @@ handle focus grabs. - Fired when this widget gets a selection from the clipboard. + Raised when this widget gets a selection from the clipboard. @@ -2119,7 +2119,7 @@ handle focus grabs. - Fired when size is allocated for this widget. + Raised when size is allocated for this widget. @@ -2136,7 +2136,7 @@ handle focus grabs. - Fired when this widget's popup menu is activated. + Raised when this widget's popup menu is activated. @@ -2153,7 +2153,7 @@ handle focus grabs. - Fired when the widget needs to be (fully or partially) redrawn. + Raised when the widget needs to be (fully or partially) redrawn. See , . @@ -2170,7 +2170,7 @@ handle focus grabs. - Fired when the widget is shown. + Raised when the widget is shown. @@ -2204,7 +2204,7 @@ handle focus grabs. - Fired when the widget has just gained the focus. + Raised when the widget has just gained the focus. @@ -2221,7 +2221,7 @@ handle focus grabs. - Fired when a button is pressed. + Raised when a button is pressed. @@ -2255,7 +2255,7 @@ handle focus grabs. - Fired when the help text is shown. + Raised when the help text is shown. @@ -2272,7 +2272,7 @@ handle focus grabs. - Fired when a message is received from another application. + Raised when a message is received from another application. @@ -2289,7 +2289,7 @@ handle focus grabs. - Fired when the user is using a stylus or touch screen and their pointer comes near the widget. + Raised when the user is using a stylus or touch screen and their pointer comes near the widget. See for context. @@ -2306,7 +2306,7 @@ handle focus grabs. - Fired when the user is using a stylus or touch screen and their pointer leaves the area near the widget. + Raised when the user is using a stylus or touch screen and their pointer leaves the area near the widget. See for context. @@ -2323,7 +2323,7 @@ handle focus grabs. - Fired when this widget is destroyed. + Raised when this widget is destroyed. @@ -2340,7 +2340,7 @@ handle focus grabs. - Fired when this widget is the destination of a received selection. + Raised when this widget is the destination of a received selection. @@ -2357,7 +2357,7 @@ handle focus grabs. - Fired when the drag-and-drop process gets data from a source widget. + Raised when the drag-and-drop process gets data from a source widget. @@ -2391,7 +2391,7 @@ handle focus grabs. - Fired on a destination widget when it receives dragged data. + Raised on a destination widget when it receives dragged data. @@ -2408,7 +2408,7 @@ handle focus grabs. - Fired on a source widget when the user is moving a dragged selection. + Raised on a source widget when the user is moving a dragged selection. @@ -2425,7 +2425,7 @@ handle focus grabs. - Fired when this widget needs to notify another object of its preferred size. + Raised when this widget needs to notify another object of its preferred size. @@ -2459,7 +2459,7 @@ handle focus grabs. - Fired when a is set for this widget.t + Raised when a is set for this widget.t @@ -2476,7 +2476,7 @@ handle focus grabs. - Fired when the focus leaves this widget. + Raised when the focus leaves this widget. @@ -2510,7 +2510,7 @@ handle focus grabs. - Fired when the widget is unmapped on the screen. + Raised when the widget is unmapped on the screen. @@ -2527,7 +2527,7 @@ handle focus grabs. - Fired on a source widget when a drag operation is completed. + Raised on a source widget when a drag operation is completed. @@ -2544,7 +2544,7 @@ handle focus grabs. - Fired when the current selection is cleared. + Raised when the current selection is cleared. @@ -2561,7 +2561,7 @@ handle focus grabs. - Fired when someone presses a mnemonic key. + Raised when someone presses a mnemonic key. @@ -2578,7 +2578,7 @@ handle focus grabs. - Fired on a source widget when dragged data is dropped. + Raised on a source widget when dragged data is dropped. @@ -2595,7 +2595,7 @@ handle focus grabs. - Fired when the mouse leaves this widget. + Raised when the mouse leaves this widget. @@ -2612,7 +2612,7 @@ handle focus grabs. - Fired when the user has clicked on the "close" button in the window's frame (the button that is automatically set by the window manager). + Raised when the user has clicked on the "close" button in the window's frame (the button that is automatically set by the window manager). If the handler returns False, the widget will be destroyed (and the window closed), but if the handler returns True, nothing will be done. This is a good way to prevent the user from closing your application's window if there should be some cleanups first (like saving the document). @@ -2646,7 +2646,7 @@ handle focus grabs. - Fired on a source widget when dragged data is deleted. + Raised on a source widget when dragged data is deleted. @@ -3488,7 +3488,7 @@ handle focus grabs. - Fired when the closures for this widget's accelerator change. + Raised when the closures for this widget's accelerator change. @@ -4349,7 +4349,7 @@ Widgets are required to honor the size allocation they receive; a size request i - Method fired when the + Method raised when the event happens; override this for additional functionality. a , a signal ID diff --git a/doc/en/Gtk/WidgetHelpType.xml b/doc/en/Gtk/WidgetHelpType.xml index 97ab06a21..b6e9c4697 100644 --- a/doc/en/Gtk/WidgetHelpType.xml +++ b/doc/en/Gtk/WidgetHelpType.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - The type of help to display when the event is fired. + The type of help to display when the event is raised.