Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.html.HtmlModalHelp.1.py
2016-05-18 16:38:18 -07:00

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")