Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/html.HtmlModalHelp.1.py
2012-12-14 08:58:31 +00: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")