Code:```python listbox = Listbox(["entry1", "entry2", "entry3"], title=f"{Style.bold

Code:
listbox = Listbox(["entry1", "entry2", "entry3"],
title=f"{Style.bold}This is a test title :){Style.reset}",
)
listbox.show()
listbox = Listbox(["entry1", "entry2", "entry3"],
title=f"{Style.bold}This is a test title :){Style.reset}",
)
listbox.show()
Preview:
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?