gtk :: TreeViewColumn :: Class TreeViewColumn
[hide private]
[frames] | no frames]

Class TreeViewColumn

source code

        object --+        
                 |        
   gobject.GObject --+    
                     |    
                Object --+
                         |
        object --+       |
                 |       |
gobject.GInterface --+   |
                     |   |
            CellLayout --+
                         |
        object --+       |
                 |       |
gobject.GInterface --+   |
                     |   |
             Buildable --+
                         |
                        TreeViewColumn

Object GtkTreeViewColumn

Signals from GtkTreeViewColumn:
  clicked ()

Properties from GtkTreeViewColumn:
  visible -> gboolean: Visible
    Indica si se debe mostrar la columna
  resizable -> gboolean: Redimensionable
    La columna es ajustable por el usuario
  width -> gint: Anchura
    Anchura actual de la columna
  spacing -> gint: Espaciado
    Espacio que se introduce entre las celdas
  sizing -> GtkTreeViewColumnSizing: Dimensionar
    Modo de redimensionado de la columna
  fixed-width -> gint: Anchura fijo
    Anchura fijo actual de la columna
  min-width -> gint: Anchura mínimo
    Anchura mínimo permitido de la columna
  max-width -> gint: Anchura máximo
    Anchura máximo permitido de la columna
  title -> gchararray: Título
    Título que aparecerá en el encabezado de columna
  expand -> gboolean: Expandir
    La columna obtiene compartición de anchura extra asignada para el widget
  clickable -> gboolean: Pulsable
    Indica si la cabecera puede ser pulsada
  widget -> GtkWidget: Widget
    Widget a colocar en el botón de la cabecera de la columna en lugar del título de la columna
  alignment -> gfloat: Alineación
    Alineación X del texto o el widget de la cabecera de la columna
  reorderable -> gboolean: Reordenable
    Indica si la columna poder ser reordenada alrededor de las cabeceras
  sort-indicator -> gboolean: Indicador de ordenación
    Indica si se debe mostrar un indicador de ordenamiento
  sort-order -> GtkSortType: Orden de la ordenación
    Dirección de ordenación que el indicador deberá indicar
  sort-column-id -> gint: ID de columna de ordenación
    ID de columna de ordenación lógica que ordena esta columna cuando se selecciona para ordenar

Signals from GtkObject:
  destroy ()

Properties from GtkObject:
  user-data -> gpointer: Datos del usuario
    Puntero de datos del usuario anónimo

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
add_attribute(...) source code
 
cell_get_position(...) source code
 
cell_get_size(...) source code
 
cell_is_visible(...) source code
 
cell_set_cell_data(...) source code
 
clear_attributes(...) source code
 
clicked(...) source code
 
do_clicked(...) source code
 
focus_cell(...) source code
 
get_alignment(...) source code
 
get_cell_renderers(...) source code
 
get_clickable(...) source code
 
get_expand(...) source code
 
get_fixed_width(...) source code
 
get_max_width(...) source code
 
get_min_width(...) source code
 
get_reorderable(...) source code
 
get_resizable(...) source code
 
get_sizing(...) source code
 
get_sort_column_id(...) source code
 
get_sort_indicator(...) source code
 
get_sort_order(...) source code
 
get_spacing(...) source code
 
get_title(...) source code
 
get_tree_view(...) source code
 
get_visible(...) source code
 
get_widget(...) source code
 
get_width(...) source code
 
queue_resize(...) source code
 
set_alignment(...) source code
 
set_clickable(...) source code
 
set_expand(...) source code
 
set_fixed_width(...) source code
 
set_max_width(...) source code
 
set_min_width(...) source code
 
set_reorderable(...) source code
 
set_resizable(...) source code
 
set_sizing(...) source code
 
set_sort_column_id(...) source code
 
set_sort_indicator(...) source code
 
set_sort_order(...) source code
 
set_spacing(...) source code
 
set_title(...) source code
 
set_visible(...) source code
 
set_widget(...) source code

Inherited from Object: destroy, do_destroy, flags, remove_data, remove_no_notify, set_flags, unset_flags

Inherited from gobject.GObject: __copy__, __deepcopy__, __delattr__, __eq__, __gdoc__, __ge__, __gobject_init__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from CellLayout: clear, do_add_attribute, do_clear, do_clear_attributes, do_pack_end, do_pack_start, do_reorder, get_cells, pack_end, pack_start, reorder, set_attributes, set_cell_data_func

Inherited from Buildable: add_child, construct_child, do_add_child, do_construct_child, do_get_internal_child, do_parser_finished, do_set_name, get_internal_child, get_name, parser_finished, set_name

Inherited from object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkTreeViewColumn (46396976)>
Properties [hide private]

Inherited from gobject.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

add_attribute(...)

source code 
Overrides: CellLayout.add_attribute

clear_attributes(...)

source code 
Overrides: CellLayout.clear_attributes