Skip to content

msgbox_EN

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

msgbox — Message Box

image
dokibox.msgbox(msg="Operation successful!", tooltip=None) → True
Parameter Type Default Description
msg str "" Message text
tooltip str None Tooltip text shown on hover; disabled when None or empty
font_family str None Font family (default: "Microsoft YaHei"). Set to None to use default.
font_size int None Font size in points. Set to None to use default.
pinned bool True Keep window on top

Single OK button. Closes on click, Enter, or Esc; returns True.

dokibox.msgbox("Saved successfully!")

Clone this wiki locally