maliang.standard.dialogs¶
字数 104 个 代码 28 行 阅读时间 1 分钟 访问量
源代码:maliang/standard/dialogs.py
All standard dialog classes
🟢TkColorChooser
¶
class
public
| object
title
: title of the windowcolor
: default colormaster
: parent widget of the windowcommand
: callback function
🟢TkFontChooser
¶
class
public
| object
title
: title of the windowfont
: default fontmaster
: parent widget of the windowcommand
: callback function
🟢TkMessage
¶
class
public
| object
Message pop-up
message
: messagedetail
: detail messagetitle
: title of the windowicon
: iconoption
: type of the message pop-updefault
: button where the focus is, default is the leftmost onemaster
: parent widget of the windowcommand
: callback function