-
Notifications
You must be signed in to change notification settings - Fork 24
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
[FEATURE] Tab index #51
Comments
That would involve changing the signature of the |
I will try to add a way to easily change the ordering on the studio by altering the stacking order but I cannot add a special attribute for that. |
What about manually sorting the event tree on left side? (move up/down) |
You mean like dragging the items from the tree? That is difficult to implement in a controlled fashion but maybe in future. I will add stuff to the context menu to reposition tabs. |
I mean that tree already has an order e.g.
depending the order we placed them, |
Yeah, that can be added. |
Thinking about it the bring front/back functions already do that I guess, so they just need an alias. |
Fixed. |
I'm looking for setting the Tab-index in a simple way.
In RADs usually there is an attribute like tab_order=8, tab_order=-1
This should not be connected to the order in xml.
some reference to do it:
https://stackoverflow.com/questions/6687108/how-to-set-the-tab-order-in-a-tkinter-application
The text was updated successfully, but these errors were encountered: