diff --git a/doc/ChangeLog b/doc/ChangeLog index 493a58392..9a31096db 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-02 John Luke + + * en/Gtk/TreeSelection.xml: fix method signatures, small updates + 2003-06-30 Duncan Mak * en/Gtk/AccelGroup.xml: Added some more hyperlinks to the diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index c7466ce1e..bcfc64e43 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -12,7 +12,7 @@ TreeSelection provides a single class for managing selection information on the List/Tree widget. A TreeSelection object is automatically created when a new widget is created and is inherently tied to it. A TreeSelection cannot exist independently of a . Selection information is retrieved from the with the property. TreeSelection can check the selection status of the tree, as well as select and deselect individual rows. Selection is done completely on the view. As a result, multiple views of the same model can have completely different selections. Additionally, you cannot change the selection of a row that is not currently displayed by the view without expanding its parents first. - One of the important things to remember when monitoring the selection of a view is that the event is mostly a hint. For example, it may only fire once when a range of rows is selected. It may also fire when nothing has happened, such as when is called on a row that is already selected. + One of the important things to remember when monitoring the selection of a view is that the event is mostly a hint. For example, it may only fire once when a range of rows is selected. It may also fire when nothing has happened, such as when is called on a row that is already selected. @@ -45,7 +45,7 @@ if a row was selected - This method will not work if the TreeSelection has been set to . In that case you should use . + This method will not work if the TreeSelection has been set to . In that case you should use . @@ -74,7 +74,7 @@ - Determines whether a TreePath has been selected in this TreeView. + Determines whether a has been selected in this . The path to a node whose selected status should be checked. if is selected, otherwise. @@ -94,7 +94,7 @@ Deselects the specified position in the tree. The tree position that should be deselected. - See also, and . + See also, and . @@ -113,7 +113,7 @@ if the tree node specified by is selected, otherwise. - See also . + See also . @@ -144,7 +144,7 @@ Deselects the tree node that refers to. A node in the tree. - See also . + See also . @@ -228,7 +228,7 @@ Selects the specified . Indicates which row to select. - See also and . + See also and . @@ -278,8 +278,8 @@ System.UInt32 - The GLib Type for Gtk.TreeSelection - The GLib Type for the Gtk.TreeSelection class. + The for + The for the class. @@ -308,8 +308,8 @@ System.IntPtr - Get the data associated with the that has been setup for this TreeSelection. - The raw data that was set when was called. + Get the data associated with the that has been setup for this . + The raw data that was set when was called. @@ -320,10 +320,10 @@ Gtk.TreeView - Get the that this TreeSelection is associated with. - The that this TreeSelection is tied to. + Get the that this is associated with. + The that this is tied to. - A TreeSelection object can only be retrieved from a . That is done with its property. + A object can only be retrieved from a . That is done with its property. @@ -349,11 +349,11 @@ Internal constructor GLib type for the type - Creates a new instance of TreeSelection, using the GLib-provided type + Creates a new instance of , using the GLib-provided type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. - \ No newline at end of file +