Class G.t.t.TaskView(gtk.TextView):

Part of GTG.taskeditor.taskview View In Hierarchy

No class docstring
Method do_get_property Undocumented
Method do_set_property Undocumented
Method __init__ Undocumented
Method refresh Undocumented
Method refresh_callback Undocumented
Method set_add_tag_callback Undocumented
Method set_remove_tag_callback Undocumented
Method set_get_tagslist_callback Undocumented
Method set_subtask_callback Undocumented
Method open_task_callback Undocumented
Method tasktitle_callback Undocumented
Method subtasks_callback Undocumented
Method removesubtask_callback Undocumented
Method refresh_browser_callback Undocumented
Method save_task_callback Undocumented
Method set_text Undocumented
Method insert Undocumented
Method insert_text Undocumented
Method get_insert Undocumented
Method insert_with_anchor Undocumented
Method create_anchor_tag Undocumented
Method apply_tag_tag Undocumented
Method apply_subtask_tag Undocumented
Method create_indent_tag Undocumented
Method insert_subtasks Undocumented
Method insert_tags Undocumented
Method select_title Undocumented
Method get_text Undocumented
Method get_title Undocumented
Method modified Called when the buffer has been modified.
Method is_at_title Undocumented
Method write_subtask Undocumented
Method insert_newtask Undocumented
Method insert_indent Undocumented
Method insert_at_mark Undocumented
Method deindent Undocumented
Method backspace Undocumented
Method _detect_url Undocumented
Method _detect_tag Undocumented
Method _delete_range Undocumented
Method _apply_title Undocumented
Method __newsubtask Undocumented
Method __apply_tag_to_mark Undocumented
Method _insert_at_cursor Undocumented
Method _keypress Undocumented
Method _motion Undocumented
Method _tag_event Undocumented
Method __tag_reset Undocumented
Method __set_anchor Undocumented
def do_get_property(self, prop):
Undocumented
def do_set_property(self, prop, val):
Undocumented
def __init__(self, requester, buffer=None):
Undocumented
def refresh(self, title):
Undocumented
def refresh_callback(self, funct):
Undocumented
def set_add_tag_callback(self, funct):
Undocumented
def set_remove_tag_callback(self, funct):
Undocumented
def set_get_tagslist_callback(self, funct):
Undocumented
def set_subtask_callback(self, funct):
Undocumented
def open_task_callback(self, funct):
Undocumented
def tasktitle_callback(self, funct):
Undocumented
def subtasks_callback(self, funct):
Undocumented
def removesubtask_callback(self, funct):
Undocumented
def refresh_browser_callback(self, funct):
Undocumented
def save_task_callback(self, funct):
Undocumented
def set_text(self, stri):
Undocumented
def insert(self, text, _iter=None):
Undocumented
def insert_text(self, text, _iter=None):
Undocumented
def get_insert(self):
Undocumented
def insert_with_anchor(self, text, anchor=None, _iter=None, typ=None):
Undocumented
def create_anchor_tag(self, b, anchor, text=None, typ=None):
Undocumented
def apply_tag_tag(self, buff, tag, s, e):
Undocumented
def apply_subtask_tag(self, buff, subtask, s, e):
Undocumented
def create_indent_tag(self, buff, level):
Undocumented
def insert_subtasks(self, st_list):
Undocumented
def insert_tags(self, tag_list):
Undocumented
def select_title(self):
Undocumented
def get_text(self):
Undocumented
def get_title(self):
Undocumented
def modified(self, buff=None, full=False):

Called when the buffer has been modified.

It reflects the changes by:

  1. Applying the title style on the first line
  2. Changing the name of the window if title change
def _detect_url(self, buff, start, end):
Undocumented
def _detect_tag(self, buff, start, end):
Undocumented
def is_at_title(self, buff, itera):
Undocumented
def _delete_range(self, buff, start, end):
Undocumented
def _apply_title(self, buff):
Undocumented
def __newsubtask(self, buff, title, line_nbr, level=1):
Undocumented
def write_subtask(self, buff, line_nbr, anchor, level=1):
Undocumented
def insert_newtask(self, fitera=None):
Undocumented
def insert_indent(self, buff, start_i, level, enter=True):
Undocumented
def __apply_tag_to_mark(self, start, end, tag=None, name=None):
Undocumented
def insert_at_mark(self, buff, mark, text, anchor=None):
Undocumented
def _insert_at_cursor(self, tv, itera, tex, leng):
Undocumented
def _keypress(self, widget, event):
Undocumented
def deindent(self, itera, newlevel=-1):
Undocumented
def backspace(self, tv):
Undocumented
def _motion(self, view, ev):
Undocumented
def _tag_event(self, tag, view, ev, _iter, text, anchor, typ):
Undocumented
def __tag_reset(self, tag, window):
Undocumented
def __set_anchor(self, window, tag, cursor, prop):
Undocumented
API Documentation for GTG, generated by pydoctor at 2009-07-19 21:37:32.