mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 11:17:13 +01:00
5 lines
200 B
Python
5 lines
200 B
Python
|
|
# The help can be browsed during the lifetime of self object when the
|
|
# user quits the help, program execution will continue.
|
|
help = wx.html.HtmlModalHelp(parent, "help", "My topic")
|