|
HikoGUI
A low latency retained GUI
|
Defines scroll_widget. More...
#include "widget.hpp"#include "scroll_bar_widget.hpp"#include "scroll_aperture_widget.hpp"#include "../geometry/geometry.hpp"#include "../layout/layout.hpp"#include "../macros.hpp"#include <coroutine>Go to the source code of this file.
Data Structures | |
| class | hi::v1::scroll_widget< Axis > |
| The scroll widget allows a content widget to be shown in less space than is required. More... | |
Namespaces | |
| namespace | hi |
| The HikoGUI namespace. | |
| namespace | hi::v1 |
| The HikoGUI API version 1. | |
Typedefs | |
| using | hi::v1::vertical_scroll_widget = scroll_widget<axis::vertical> |
| Vertical scroll widget. | |
| using | hi::v1::horizontal_scroll_widget = scroll_widget<axis::horizontal> |
| Horizontal scroll widget. | |
Functions | |
| hi_export_module (hikogui.widgets.scroll_widget) | |
Defines scroll_widget.