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 "../geometry/axis.hpp"
#include "../layout/grid_layout.hpp"

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
 geometry/margins.hpp
 
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.
 

Detailed Description

Defines scroll_widget.