c
Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.TreeViewColumn

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkTreeViewColumn
Class : TreeViewColumn
Implements: Gtk.Buildable, Gtk.CellLayout
Extends: GObject.InitiallyUnowned
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
Gtk.TreeView
Property
expander_column : Gtk.TreeViewColumn
Gtk.TreeView
Signal
row_activated (TreeView self, TreePath path, TreeViewColumn column) : none
Gtk.TreeView
Method
append_column (TreeViewColumn column) : gint32
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_column (gint32 n) : Gtk.TreeViewColumn
Gtk.TreeView
Method
get_cursor () : Object
Gtk.TreeView
Method
get_expander_column () : Gtk.TreeViewColumn
Gtk.TreeView
Method
insert_column (TreeViewColumn column, gint32 position) : gint32
Gtk.TreeView
Method
move_column_after (TreeViewColumn column, TreeViewColumn base_column) : none
Gtk.TreeView
Method
remove_column (TreeViewColumn column) : gint32
Gtk.TreeView
Method
row_activated (TreePath path, TreeViewColumn column) : none
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_expander_column (TreeViewColumn column) : none
Gtk.TreeView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, TreeViewColumn column, CellRenderer cell) : none
RB
Method
RB.set_tree_view_column_fixed_width (Widget treeview, TreeViewColumn column, CellRenderer renderer, Array strings, gint32 padding) : none
RB.EntryView
Method
append_column_custom (TreeViewColumn column, String title, String key, Function sort_func, void* data, Function data_destroy) : none
RB.EntryView
Method
get_column (EntryViewColumn coltype) : Gtk.TreeViewColumn
RB.EntryView
Method
insert_column_custom (TreeViewColumn column, String title, String key, Function sort_func, void* data, Function data_destroy, gint32 position) : none
RB.EntryView
Method
set_fixed_column_width (TreeViewColumn column, CellRenderer renderer, Array strings) : none
RB.PropertyView
Method
append_column_custom (TreeViewColumn column) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:21:09 GMT+0800 (HKT)