c
Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.TreePath

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkTreePath
Struct : TreePath
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.TreePath.c_new () : Gtk.TreePath
Create a new Gtk.TreePath
Create a new Gtk.TreePath
Returns:
Gtk.TreePath
 
 
new Gtk.TreePath.first () : Gtk.TreePath
Create a new Gtk.TreePath
Create a new Gtk.TreePath
Returns:
Gtk.TreePath
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.tree_row_reference_deleted (Object proxy, TreePath path) : none
Gtk
Method
Gtk.tree_row_reference_inserted (Object proxy, TreePath path) : none
Gtk
Method
Gtk.tree_set_row_drag_data (SelectionData selection_data, TreeModel tree_model, TreePath path) : gboolean
Gtk.CellView
Method
get_displayed_row () : Gtk.TreePath
Gtk.CellView
Method
get_size_of_row (TreePath path, Object out_values) : gboolean
Gtk.CellView
Method
set_displayed_row (TreePath path) : none
Gtk.IconView
Signal
item_activated (IconView self, TreePath path) : none
Gtk.IconView
Method
create_drag_icon (TreePath path) : cairo.Surface
Gtk.IconView
Method
get_cell_rect (TreePath path, CellRenderer cell, Object out_values) : gboolean
Gtk.IconView
Method
get_drag_dest_item () : Object
Gtk.IconView
Method
get_item_column (TreePath path) : gint32
Gtk.IconView
Method
get_item_row (TreePath path) : gint32
Gtk.IconView
Method
get_path_at_pos (gint32 x, gint32 y) : Gtk.TreePath
Gtk.IconView
Method
item_activated (TreePath path) : none
Gtk.IconView
Method
path_is_selected (TreePath path) : gboolean
Gtk.IconView
Method
scroll_to_path (TreePath path, gboolean use_align, gfloat row_align, gfloat col_align) : none
Gtk.IconView
Method
select_path (TreePath path) : none
Gtk.IconView
Method
set_cursor (TreePath path, CellRenderer cell, gboolean start_editing) : none
Gtk.IconView
Method
set_drag_dest_item (TreePath path, IconViewDropPosition pos) : none
Gtk.IconView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, CellRenderer cell) : none
Gtk.IconView
Method
set_tooltip_item (Tooltip tooltip, TreePath path) : none
Gtk.IconView
Method
unselect_path (TreePath path) : none
Gtk.TreeDragDest
Method
drag_data_received (TreePath dest, SelectionData selection_data) : gboolean
Gtk.TreeDragDest
Method
row_drop_possible (TreePath dest_path, SelectionData selection_data) : gboolean
Gtk.TreeDragSource
Method
drag_data_delete (TreePath path) : gboolean
Gtk.TreeDragSource
Method
drag_data_get (TreePath path, Object out_values) : gboolean
Gtk.TreeDragSource
Method
row_draggable (TreePath path) : gboolean
Gtk.TreeModel
Signal
row_changed (TreeModel self, TreePath path, TreeIter iter) : none
Gtk.TreeModel
Signal
row_deleted (TreeModel self, TreePath path) : none
Gtk.TreeModel
Signal
row_has_child_toggled (TreeModel self, TreePath path, TreeIter iter) : none
Gtk.TreeModel
Signal
row_inserted (TreeModel self, TreePath path, TreeIter iter) : none
Gtk.TreeModel
Method
filter_new (TreePath root) : Gtk.TreeModel
Gtk.TreeModel
Method
get_iter (Object out_values, TreePath path) : gboolean
Gtk.TreeModel
Method
get_path (TreeIter iter) : Gtk.TreePath
Gtk.TreeModel
Method
row_changed (TreePath path, TreeIter iter) : none
Gtk.TreeModel
Method
row_deleted (TreePath path) : none
Gtk.TreeModel
Method
row_has_child_toggled (TreePath path, TreeIter iter) : none
Gtk.TreeModel
Method
row_inserted (TreePath path, TreeIter iter) : none
Gtk.TreeModelFilter
Property
virtual_root : Gtk.TreePath
Gtk.TreeModelFilter
Method
convert_child_path_to_path (TreePath child_path) : Gtk.TreePath
Gtk.TreeModelFilter
Method
convert_path_to_child_path (TreePath filter_path) : Gtk.TreePath
Gtk.TreeModelSort
Method
convert_child_path_to_path (TreePath child_path) : Gtk.TreePath
Gtk.TreeModelSort
Method
convert_path_to_child_path (TreePath sorted_path) : Gtk.TreePath
Gtk.TreeRowReference
Method
new Gtk.TreeRowReference.c_new (TreeModel model, TreePath path) : Gtk.TreeRowReference
Create a new Gtk.TreeRowReference
Gtk.TreeRowReference
Method
new Gtk.TreeRowReference.proxy (Object proxy, TreeModel model, TreePath path) : Gtk.TreeRowReference
Create a new Gtk.TreeRowReference
Gtk.TreeRowReference
Method
get_path () : Gtk.TreePath
Gtk.TreeRowReference
Method
Gtk.TreeRowReference.deleted (Object proxy, TreePath path) : none
Gtk.TreeRowReference
Method
Gtk.TreeRowReference.inserted (Object proxy, TreePath path) : none
Gtk.TreeSelection
Method
path_is_selected (TreePath path) : gboolean
Gtk.TreeSelection
Method
select_path (TreePath path) : none
Gtk.TreeSelection
Method
select_range (TreePath start_path, TreePath end_path) : none
Gtk.TreeSelection
Method
unselect_path (TreePath path) : none
Gtk.TreeSelection
Method
unselect_range (TreePath start_path, TreePath end_path) : none
Gtk.TreeView
Signal
row_activated (TreeView self, TreePath path, TreeViewColumn column) : none
Gtk.TreeView
Signal
row_collapsed (TreeView self, TreeIter iter, TreePath path) : none
Gtk.TreeView
Signal
row_expanded (TreeView self, TreeIter iter, TreePath path) : none
Gtk.TreeView
Signal
test_collapse_row (TreeView self, TreeIter iter, TreePath path) : gboolean
Gtk.TreeView
Signal
test_expand_row (TreeView self, TreeIter iter, TreePath path) : gboolean
Gtk.TreeView
Method
collapse_row (TreePath path) : gboolean
Gtk.TreeView
Method
create_row_drag_icon (TreePath path) : cairo.Surface
Gtk.TreeView
Method
expand_row (TreePath path, gboolean open_all) : gboolean
Gtk.TreeView
Method
expand_to_path (TreePath path) : none
Gtk.TreeView
Method
get_background_area (TreePath path, TreeViewColumn column) : cairo.RectangleInt
Gtk.TreeView
Method
get_cell_area (TreePath path, TreeViewColumn column) : cairo.RectangleInt
Gtk.TreeView
Method
get_cursor () : Object
Gtk.TreeView
Method
get_drag_dest_row () : Object
Gtk.TreeView
Method
row_activated (TreePath path, TreeViewColumn column) : none
Gtk.TreeView
Method
row_expanded (TreePath path) : gboolean
Gtk.TreeView
Method
scroll_to_cell (TreePath path, TreeViewColumn column, gboolean use_align, gfloat row_align, gfloat col_align) : none
Gtk.TreeView
Method
set_cursor (TreePath path, TreeViewColumn focus_column, gboolean start_editing) : none
Gtk.TreeView
Method
set_cursor_on_cell (TreePath path, TreeViewColumn focus_column, CellRenderer focus_cell, gboolean start_editing) : none
Gtk.TreeView
Method
set_drag_dest_row (TreePath path, TreeViewDropPosition pos) : none
Gtk.TreeView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, TreeViewColumn column, CellRenderer cell) : none
Gtk.TreeView
Method
set_tooltip_row (Tooltip tooltip, TreePath path) : none
RB.RhythmDBQueryModel
Method
tree_path_to_entry (TreePath path) : RB.RhythmDBEntry
Totem.VideoList
Signal
starting_video (VideoList self, TreePath tree_path) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:21:21 GMT+0800 (HKT)