mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Base accessibility API.
This commit is contained in:
@@ -97,6 +97,8 @@ private:
|
||||
int tab_font_size;
|
||||
} theme_cache;
|
||||
|
||||
HashMap<Node *, RID> tab_panels;
|
||||
|
||||
int _get_tab_height() const;
|
||||
Vector<Control *> _get_tab_controls() const;
|
||||
void _on_theme_changed();
|
||||
@@ -129,6 +131,8 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
virtual bool accessibility_override_tree_hierarchy() const override { return true; }
|
||||
|
||||
TabBar *get_tab_bar() const;
|
||||
|
||||
int get_tab_idx_at_point(const Point2 &p_point) const;
|
||||
|
||||
Reference in New Issue
Block a user