Skip to content

textbox_EN

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

testbox - Long Text Display Box

3238626e5bf2bd2db10b687370aee3a2
dokibox.textbox(msg="Time to make breakfast") 
Parameter Type Default Description
msg str "" Main text content
okbtn bool True Whether to enable the Continue button displayed at the bottom right of the desktop. If set to False, users can only close the window via the ESC key; if enabled, the window can be closed by clicking the button or pressing ESC
font_family str None Font name (default "Microsoft YaHei"); pass None to use the default font
font_size int None Font size; pass None to use the default font size
pinned bool True Whether the window stays on top of all other windows
btn_text str None Text displayed on the button controlled by okbtn. If set to None, the text will automatically show "Continue" in the corresponding language

Clone this wiki locally