The Tkinter Wm
Class interface
See also the Wm synopsisdoc.
- def aspect(self,
- def client(self, name=None):
- def command(self, value=None):
- def deiconify(self):
- def focusmodel(self, model=None):
- def frame(self):
- def geometry(self, newGeometry=None):
- def grid(self,
- def group(self, pathName=None):
- def iconbitmap(self, bitmap=None):
- def iconify(self):
- def iconmask(self, bitmap=None):
- def iconname(self, newName=None):
- def iconposition(self, x=None, y=None):
- def iconwindow(self, pathName=None):
- def maxsize(self, width=None, height=None):
- def minsize(self, width=None, height=None):
- def overrideredirect(self, boolean=None):
- def positionfrom(self, who=None):
- def protocol(self, name=None, func=None):
- def sizefrom(self, who=None):
- def state(self):
- def title(self, string=None):
- def transient(self, master=None):
- def withdraw(self):