Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples requested for saving settings and using ttk themes #628

Open
burque505 opened this issue Jul 12, 2020 · 0 comments
Open

Examples requested for saving settings and using ttk themes #628

burque505 opened this issue Jul 12, 2020 · 0 comments

Comments

@burque505
Copy link

Bug Report


Context


Trying to use ttk themes, and secondarily to work with 'appjar constructor' and save settings.

Expected Behaviour


Be able to find examples of working with 'appjar constructor', saving settings, and specifically, here, to use ttk widgets.

Actual Behaviour


Documentation does not provide examples of modifying settings or working with ttk themes. Example:

.gui(useTtk=True) (Where in any code is this to be set?)
To enable ttk, set the useTtk flag in the appJar constructor to True. (How do you set this flag in the constructor?)
If you want to specify a particular theme, set it to the name of the theme.

.setTtkTheme(theme) (How would this be done in code?)
This allows you to choose a different theme to use.

.getTtkTheme() (How would this be called in code?)
Returns the currently selected ttk theme as a string.

Any error messages produced by appJar


No code available to produce an error message

Sample code, demonstrating the issue


None available

What steps are needed to reproduce the bug


Try to use ttk, or in fact to do any configuration involving settings, from the supplied documentation.

Version Information


appJar: 0.94.0 Python: 3.7.3 TCL: 8.6, TK: 8.6 Platform: Windows pid: 7716
locale: en_US

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant