/ . / CGLtk / Hybrid.py / Variable
Wrapper around Tk variables that allows variables to be set without invoking variable modified callbacks.
set ( self, value, invoke_callbacks=None, )
get ( self )
tk_variable_changed_cb ( self )
add_callback ( self, callback )
destroy ( self )
__init__ ( self, tk_variable )