Package teamwork :: Package widgets :: Package htmlViewer :: Module tkutil
[hide private]
[frames] | no frames]

Module tkutil

source code

Functions [hide private]
 
wm_withdraw(window) source code
 
wm_deiconify(window) source code
 
wm_map(window, maximized=0) source code
 
wm_set_icon(window, filename) source code
 
wm_get_geometry(window) source code
 
setTransient(window, parent, relx=None, rely=None, expose=1) source code
 
makeToplevel(parent, title=None, class_=None) source code
 
makeHelpToplevel(parent, title=None, class_=None) source code
 
__getWidgetXY(widget, parent, relx=None, rely=None, w_width=None, w_height=None) source code
 
bind(widget, sequence, func, add=None) source code
 
unbind_destroy(widget) source code
 
after(widget, ms, func, *args) source code
 
after_idle(widget, func, *args) source code
 
after_cancel(t) source code
 
makeImage(file=None, data=None, dither=None, alpha=None) source code
 
loadImage(file=None, data=None, dither=None, alpha=None) source code
 
copyImage(image, x, y, width, height) source code
 
fillImage(image, fill, outline=None) source code
 
createImage(width, height, fill, outline=None) source code
Variables [hide private]
  __wm_get_geometry_re = re.compile(r'^(\d+)x(\d+)\+(-?\d+)\+(-?...
  __mfx_bindings = {}
  __mfx_wm_protocols = ('WM_DELETE_WINDOW', 'WM_TAKE_FOCUS', 'WM...
Variables Details [hide private]

__wm_get_geometry_re

Value:
re.compile(r'^(\d+)x(\d+)\+(-?\d+)\+(-?\d+)$')

__mfx_wm_protocols

Value:
('WM_DELETE_WINDOW', 'WM_TAKE_FOCUS', 'WM_SAVE_YOURSELF')