HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
scroll_bar_widget.hpp File Reference

Defines scroll_bar_widget. More...

#include "widget.hpp"
#include "../GUI/GUI.hpp"
#include "../geometry/geometry.hpp"
#include "../observer/observer.hpp"
#include "../utility/utility.hpp"
#include "../macros.hpp"
#include <memory>
#include <string>
#include <array>
#include <optional>
#include <future>

Go to the source code of this file.

Data Structures

class  hi::v1::scroll_bar_widget< Axis >
 Scroll bar widget This widget is used in a pair of a vertical and horizontal scrollbar as a child of the scroll_widget. More...
 

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Functions

 hi_export_module (hikogui.widgets.scroll_bar_widget)
 

Detailed Description

Defines scroll_bar_widget.