jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
612 stars 68 forks source link

appJar Explorer #401

Open jarvisteach opened 6 years ago

jarvisteach commented 6 years ago

Would like some way to visualise what's going on inside appJar:

jarvisteach commented 6 years ago

Would be really good if it used the tree widget: tree

Could then easily edit properties of a GUI, and even add/remove widgets??

jarvisteach commented 6 years ago

Now have working browser of GUI structure:

tree

Now, need to display useful data in the tree, and allow editing of values.

jarvisteach commented 6 years ago

To make this look better, were going to need to create classes for each of the special containers: tabs, statusbars, toolbars, etc...

This is in the long term plan for some of those widgets, as part of the refactoring, but will need to be done sooner if the explorer is going to be usable...

jarvisteach commented 6 years ago

It works!

tree