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

Class EntryCompletion

source code

            object --+    
                     |    
       gobject.GObject --+
                         |
        object --+       |
                 |       |
gobject.GInterface --+   |
                     |   |
            CellLayout --+
                         |
        object --+       |
                 |       |
gobject.GInterface --+   |
                     |   |
             Buildable --+
                         |
                        EntryCompletion

Object GtkEntryCompletion

Signals from GtkEntryCompletion:
  insert-prefix (gchararray) -> gboolean
  match-selected (GtkTreeModel, GtkTreeIter) -> gboolean
  cursor-on-match (GtkTreeModel, GtkTreeIter) -> gboolean
  action-activated (gint)

Properties from GtkEntryCompletion:
  model -> GtkTreeModel: Modelo de completado
    El modelo para encontrar coincidencias
  minimum-key-length -> gint: Longitud mínima de clave
    Longitud mínima de la clave de búsqueda para buscar coincidencias
  text-column -> gint: Columna de texto
    La columna del modelo que contiene las cadenas.
  inline-completion -> gboolean: Completado en línea
    Indica si el prefijo común debe insertarse automáticamente
  popup-completion -> gboolean: Emerger el completado
    Indica si los completados deben mostrarse en una ventana emergente
  popup-set-width -> gboolean: El emergente establece la anchura
    Si es TRUE, la ventana emergente tendrá el mismo tamaño que la entrada
  popup-single-match -> gboolean: Coincidencia simple del emergente
    Si es TRUE, la ventana emergente aparecerá para una coincidencia simple.
  inline-selection -> gboolean: Selección en línea
    Aquí su descripción

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
complete(...) source code
 
delete_action(...) source code
 
do_action_activated(...) source code
 
do_insert_prefix(...) source code
 
do_match_selected(...) source code
 
get_completion_prefix(...) source code
 
get_entry(...) source code
 
get_inline_completion(...) source code
 
get_inline_selection(...) source code
 
get_minimum_key_length(...) source code
 
get_model(...) source code
 
get_popup_completion(...) source code
 
get_popup_set_width(...) source code
 
get_popup_single_match(...) source code
 
get_text_column(...) source code
 
insert_action_markup(...) source code
 
insert_action_text(...) source code
 
insert_prefix(...) source code
 
set_inline_completion(...) source code
 
set_inline_selection(...) source code
 
set_match_func(...) source code
 
set_minimum_key_length(...) source code
 
set_model(...) source code
 
set_popup_completion(...) source code
 
set_popup_set_width(...) source code
 
set_popup_single_match(...) source code
 
set_text_column(...) source code

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: add_attribute, clear, clear_attributes, 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 GtkEntryCompletion (46307376)>
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__