Table of Contents
Wrapper around Tk variables that allows variables to be set without invoking variable modified callbacks.
__init__ ( self, tk_variable )
add_callback ( self, callback )
get ( self )
set ( self, value, invoke_callbacks=1, )
tk_variable_changed_cb ( self )