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

Can you create progress bars with this library? #12

Open
t34saves opened this issue Aug 2, 2020 · 6 comments
Open

Can you create progress bars with this library? #12

t34saves opened this issue Aug 2, 2020 · 6 comments

Comments

@t34saves
Copy link

t34saves commented Aug 2, 2020

Something like what tkinter does already?

@t34saves t34saves changed the title Can you do progress bars with this library? Can you create progress bars with this library? Aug 2, 2020
@garrigue
Copy link
Owner

garrigue commented Aug 2, 2020

There is no progress bar widget.
You can do something similar with the scale widget (but it is more intended as input than output).
If the underlying tk library provides such a widget, it would be easy to add it to the Widgets.src file.

@t34saves
Copy link
Author

t34saves commented Aug 2, 2020

Thank you!

@mardukbp
Copy link

The Tile extension that was introduced in Tk 8.5 adds several widgets, including a progress bar. It also includes themes for native-looking Tk applications.

@mardukbp
Copy link

mardukbp commented Dec 25, 2020

@garrigue labltk only uses ttk::labelframe. The other ttk widgets are missing.

@damiendoligez
Copy link
Contributor

I guess that was meant for @garrigue ?

@mardukbp
Copy link

mardukbp commented Feb 8, 2021

Oops! My apologies. I should be more careful. I updated my comment to mention the right person this time :)

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

4 participants