From 3ed97fa33d5acf0128b197bd122c5676bef6aaa9 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Thu, 19 Aug 2004 04:05:57 +0000 Subject: [PATCH] 2004-08-19 Shane Landrum * en/Gtk/DeleteFromCursorArgs.xml * en/Gtk/DeleteType.xml: Docs for deletion from text widgets. * en/Gtk/Widget.xml: Added some event docs. * en/Gtk/PopulatePopupArgs.xml: Event data for text widget popups. * en/Gtk/TextView.xml: Docs for some events. * en/Gtk/HTML.xml: Minor wording change, thanks to Ben Maurer. * en/Gtk/Notebook.xml: Documented an event, minor style edits. svn path=/trunk/gtk-sharp/; revision=32512 --- doc/ChangeLog | 10 +++++++++ doc/en/Gtk/DeleteFromCursorArgs.xml | 14 ++++++------ doc/en/Gtk/DeleteType.xml | 10 ++++----- doc/en/Gtk/HTML.xml | 2 +- doc/en/Gtk/Notebook.xml | 20 +++++++++-------- doc/en/Gtk/PopulatePopupArgs.xml | 10 ++++----- doc/en/Gtk/TextView.xml | 34 ++++++++++++++--------------- doc/en/Gtk/Widget.xml | 16 +++++++------- 8 files changed, 64 insertions(+), 52 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d31a52573..590142829 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2004-08-19 Shane Landrum + + * en/Gtk/DeleteFromCursorArgs.xml + * en/Gtk/DeleteType.xml: Docs for deletion from text widgets. + * en/Gtk/Widget.xml: Added some event docs. + * en/Gtk/PopulatePopupArgs.xml: Event data for text widget popups. + * en/Gtk/TextView.xml: Docs for some events. + * en/Gtk/HTML.xml: Minor wording change, thanks to Ben Maurer. + * en/Gtk/Notebook.xml: Documented an event, minor style edits. + 2004-08-19 Shane Landrum * en/Gtk/ClipboardReceivedFunc.xml: Added docs for classes related diff --git a/doc/en/Gtk/DeleteFromCursorArgs.xml b/doc/en/Gtk/DeleteFromCursorArgs.xml index f0d9f816f..655059eb9 100644 --- a/doc/en/Gtk/DeleteFromCursorArgs.xml +++ b/doc/en/Gtk/DeleteFromCursorArgs.xml @@ -53,9 +53,9 @@ System.Int32 - To be added - To be added: an object of type 'int' - To be added + How many units of the specified to delete. + a + @@ -65,10 +65,10 @@ Gtk.DeleteType - To be added - To be added: an object of type 'Gtk.DeleteType' - To be added + The kind/length of text to delete. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/DeleteType.xml b/doc/en/Gtk/DeleteType.xml index c53b170f2..14c77a696 100644 --- a/doc/en/Gtk/DeleteType.xml +++ b/doc/en/Gtk/DeleteType.xml @@ -106,7 +106,7 @@ - To be added + Delete words. @@ -120,7 +120,7 @@ - To be added + Delete lines from the display (i.e., not lines as measured by carriage returns.) @@ -134,7 +134,7 @@ - To be added + Delete from the cursor to the end of the line. @@ -148,7 +148,7 @@ - To be added + Delete to the end of the paragraph. @@ -167,4 +167,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index 31b1e7430..c73a0f548 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -246,7 +246,7 @@ namespace HtmlTest - Changes the font style by flipping toggle bits: from bold to regular or vice-versa. For a full list of toggle bits, see . + Changes the font style by adjusting flags from bold to regular or vice-versa. For a full list of possible flags, see . a diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index f8155c367..47a23ba92 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Notebook widget container + Notebook widget container. The Notebook widget is a whose @@ -70,6 +70,8 @@ class NotebookSample } + (FIXME: all methods in this class should specify types in their param + elements, and this doc needs a good proofreading.) @@ -388,7 +390,7 @@ Don't forget to call the Show method on the widget or else the new page will not - Returns the for the Notebookpage containing the given widget. + Returns the for the Notebook page containing the given widget. The child widget in the page. The label, or null if the page does not have a tab label other than the default tab label. @@ -506,10 +508,10 @@ Don't forget to call the Show method on the widget or else the new page will not - sets the menulabel of a page. + Sets the menu label of a page. the page the to use as menu label. use null to get the same label as the tab label, this only works if the tab label is a - To be added + @@ -525,12 +527,12 @@ Don't forget to call the Show method on the widget or else the new page will not - sets the packing of the tab label of a page. + Sets the packing of the tab label of a page. a page. sets true to expand the label. sets true to fill to fill the allocated area. sets of the label. - To be added + @@ -746,8 +748,8 @@ Don't forget to call the Show method on the widget or else the new page will not - To be added - To be added + Fired when a page of the notebook is selected. + @@ -1034,4 +1036,4 @@ Don't forget to call the Show method on the widget or else the new page will not - \ No newline at end of file + diff --git a/doc/en/Gtk/PopulatePopupArgs.xml b/doc/en/Gtk/PopulatePopupArgs.xml index ca249a104..26f5f5524 100644 --- a/doc/en/Gtk/PopulatePopupArgs.xml +++ b/doc/en/Gtk/PopulatePopupArgs.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Event data. + Event data for populating a popup. The following events invoke delegates which pass event data via this class: @@ -58,10 +58,10 @@ Gtk.Menu - To be added - To be added: an object of type 'Gtk.Menu' - To be added + Data for populating the popup menu. + a + - \ No newline at end of file + diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 6746ab932..2c89fe0b6 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -220,7 +220,7 @@ class TextViewSample - Moves the cursor to the currently visible region of the buffer, it it isn't there already. + Moves the cursor to the currently visible region of the buffer if it isn't there already. if the cursor had to be moved @@ -943,8 +943,8 @@ class TextViewSample - To be added - To be added + Fired when the popup dialog on this object needs to be filled with data. + @@ -955,8 +955,8 @@ class TextViewSample - To be added - To be added + Fired when text is deleted from the cursor (usually by hitting Backspace or Delete). + @@ -967,8 +967,8 @@ class TextViewSample - To be added - To be added + Fired when text is copied to the clipboard. + @@ -979,8 +979,8 @@ class TextViewSample - To be added - To be added + Fired when the keyboard focus changes. + @@ -991,8 +991,8 @@ class TextViewSample - To be added - To be added + Fired when the user scrolls horizontally in this widget. + @@ -1015,8 +1015,8 @@ class TextViewSample - To be added - To be added + Fired whenever a selection is cut to the clipboard. + @@ -1027,8 +1027,8 @@ class TextViewSample - To be added - To be added + Fired whenever text is inserted at the cursor. + @@ -1039,8 +1039,8 @@ class TextViewSample - To be added - To be added + Fired whenever text is pasted from the clipboard. + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index c20c22158..5f8ada972 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1874,7 +1874,7 @@ handle focus grabs. - To be added + Fired on a source widget when the user begins a drag. @@ -2185,7 +2185,7 @@ handle focus grabs. - To be added + Fired when the drag-and-drop process gets data from a source widget. @@ -2209,7 +2209,7 @@ handle focus grabs. - To be added + Fired on a destination widget when it receives dragged data. @@ -2221,7 +2221,7 @@ handle focus grabs. - To be added + Fired on a source widget when the user is moving a dragged selection. @@ -2305,7 +2305,7 @@ handle focus grabs. - To be added + Fired on a source widget when a drag operation is completed. @@ -2341,7 +2341,7 @@ handle focus grabs. - To be added + Fired on a source widget when dragged data is dropped. @@ -2389,7 +2389,7 @@ handle focus grabs. - To be added + Fired on a source widget when dragged data is deleted. @@ -3783,7 +3783,7 @@ xs - To be added + Protected constructor. a