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

Class TextBuffer

source code

     object --+    
              |    
gobject.GObject --+
                  |
                 TextBuffer
Known Subclasses:

Object GtkTextBuffer

Signals from GtkTextBuffer:
  changed ()
  insert-text (GtkTextIter, gchararray, gint)
  insert-pixbuf (GtkTextIter, GdkPixbuf)
  insert-child-anchor (GtkTextIter, GtkTextChildAnchor)
  delete-range (GtkTextIter, GtkTextIter)
  modified-changed ()
  mark-set (GtkTextIter, GtkTextMark)
  mark-deleted (GtkTextMark)
  apply-tag (GtkTextTag, GtkTextIter, GtkTextIter)
  remove-tag (GtkTextTag, GtkTextIter, GtkTextIter)
  begin-user-action ()
  end-user-action ()
  paste-done (GtkClipboard)

Properties from GtkTextBuffer:
  tag-table -> GtkTextTagTable: Tabla de etiquetas
    Tabla de etiquetas de texto
  text -> gchararray: Texto
    Texto actual del búfer
  has-selection -> gboolean: Tiene selección
    Indica si el búfer tiene algo de texto actualmente seleccionado
  cursor-position -> gint: Posición del cursor
    La posición de la marca de inserción (como un desplazamiento desde el principio del búfer)
  copy-target-list -> GtkTargetList: Lista de destinos de la copia
    La lista de destinos que soporta este búfer para copiar desde el portapapeles y el origen del DND
  paste-target-list -> GtkTargetList: Lista de destinos de pegado
    La lista de destinos que soporta este búfer para pegar desde el portapapeles y el destino del DND

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
add_mark(...) source code
 
add_selection_clipboard(...) source code
 
apply_tag(...) source code
 
apply_tag_by_name(...) source code
 
backspace(...) source code
 
begin_user_action(...) source code
 
copy_clipboard(...) source code
 
create_child_anchor(...) source code
 
create_mark(...) source code
 
create_tag(...) source code
 
cut_clipboard(...) source code
 
delete(...) source code
 
delete_interactive(...) source code
 
delete_mark(...) source code
 
delete_mark_by_name(...) source code
 
delete_selection(...) source code
 
deserialize(...) source code
 
deserialize_get_can_create_tags(...) source code
 
deserialize_set_can_create_tags(...) source code
 
do_apply_tag(...) source code
 
do_begin_user_action(...) source code
 
do_changed(...) source code
 
do_delete_range(...) source code
 
do_end_user_action(...) source code
 
do_insert_child_anchor(...) source code
 
do_insert_pixbuf(...) source code
 
do_insert_text(...) source code
 
do_mark_deleted(...) source code
 
do_mark_set(...) source code
 
do_modified_changed(...) source code
 
do_remove_tag(...) source code
 
end_user_action(...) source code
 
get_bounds(...) source code
 
get_char_count(...) source code
 
get_copy_target_list(...) source code
 
get_deserialize_formats(...) source code
 
get_end_iter(...) source code
 
get_has_selection(...) source code
 
get_insert(...) source code
 
get_iter_at_child_anchor(...) source code
 
get_iter_at_line(...) source code
 
get_iter_at_line_index(...) source code
 
get_iter_at_line_offset(...) source code
 
get_iter_at_mark(...) source code
 
get_iter_at_offset(...) source code
 
get_line_count(...) source code
 
get_mark(...) source code
 
get_modified(...) source code
 
get_paste_target_list(...) source code
 
get_selection_bound(...) source code
 
get_selection_bounds(...) source code
 
get_serialize_formats(...) source code
 
get_slice(...) source code
 
get_start_iter(...) source code
 
get_tag_table(...) source code
 
get_text(...) source code
 
insert(...) source code
 
insert_at_cursor(...) source code
 
insert_child_anchor(...) source code
 
insert_interactive(...) source code
 
insert_interactive_at_cursor(...) source code
 
insert_pixbuf(...) source code
 
insert_range(...) source code
 
insert_range_interactive(...) source code
 
insert_with_tags(...) source code
 
insert_with_tags_by_name(...) source code
 
move_mark(...) source code
 
move_mark_by_name(...) source code
 
paste_clipboard(...) source code
 
place_cursor(...) source code
 
register_deserialize_format(...) source code
 
register_deserialize_tagset(...) source code
 
register_serialize_format(...) source code
 
register_serialize_tagset(...) source code
 
remove_all_tags(...) source code
 
remove_selection_clipboard(...) source code
 
remove_tag(...) source code
 
remove_tag_by_name(...) source code
 
select_range(...) source code
 
serialize(...) source code
 
set_modified(...) source code
 
set_text(...) source code
 
unregister_deserialize_format(...) source code
 
unregister_serialize_format(...) 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 object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkTextBuffer (46350480)>
Properties [hide private]
  tag_table

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__