Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkTreeRowReference |
Struct : | TreeRowReference |
None |
Method / Constructor | Defined By | |
---|---|---|
Create a new Gtk.TreeRowReference
Create a new Gtk.TreeRowReference
|
||
new Gtk.TreeRowReference.proxy
(Object proxy, TreeModel model, TreePath path)
:
Gtk.TreeRowReference
Create a new Gtk.TreeRowReference
Create a new Gtk.TreeRowReference
|
||
copy
()
:
Gtk.TreeRowReference
Copies a GtkTreeRowReference.
Copies a GtkTreeRowReference.
|
Gtk.TreeRowReference | |
free
()
:
none
Free's reference.
Free's reference. reference may be NULL
|
Gtk.TreeRowReference | |
get_model
()
:
Gtk.TreeModel
Returns the model that the row reference is monitoring.
Returns the model that the row reference is monitoring.
|
Gtk.TreeRowReference | |
get_path
()
:
Gtk.TreePath
Returns a path that the row reference currently points to,
or NULL if the path pointed to is no longer valid.
Returns a path that the row reference currently points to,
or NULL if the path pointed to is no longer valid.
|
Gtk.TreeRowReference | |
valid
()
:
gboolean
Returns TRUE if the reference is non-NULL and refers to
a current valid path.
Returns TRUE if the reference is non-NULL and refers to
a current valid path.
|
Gtk.TreeRowReference |
None |