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

Defines scroll_bar_widget. More...

#include "widget.hpp"
#include "../GUI/gui_event.hpp"
#include "../geometry/axis.hpp"
#include "../observer.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.
 

Typedefs

using hi::v1::horizontal_scroll_bar_widget = scroll_bar_widget<axis::horizontal>
 
using hi::v1::vertical_scroll_bar_widget = scroll_bar_widget<axis::vertical>
 

Detailed Description

Defines scroll_bar_widget.