diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index d85ad4995..328567647 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -1561,5 +1561,25 @@ The above example creates a new three columns list store. The types of the colum + + + Method + + System.Void + + + + + + + + Path to the reordered parent node. + Iter corresponding to the reordered parent node. + An array of the old indices. + Default handler for the RowsReordered event. + + + + diff --git a/doc/en/Gtk/RowsReorderedArgs.xml b/doc/en/Gtk/RowsReorderedArgs.xml index 85e45b103..96c4fabdd 100644 --- a/doc/en/Gtk/RowsReorderedArgs.xml +++ b/doc/en/Gtk/RowsReorderedArgs.xml @@ -58,6 +58,11 @@ A FIXME: shouldn't this be an array? + + + System.Obsolete("Replaced by NewChildOrder property") + + @@ -83,5 +88,18 @@ + + + Property + + System.Int32[] + + + New Child Order list. + an array of old position indices. + The value of the nth array element contains the old index of the current nth child. + + + diff --git a/doc/en/Gtk/TreeModelFilter.xml b/doc/en/Gtk/TreeModelFilter.xml index 7dcbbe270..31a99cf16 100644 --- a/doc/en/Gtk/TreeModelFilter.xml +++ b/doc/en/Gtk/TreeModelFilter.xml @@ -1184,5 +1184,25 @@ public class MyWindow : Window + + + Method + + System.Void + + + + + + + + Path to the reordered parent node. + Iter corresponding to the reordered parent node. + An array of the old indices. + Default handler for the RowsReordered event. + + + + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index 266b2ea4a..3781230fe 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -1213,5 +1213,25 @@ node is always the parent. + + + Method + + System.Void + + + + + + + + Path to the reordered parent node. + Iter corresponding to the reordered parent node. + An array of the old indices. + Default handler for the RowsReordered event. + + + + diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index 9ae1a0fc9..c5d39bcbe 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -1832,5 +1832,25 @@ store = new TreeStore (typeof (int), typeof (string)); + + + Method + + System.Void + + + + + + + + Path to the reordered parent node. + Iter corresponding to the reordered parent node. + An array of the old indices. + Default handler for the RowsReordered event. + + + +