-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
[3.x] Bind TabContainer::get_tab_idx_at_point() to ClassDB #52047
Conversation
This should be pushed towards the |
|
Then it would be better to implement
I meant the internal XML docs. Run The point about the |
There is an open proposal regarding the differences in implementation here. Changing the general implementation between the controls is outside of the scope of this PR. I'm only submitting it because I need the feature. (I'll submit a separate PR which can merge with |
a7befbd
to
606976f
Compare
Repo updated with changes to XML, commits squashed and description updated to point to the version that can be merged with |
35c1046
to
24482aa
Compare
24482aa
to
522af5c
Compare
Thanks! |
(Note: this is the 3.x-ready branch for #52050.)
As it currently stands, there's no reliable way from the GDScript to determine which tab the mouse is over, which is pretty important for being able to generate a relevant tooltip. This binds the already-used internal method to determine this to ClassDB.