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

Defines scroll_widget. More...

#include "../GUI/module.hpp"
#include "scroll_bar_widget.hpp"
#include "scroll_aperture_widget.hpp"
#include "../geometry/module.hpp"
#include "../layout/grid_layout.hpp"

Go to the source code of this file.

Data Structures

class  hi::v1::scroll_widget< Axis, Name >
 The scroll widget allows a content widget to be shown in less space than is required. More...
 

Namespaces

namespace  hi
 geometry/margins.hpp
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Typedefs

template<fixed_string Name = "">
using hi::v1::vertical_scroll_widget = scroll_widget<axis::vertical, Name>
 Vertical scroll widget.
 
template<fixed_string Name = "">
using hi::v1::horizontal_scroll_widget = scroll_widget<axis::horizontal, Name>
 Horizontal scroll widget.
 

Detailed Description

Defines scroll_widget.