tkAppFramework v0.9.4
Description
This published pre-release (beta) of the tkAppFramework python library significantly enhances tkHelpApp and tkApp's Help | About...
information display.
Known Issues
None
Changes
- tkApp.init(...) method now has a theme_name parameter which can be used to specify a non-default tkinter theme for the application.
- tkHelpApp now can read and display markdown (.md) and HTML (.xhtml) formatted help content files, in addition to text (.txt) files. If content is markdown or HTML, it will be displayed in tkHelpApp as formatted text. See README.md for a list of supported tags.
- tkApp's Help | About... menu option now displays the application's "about" info using HTML formatting, including the ability to click on and browse to the application's source repository.
- A reusable tkXHTMLViewerWidget is available to display a string of HTML formatted text in a tkinter Text widget. This reusable component is used by tkHelpApp to display help content and by tkApp's tkAppAboutDialog.
Full Changelog: v0.9.3...v0.9.4