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

Defines scroll_widget. More...

#include "widget.hpp"
#include "scroll_bar_widget.hpp"
#include "scroll_aperture_widget.hpp"
#include "../GUI/gui_window.hpp"
#include "../geometry/axis.hpp"

Go to the source code of this file.

Data Structures

class  hi::v1::scroll_widget< Axis, ControlsWindow >
 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

template<bool ControlsWindow = false>
using hi::v1::vertical_scroll_widget = scroll_widget<axis::vertical, ControlsWindow>
 Vertical scroll widget.
 
template<bool ControlsWindow = false>
using hi::v1::horizontal_scroll_widget = scroll_widget<axis::horizontal, ControlsWindow>
 Horizontal scroll widget.
 

Detailed Description

Defines scroll_widget.