c
Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.CellRenderer

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkCellRenderer
Class : CellRenderer
Subclasses: Gdaui.DataCellRendererBin, Gdaui.DataCellRendererBoolean, Gdaui.DataCellRendererCombo, Gdaui.DataCellRendererInfo, Gdaui.DataCellRendererTextual, Gtk.CellRendererPixbuf, Gtk.CellRendererText, Gtk.CellRendererToggle
Extends: Gtk.Object
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.CellLayout
Method
add_attribute (CellRenderer cell, String attribute, gint32 column) : none
Gtk.CellLayout
Method
clear_attributes (CellRenderer cell) : none
Gtk.CellLayout
Method
pack_end (CellRenderer cell, gboolean expand) : none
Gtk.CellLayout
Method
pack_start (CellRenderer cell, gboolean expand) : none
Gtk.CellLayout
Method
reorder (CellRenderer cell, gint32 position) : none
Gtk.CellLayout
Method
set_cell_data_func (CellRenderer cell, Function func, void* func_data, Function destroy) : none
Gtk.IconView
Method
get_cursor (TreePath path, CellRenderer cell) : gboolean
Gtk.IconView
Method
get_item_at_pos (gint32 x, gint32 y, TreePath path, CellRenderer cell) : gboolean
Gtk.IconView
Method
set_cursor (TreePath path, CellRenderer cell, gboolean start_editing) : none
Gtk.IconView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, CellRenderer cell) : none
Gtk.TreeView
Method
insert_column_with_data_func (gint32 position, String title, CellRenderer cell, Function func, void* data, Function dnotify) : gint32
Gtk.TreeView
Method
set_cursor_on_cell (TreePath path, TreeViewColumn focus_column, CellRenderer focus_cell, gboolean start_editing) : none
Gtk.TreeView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, TreeViewColumn column, CellRenderer cell) : none
Gtk.TreeViewColumn
Method
add_attribute (CellRenderer cell_renderer, String attribute, gint32 column) : none
Gtk.TreeViewColumn
Method
cell_get_position (CellRenderer cell_renderer, gint32 start_pos, gint32 width) : gboolean
Gtk.TreeViewColumn
Method
clear_attributes (CellRenderer cell_renderer) : none
Gtk.TreeViewColumn
Method
focus_cell (CellRenderer cell) : none
Gtk.TreeViewColumn
Method
pack_end (CellRenderer cell, gboolean expand) : none
Gtk.TreeViewColumn
Method
pack_start (CellRenderer cell, gboolean expand) : none
Gtk.TreeViewColumn
Method
set_cell_data_func (CellRenderer cell_renderer, Function func, void* func_data, Function destroy) : none
GtkSource.Gutter
Signal
cell_activated (Gutter self, CellRenderer object, TextIter p0, Event p1) : none
GtkSource.Gutter
Signal
query_tooltip (Gutter self, CellRenderer object, TextIter p0, Tooltip p1) : gboolean
GtkSource.Gutter
Method
insert (CellRenderer renderer, gint32 position) : none
GtkSource.Gutter
Method
remove (CellRenderer renderer) : none
GtkSource.Gutter
Method
reorder (CellRenderer renderer, gint32 position) : none
GtkSource.Gutter
Method
set_cell_data_func (CellRenderer renderer, Function func, void* func_data, Function destroy) : none
GtkSource.Gutter
Method
set_cell_size_func (CellRenderer renderer, Function func, void* func_data, Function destroy) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:03:06 GMT+0800 (HKT)