:github_url: hide # HAnimatedBar **Inherits:** [AnimatedBar](./AnimatedBar.md) **<** [Container](https://docs.godotengine.org/en/stable/classes/class_container.html) Class for creating horizontal tool bar. ## Description Positions its [Control](https://docs.godotengine.org/en/stable/classes/class_control.html) children in horizontal orientation with navigation buttons on left and right sides. See also [AnimatedBar](./AnimatedBar.md) for more details. ## Methods | | | |------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) | [get_left_navigation_button_size](./HAnimatedBar.md#method_get_left_navigation_button_size)( ) *const* | | [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) | [get_navigation_buttons_size](./HAnimatedBar.md#method_get_navigation_buttons_size)( ) *const* | | [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) | [get_right_navigation_button_size](./HAnimatedBar.md#method_get_right_navigation_button_size)( ) *const* | --- ## Method Descriptions #### [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) **get_left_navigation_button_size**( ) *const* Overwrites [AnimatedBar](./AnimatedBar.md).get_left_navigation_button_size() virtual method. Returns size of left navigation button. **Note:** Returned value contains spacing. #### [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) **get_navigation_buttons_size**( ) *const* Overwrites [AnimatedBar](./AnimatedBar.md).get_navigation_buttons_size() virtual method. Returns size of left plus right navigation button. **Note:** Returned value contains double size of spacing. #### [Vector2](https://docs.godotengine.org/en/stable/classes/class_vector2.html) **get_right_navigation_button_size**( ) *const* Overwrites [AnimatedBar](./AnimatedBar.md).get_right_navigation_button_size() virtual method. Returns size of right navigation button. **Note:** Returned value contains spacing.