Package groupthink :: Module gtk_tools :: Class TextBufferUnorderedStringLinker
[hide private]
[frames] | no frames]

Class TextBufferUnorderedStringLinker

source code

Translates between a gtk.TextBuffer and a UnorderedString. This object listens for edits on both objects, and makes appropriate function calls to implement the edit on the other object.

Instance Methods [hide private]
 
__init__(self, tb, us) source code
 
_insert_cb(self, tb, itr, text, length) source code
 
_delete_cb(self, tb, start_itr, end_itr) source code
 
_netupdate_cb(self, edits) source code
Method Details [hide private]

__init__(self, tb, us)
(Constructor)

source code 
Parameters: