Méthode | Description | |
---|---|---|
CustomListModel ( IListDataSource source, Gtk w ) : System | ||
CustomListModel ( |
||
Dispose ( ) : void | ||
GetColumnType ( int index ) : GLib.GType | ||
GetIter ( Gtk &iter, Gtk path ) : bool | ||
GetPath ( Gtk iter ) : Gtk.TreePath | ||
GetValue ( Gtk iter, int column, GLib &value ) : void | ||
IterChildren ( Gtk &iter, Gtk parent ) : bool | ||
IterHasChild ( Gtk iter ) : bool | ||
IterNChildren ( Gtk iter ) : int | ||
IterNext ( Gtk &iter ) : bool | ||
IterNthChild ( Gtk &iter, Gtk parent, int n ) : bool | ||
IterParent ( Gtk &iter, Gtk child ) : bool | ||
IterPrevious ( Gtk &iter ) : bool | ||
RefNode ( Gtk iter ) : void | ||
UnrefNode ( Gtk iter ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
HandleRowChanged ( object sender, ListRowEventArgs e ) : void | ||
HandleRowDeleted ( object sender, ListRowEventArgs e ) : void | ||
HandleRowInserted ( object sender, ListRowEventArgs e ) : void | ||
HandleRowsReordered ( object sender, ListRowOrderEventArgs e ) : void | ||
IterFromNode ( int node ) : Gtk.TreeIter | ||
NodeFromIter ( Gtk iter ) : int |
public CustomListModel ( IListDataSource source, Gtk w ) : System | ||
source | IListDataSource | |
w | Gtk | |
Résultat | System |
public CustomListModel ( |
||
p | ||
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetColumnType ( int index ) : GLib.GType | ||
index | int | |
Résultat | GLib.GType |
public GetIter ( Gtk &iter, Gtk path ) : bool | ||
iter | Gtk | |
path | Gtk | |
Résultat | bool |
public GetValue ( Gtk iter, int column, GLib &value ) : void | ||
iter | Gtk | |
column | int | |
value | GLib | |
Résultat | void |
public IterChildren ( Gtk &iter, Gtk parent ) : bool | ||
iter | Gtk | |
parent | Gtk | |
Résultat | bool |
public IterNthChild ( Gtk &iter, Gtk parent, int n ) : bool | ||
iter | Gtk | |
parent | Gtk | |
n | int | |
Résultat | bool |
public IterParent ( Gtk &iter, Gtk child ) : bool | ||
iter | Gtk | |
child | Gtk | |
Résultat | bool |