garrigue / labltk

LablTk, an OCaml interface for Tcl/Tk
https://garrigue.github.io/labltk/
Other
32 stars 12 forks source link

Can you create progress bars with this library? #12

Open t34saves opened 4 years ago

t34saves commented 4 years ago

Something like what tkinter does already?

garrigue commented 4 years ago

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 commented 4 years ago

Thank you!

mardukbp commented 3 years ago

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 commented 3 years ago

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

damiendoligez commented 3 years ago

I guess that was meant for @garrigue ?

mardukbp commented 3 years ago

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