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
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_renderer : Gtk.CellRenderer
Gladeui.SignalEditor
Property
userdata_renderer : Gtk.CellRenderer
Gtk.CellLayout
Method
pack_start (CellRenderer cell, Boolean expand) : none
Packs the cell into the beginning of cell_layout.
Gtk.CellLayout
Method
pack_end (CellRenderer cell, Boolean expand) : none
Adds the cell to the end of cell_layout.
Gtk.CellLayout
Method
add_attribute (CellRenderer cell, String attribute, Number column) : none
Adds an attribute mapping to the list in cell_layout.
Gtk.CellLayout
Method
set_cell_data_func (CellRenderer cell, Function func, void* func_data, Function destroy) : none
Sets the GtkCellLayoutDataFunc to use for cell_layout.
Gtk.CellLayout
Method
clear_attributes (CellRenderer cell) : none
Clears all existing attributes previously set with gtk_cell_layout_set_attributes().
Gtk.CellLayout
Method
reorder (CellRenderer cell, Number position) : none
Re-inserts cell at position.
Gtk.IconView
Method
get_item_at_pos (Number x, Number y, TreePath path, CellRenderer cell) : Boolean
Finds the path at the point (x, y), relative to bin_window coordinates.
Gtk.IconView
Method
set_cursor (TreePath path, CellRenderer cell, Boolean start_editing) : none
Sets the current keyboard focus to be at path, and selects it.
Gtk.IconView
Method
get_cursor (TreePath path, CellRenderer cell) : Boolean
Fills in path and cell with the current cursor path and cell.
Gtk.IconView
Method
set_tooltip_cell (Tooltip tooltip, TreePath path, CellRenderer cell) : none
Sets the tip area of tooltip to the area which cell occupies in the item pointed to by path.
Gtk.TreeView
Method
insert_column_with_data_func (Number position, String title, CellRenderer cell, Function func, void* data, Function dnotify) : Number
Convenience function that inserts a new column into the GtkTreeView with the given cell renderer and a GtkCellDataFunc to set cell renderer attributes (normally using data from the model).
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
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.
Gtk.TreeViewColumn
Method
pack_start (CellRenderer cell, Boolean expand) : none
Packs the cell into the beginning of the column.
Gtk.TreeViewColumn
Method
pack_end (CellRenderer cell, Boolean expand) : none
Adds the cell to end of the column.
Gtk.TreeViewColumn
Method
add_attribute (CellRenderer cell_renderer, String attribute, Number column) : none
Adds an attribute mapping to the list in tree_column.
Gtk.TreeViewColumn
Method
set_cell_data_func (CellRenderer cell_renderer, Function func, void* func_data, Function destroy) : none
Sets the GtkTreeViewColumnFunc to use for the column.
Gtk.TreeViewColumn
Method
clear_attributes (CellRenderer cell_renderer) : none
Clears all existing attributes previously set with gtk_tree_view_column_set_attributes().
Gtk.TreeViewColumn
Method
focus_cell (CellRenderer cell) : none
Sets the current keyboard focus to be at cell, if the column contains 2 or more editable and activatable cells.
Gtk.TreeViewColumn
Method
cell_get_position (CellRenderer cell_renderer, Object out_values) : Boolean
Obtains the horizontal position and size of a cell in a column.
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) : Boolean
GtkSource.Gutter
Method
insert (CellRenderer renderer, Number position) : none
Inserts renderer into gutter at position.
GtkSource.Gutter
Method
reorder (CellRenderer renderer, Number position) : none
Reorders renderer in gutter to new position.
GtkSource.Gutter
Method
remove (CellRenderer renderer) : none
Removes renderer from gutter.
GtkSource.Gutter
Method
set_cell_data_func (CellRenderer renderer, Function func, void* func_data, Function destroy) : none
Sets the GtkSourceGutterDataFunc to use for renderer.
GtkSource.Gutter
Method
set_cell_size_func (CellRenderer renderer, Function func, void* func_data, Function destroy) : none
Sets the GtkSourceGutterSizeFunc to use for renderer.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:09 GMT+0800 (HKT)