Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.TreeViewColumn

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTreeViewColumn
Class : TreeViewColumn
Implements: Gtk.Buildable, Gtk.CellLayout
Extends: Gtk.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui.SignalEditor
Property
handler_column : Gtk.TreeViewColumn
Gladeui.SignalEditor
Property
userdata_column : Gtk.TreeViewColumn
Gtk.TreeView
Property
expander_column : Gtk.TreeViewColumn
Gtk.TreeView
Signal
row_activated (TreeView self, TreePath path, TreeViewColumn column) : none
The "row-activated" signal is emitted when the method gtk_tree_view_row_activated() is called or the user double clicks a treeview row.
Gtk.TreeView
Method
append_column (TreeViewColumn column) : Number
Appends column to the list of columns.
Gtk.TreeView
Method
remove_column (TreeViewColumn column) : Number
Removes column from tree_view.
Gtk.TreeView
Method
insert_column (TreeViewColumn column, Number position) : Number
This inserts the column into the tree_view at position.
Gtk.TreeView
Method
get_column (Number n) : Gtk.TreeViewColumn
Gets the GtkTreeViewColumn at the given position in the tree_view.
Gtk.TreeView
Method
move_column_after (TreeViewColumn column, TreeViewColumn base_column) : none
Moves column to be after to base_column.
Gtk.TreeView
Method
set_expander_column (TreeViewColumn column) : none
Sets the column to draw the expander arrow at.
Gtk.TreeView
Method
get_expander_column () : Gtk.TreeViewColumn
Returns the column that is the current expander column.
Gtk.TreeView
Method
scroll_to_cell (TreePath path, TreeViewColumn column, Boolean use_align, Number row_align, Number col_align) : none
Moves the alignments of tree_view to the position specified by column and if path is NULL no vertical scrolling occurs.
Gtk.TreeView
Method
row_activated (TreePath path, TreeViewColumn column) : none
Activates the cell determined by path and column.
Gtk.TreeView
Method
set_cursor (TreePath path, TreeViewColumn focus_column, Boolean start_editing) : none
Sets the current keyboard focus to be at path, and selects it.
Gtk.TreeView
Method
set_cursor_on_cell (TreePath path, TreeViewColumn focus_column, CellRenderer focus_cell, Boolean start_editing) : none
Sets the current keyboard focus to be at path, and selects it.
Gtk.TreeView
Method
get_cursor () : Object
Fills in path and focus_column with the current path and focus column.
Gtk.TreeView
Method
get_cell_area (TreePath path, TreeViewColumn column, Rectangle rect) : none
Fills the bounding rectangle in bin_window coordinates for the cell at the row specified by path and the column specified by column.
Gtk.TreeView
Method
get_background_area (TreePath path, TreeViewColumn column, Rectangle rect) : none
Fills the bounding rectangle in bin_window coordinates for the cell at the row specified by path and the column specified by column.
Gtk.TreeView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, TreeViewColumn column, CellRenderer cell) : none
Sets the tip area of tooltip to the area path, column and cell have in common.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:35 GMT+0800 (HKT)