Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTreeIter |
Struct : | TreeIter |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
stamp : Number
|
Gtk.TreeIter | |
user_data : void*
|
Gtk.TreeIter | |
user_data2 : void*
|
Gtk.TreeIter | |
user_data3 : void*
|
Gtk.TreeIter |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.TreeIter
()
Create a new Gtk.TreeIter
Create a new Gtk.TreeIter
|
||
copy
()
:
Gtk.TreeIter
Creates a dynamically allocated tree iterator as a copy of iter.
Creates a dynamically allocated tree iterator as a copy of iter. This function is not intended for use in applications, because you can just copy the structs by value (
|
Gtk.TreeIter | |
free
()
:
none
Frees an iterator that has been allocated by gtk_tree_iter_copy().
Frees an iterator that has been allocated by gtk_tree_iter_copy(). This function is mainly used for language bindings.
|
Gtk.TreeIter |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdaui.DataStore
Method |
|
Gdaui.DataStore
Method |
|
Gdaui.DataStore
Method |
|
Gdaui.DataStore
Method |
delete
(TreeIter iter)
:
none
|
Gdaui.DataStore
Method |
undelete
(TreeIter iter)
:
none
|
Gdaui.DataStore
Method |
|
Gladeui
Method |
Looks through model for the GtkTreeIter corresponding to to findme which should be freed with gtk_tree_iter_free()
|
Gtk
Method |
Lets a set of row reference created by gtk_tree_row_reference_new_proxy() know that the model emitted the "rows_reordered" signal.
|
Gtk.CellRendererCombo
Signal |
This signal is emitted each time after the user selected an item in the combo box, either by using the mouse or the arrow keys.
|
Gtk.ComboBox
Method |
Sets iter to point to the current active item, if it exists.
|
Gtk.ComboBox
Method |
set_active_iter
(TreeIter iter)
:
none
Sets the current active item to be the one referenced by iter, or unsets the active item if iter is NULL.
|
Gtk.EntryCompletion
Signal |
Gets emitted when a match from the cursor is on a match of the list.The default behaviour is to replace the contents of the entry with the contents of the text column in the row pointed to by iter.
|
Gtk.EntryCompletion
Signal |
Gets emitted when a match from the list is selected.
|
Gtk.IconView
Method |
get_tooltip_context
(Object out_values, Number y, Boolean keyboard_tip, TreeModel model, TreePath path, TreeIter iter)
:
Boolean
This function is supposed to be used in a GtkWidget::query-tooltip signal handler for GtkIconView.
|
Gtk.ListStore
Method |
Sets the data in the cell specified by iter and column.
|
Gtk.ListStore
Method |
A variant of gtk_list_store_set_valist() which takes the columns and values as two arrays, instead of varargs.
|
Gtk.ListStore
Method |
Removes the given row from the list store.
|
Gtk.ListStore
Method |
Creates a new row at position.
|
Gtk.ListStore
Method |
Inserts a new row before sibling.
|
Gtk.ListStore
Method |
Inserts a new row after sibling.
|
Gtk.ListStore
Method |
insert_with_valuesv
(TreeIter iter, Number position, Number columns, Value values, Number n_values)
:
Number
A variant of gtk_list_store_insert_with_values() which takes the columns and values as two arrays, instead of varargs.
|
Gtk.ListStore
Method |
prepend
(TreeIter iter)
:
none
Prepends a new row to list_store.
|
Gtk.ListStore
Method |
append
(TreeIter iter)
:
none
Appends a new row to list_store.
|
Gtk.ListStore
Method |
|
Gtk.ListStore
Method |
Swaps a and b in store.
|
Gtk.ListStore
Method |
Moves iter in store to the position after position.
|
Gtk.ListStore
Method |
Moves iter in store to the position before position.
|
Gtk.TreeModel
Signal |
This signal is emitted when a row in the model has changed.
|
Gtk.TreeModel
Signal |
This signal is emitted when a row has gotten the first child row or lost its last child row.
|
Gtk.TreeModel
Signal |
This signal is emitted when a new row has been inserted in the model.
|
Gtk.TreeModel
Signal |
This signal is emitted when the children of a node in the GtkTreeModel have been reordered.
|
Gtk.TreeModel
Method |
Sets iter to a valid iterator pointing to path.
|
Gtk.TreeModel
Method |
Sets iter to a valid iterator pointing to path_string, if it exists.
|
Gtk.TreeModel
Method |
Generates a string representation of the iter.
|
Gtk.TreeModel
Method |
Initializes iter with the first iterator in the tree (the one at the path "0") and returns TRUE.
|
Gtk.TreeModel
Method |
get_path
(TreeIter iter)
:
Gtk.TreePath
Returns a newly-created GtkTreePath referenced by iter.
|
Gtk.TreeModel
Method |
Initializes and sets value to that at column.
|
Gtk.TreeModel
Method |
Sets iter to point to the node following it at the current level.
|
Gtk.TreeModel
Method |
Sets iter to point to the first child of parent.
|
Gtk.TreeModel
Method |
Returns TRUE if iter has children, FALSE otherwise.
|
Gtk.TreeModel
Method |
Returns the number of children that iter has.
|
Gtk.TreeModel
Method |
Sets iter to be the child of parent, using the given index.
|
Gtk.TreeModel
Method |
Sets iter to be the parent of child.
|
Gtk.TreeModel
Method |
ref_node
(TreeIter iter)
:
none
Lets the tree ref the node.
|
Gtk.TreeModel
Method |
unref_node
(TreeIter iter)
:
none
Lets the tree unref the node.
|
Gtk.TreeModel
Method |
Emits the "row-changed" signal on tree_model.
|
Gtk.TreeModel
Method |
Emits the "row-inserted" signal on tree_model
|
Gtk.TreeModel
Method |
Emits the "row-has-child-toggled" signal on tree_model.
|
Gtk.TreeModel
Method |
Emits the "rows-reordered" signal on tree_model.
|
Gtk.TreeModelFilter
Method |
Sets filter_iter to point to the row in filter that corresponds to the row pointed at by child_iter.
|
Gtk.TreeModelFilter
Method |
Sets child_iter to point to the row pointed to by filter_iter.
|
Gtk.TreeModelSort
Method |
Sets sort_iter to point to the row in tree_model_sort that corresponds to the row pointed at by child_iter.
|
Gtk.TreeModelSort
Method |
Sets child_iter to point to the row pointed to by sorted_iter.
|
Gtk.TreeModelSort
Method |
|
Gtk.TreeSelection
Method |
Sets iter to the currently selected node if selection is set to GTK_SELECTION_SINGLE or GTK_SELECTION_BROWSE.
|
Gtk.TreeSelection
Method |
select_iter
(TreeIter iter)
:
none
Selects the specified iterator.
|
Gtk.TreeSelection
Method |
unselect_iter
(TreeIter iter)
:
none
Unselects the specified iterator.
|
Gtk.TreeSelection
Method |
Returns TRUE if the row at iter is currently selected.
|
Gtk.TreeStore
Method |
Sets the data in the cell specified by iter and column.
|
Gtk.TreeStore
Method |
A variant of gtk_tree_store_set_valist() which takes the columns and values as two arrays, instead of varargs.
|
Gtk.TreeStore
Method |
Removes iter from tree_store.
|
Gtk.TreeStore
Method |
Creates a new row at position.
|
Gtk.TreeStore
Method |
Inserts a new row before sibling.
|
Gtk.TreeStore
Method |
Inserts a new row after sibling.
|
Gtk.TreeStore
Method |
insert_with_valuesv
(TreeIter iter, TreeIter parent, Number position, Number columns, Value values, Number n_values)
:
Number
A variant of gtk_tree_store_insert_with_values() which takes the columns and values as two arrays, instead of varargs.
|
Gtk.TreeStore
Method |
Prepends a new row to tree_store.
|
Gtk.TreeStore
Method |
Appends a new row to tree_store.
|
Gtk.TreeStore
Method |
Returns TRUE if iter is an ancestor of descendant.
|
Gtk.TreeStore
Method |
Returns the depth of iter.
|
Gtk.TreeStore
Method |
purposes.
|
Gtk.TreeStore
Method |
Reorders the children of parent in tree_store to follow the order indicated by new_order.
|
Gtk.TreeStore
Method |
Swaps a and b in the same level of tree_store.
|
Gtk.TreeStore
Method |
Moves iter in tree_store to the position before position.
|
Gtk.TreeStore
Method |
Moves iter in tree_store to the position after position.
|
Gtk.TreeView
Signal |
The given row has been collapsed (child nodes are hidden).
|
Gtk.TreeView
Signal |
The given row has been expanded (child nodes are shown).
|
Gtk.TreeView
Signal |
The given row is about to be collapsed (hide its children nodes).
|
Gtk.TreeView
Signal |
The given row is about to be expanded (show its children nodes).
|
Gtk.TreeView
Method |
get_tooltip_context
(Object out_values, Number y, Boolean keyboard_tip, TreeModel model, TreePath path, TreeIter iter)
:
Boolean
This function is supposed to be used in a GtkWidget::query-tooltip signal handler for GtkTreeView.
|
Gtk.TreeViewColumn
Method |
cell_set_cell_data
(TreeModel tree_model, TreeIter iter, Boolean is_expander, Boolean is_expanded)
:
none
Sets the cell renderer based on the tree_model and iter.
|
GtkSource.CompletionModel
Method |
|
GtkSource.CompletionModel
Method |
|
GtkSource.CompletionModel
Method |
|
GtkSource.CompletionModel
Method |
|