class documentation

class TextViewWidget(InsertedObjectWidget): (source)

Known subclasses: zim.gui.insertedobjects.UnkownObjectWidget, zim.plugins.sourceview.SourceViewWidget

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method do_grab_cursor Undocumented
Method on_move_cursor Undocumented
Method on_parent_notify Undocumented
Method on_parent_set Undocumented
Method set_editable Undocumented
Instance Variable buffer Undocumented
Instance Variable parent_notify_h Undocumented
Instance Variable view Undocumented
Method _init_signals Undocumented
Method _init_view Undocumented

Inherited from InsertedObjectWidget:

Method add Add a widget to the object
Method add_header Add an header widget on top of the object
Method do_button_press_event Undocumented
Method do_button_release_event Undocumented
Method do_popup_menu Undocumented
Method do_realize Undocumented
Method edit_object Undocumented
Method grab_cursor Emits the grab-cursor signal
Method has_cursor No summary
Method populate_popup Undocumented
Method release_cursor Emits the release-cursor signal
Method remove Undocumented
Method set_has_cursor See has_cursor()
Method set_textview_wrap_width Undocumented
Class Variable __gsignals__ Undocumented
Class Variable expand Undocumented
Method _do_popup_menu Undocumented
Instance Variable _has_cursor Undocumented
Instance Variable _vbox Undocumented
def do_grab_cursor(self, position): (source)

Undocumented

def on_move_cursor(self, view, step_size, count, extend_selection): (source)

Undocumented

def on_parent_notify(self, widget, prop, *args): (source)

Undocumented

def on_parent_set(self, widget, old_parent): (source)

Undocumented

def set_editable(self, editable): (source)

Undocumented

buffer = (source)

Undocumented

parent_notify_h = (source)

Undocumented

def _init_signals(self): (source)

Undocumented

def _init_view(self): (source)

Undocumented