mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix TabBar hidden tabs handling
This commit is contained in:
parent
209a446e36
commit
5fbc8a61fc
3 changed files with 87 additions and 87 deletions
|
|
@ -261,6 +261,9 @@ public:
|
|||
int get_previous_tab() const;
|
||||
int get_hovered_tab() const;
|
||||
|
||||
int get_previous_available(int p_idx = -1) const;
|
||||
int get_next_available(int p_idx = -1) const;
|
||||
|
||||
bool select_previous_available();
|
||||
bool select_next_available();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue