Skip to content

msgbox_CN

windows99-hue edited this page Jul 14, 2026 · 2 revisions

msgbox — 消息提示框

image
dokibox.msgbox(msg="操作成功!", tooltip=None) → True
参数 类型 默认 说明
msg str "" 正文
tooltip str None 悬停时显示的提示文字,为 None 或空字符串时不显示
font_family str None 字体名称(默认 "Microsoft YaHei"),传 None 使用默认
font_size int None 字号,传 None 使用默认
pinned bool True 是否置顶

单 OK 按钮。点击、Enter 或 Esc 关闭,返回 True

dokibox.msgbox("保存成功!")

Clone this wiki locally