diff --git a/doc/ChangeLog b/doc/ChangeLog index 0e6f68255..bed2b3479 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2004-08-22 Shane Landrum + + * en/Gtk/RowActivatedArgs.xml + * en/Gtk/RowCollapsedArgs.xml + * en/Gtk/RowExpandedArgs.xml + * en/Gtk/TestCollapseRowArgs.xml + * en/Gtk/TestExpandRowArgs.xml: Event argument delegate docs. + * en/Gtk/TreeView.xml: Event docs. + * en/Gtk/TreeViewColumnDropFunc.xml + * en/Gtk/TreeViewMappingFunc.xml + * en/Gtk/TreeViewSearchEqualFunc.xml: delegate docs for TreeView + 2004-08-20 Mike Kestner * en/Atk/Relation.xml : update ctor to new sig. diff --git a/doc/en/Gtk/RowActivatedArgs.xml b/doc/en/Gtk/RowActivatedArgs.xml index f12463309..4fb5ce9a9 100644 --- a/doc/en/Gtk/RowActivatedArgs.xml +++ b/doc/en/Gtk/RowActivatedArgs.xml @@ -39,9 +39,9 @@ Gtk.TreeViewColumn - To be added - To be added: an object of type 'Gtk.TreeViewColumn' - To be added + The column that was clicked on as part of the row activation event. + A + @@ -51,10 +51,10 @@ Gtk.TreePath - To be added - To be added: an object of type 'Gtk.TreePath' - To be added + The path of the row that was activated. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/RowCollapsedArgs.xml b/doc/en/Gtk/RowCollapsedArgs.xml index 18d6167ba..1f93c48bb 100644 --- a/doc/en/Gtk/RowCollapsedArgs.xml +++ b/doc/en/Gtk/RowCollapsedArgs.xml @@ -39,9 +39,9 @@ Gtk.TreePath - To be added - To be added: an object of type 'Gtk.TreePath' - To be added + The path of the row that was expanded. + A + @@ -51,10 +51,10 @@ Gtk.TreeIter - To be added - To be added: an object of type 'Gtk.TreeIter' - To be added + The row that was collapsed. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/RowExpandedArgs.xml b/doc/en/Gtk/RowExpandedArgs.xml index fdffced7b..b71ccaf3e 100644 --- a/doc/en/Gtk/RowExpandedArgs.xml +++ b/doc/en/Gtk/RowExpandedArgs.xml @@ -39,9 +39,9 @@ Gtk.TreePath - To be added - To be added: an object of type 'Gtk.TreePath' - To be added + The path of the row that was expanded. + A + @@ -51,10 +51,11 @@ Gtk.TreeIter - To be added - To be added: an object of type 'Gtk.TreeIter' - To be added + The row that was expanded. + A + + - \ No newline at end of file + diff --git a/doc/en/Gtk/TestCollapseRowArgs.xml b/doc/en/Gtk/TestCollapseRowArgs.xml index 8db939a35..ed022afbe 100644 --- a/doc/en/Gtk/TestCollapseRowArgs.xml +++ b/doc/en/Gtk/TestCollapseRowArgs.xml @@ -39,9 +39,9 @@ Gtk.TreePath - To be added - To be added: an object of type 'Gtk.TreePath' - To be added + The path of the row being tested for collapsability. + A + @@ -51,10 +51,10 @@ Gtk.TreeIter - To be added - To be added: an object of type 'Gtk.TreeIter' - To be added + The row being tested for collapsability. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/TestExpandRowArgs.xml b/doc/en/Gtk/TestExpandRowArgs.xml index 94132793d..946a5b633 100644 --- a/doc/en/Gtk/TestExpandRowArgs.xml +++ b/doc/en/Gtk/TestExpandRowArgs.xml @@ -39,9 +39,9 @@ Gtk.TreePath - To be added - To be added: an object of type 'Gtk.TreePath' - To be added + The path of the row being tested for expandability. + A + @@ -51,10 +51,10 @@ Gtk.TreeIter - To be added - To be added: an object of type 'Gtk.TreeIter' - To be added + The row being tested for expandability. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index 45a10ab9b..a18670c41 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -476,7 +476,7 @@ public class TreeViewDemo { Sets the compare function for the interactive search capabilities. - The wich represents the node + The representing the node an object of type an object of type @@ -931,7 +931,7 @@ public class TreeViewDemo { - To be added + Fired when the widget wants to find out whether a row can be expanded or not. @@ -967,7 +967,7 @@ public class TreeViewDemo { - To be added + Fired when the columns of this tree change. @@ -979,7 +979,7 @@ public class TreeViewDemo { - To be added + Fired when the row where the cursor is is expanded or collapsed. @@ -991,7 +991,7 @@ public class TreeViewDemo { - To be added + Fired when a row is activated; see . @@ -1003,7 +1003,7 @@ public class TreeViewDemo { - To be added + Fired when the system wants to know whether a particular row can be collapsed. @@ -1015,7 +1015,7 @@ public class TreeViewDemo { - To be added + To be added. diff --git a/doc/en/Gtk/TreeViewColumnDropFunc.xml b/doc/en/Gtk/TreeViewColumnDropFunc.xml index 8437b0c03..3816a9885 100644 --- a/doc/en/Gtk/TreeViewColumnDropFunc.xml +++ b/doc/en/Gtk/TreeViewColumnDropFunc.xml @@ -7,8 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate type to specify a function signature for saying + where a dragged column may be dropped. + See for + more details on how this delegate should be used. System.Delegate @@ -32,4 +34,4 @@ System.Boolean - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeViewMappingFunc.xml b/doc/en/Gtk/TreeViewMappingFunc.xml index 73b61ba44..7385e6a7a 100644 --- a/doc/en/Gtk/TreeViewMappingFunc.xml +++ b/doc/en/Gtk/TreeViewMappingFunc.xml @@ -7,8 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate to specify the signature of a function to be called on +a set of rows that are expanded. + See for when and + how a function of this shape gets called. System.Delegate @@ -30,4 +32,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeViewSearchEqualFunc.xml b/doc/en/Gtk/TreeViewSearchEqualFunc.xml index 8afaf639f..24d297a58 100644 --- a/doc/en/Gtk/TreeViewSearchEqualFunc.xml +++ b/doc/en/Gtk/TreeViewSearchEqualFunc.xml @@ -7,8 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate to specify a compare function for interactive + searching. + See for more + context about how this delegate is used. System.Delegate @@ -32,4 +34,4 @@ System.Boolean - \ No newline at end of file +