2016-05-11 python模块tkinter的window-methods python pythontkinter 原文 1. args12345678attributes(*args) # Sets or gets window attributes.# argsalpha=disabled=modified=titlepath=toolwindow=topmost= 2. methods1234567891011121314151617181920client(name=None) [#]colormapwindows(*wlist) [#]command(value=None)deiconify()iconify()iconname(newName=None) [#]iconmask(bitmap=None) [#]iconposition(x=None, y=None) [#]iconwindow(window=None) [#]geometry(geometry=None) [#]resizable(width=None, height=None) [#]iconbitmap(bitmap=None) [#]maxsize(width=None, height=None) [#]minsize(width=None, height=None) [#]overrideredirect(flag=None) [#]positionfrom(who=None) [#]sizefrom(who=None) [#]state(newstate=None) [#] iconic,withdraw,icon,normaltitle(string=None) [#]withdraw() [#] # Removes the window from the screen (without destroying it). To redraw the window, use deiconify. 赏 × 纯属好玩 扫码打赏,你说多少就多少 打开支付宝扫一扫,即可进行扫码打赏哦 本文标题:python模块tkinter的window-methods 文章作者:John Doe 发布时间:2016年05月11日 - 13时30分 最后更新:2017年04月03日 - 14时17分 原始链接:http://yoursite.com/2016/05/11/python-tkinter-window-methods/ 许可协议: "署名-非商用-相同方式共享 3.0" 转载请保留原文链接及作者。 < python模块tkinter的komponent-methods python模块tkinter的variable >