HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
selection_widget.hpp File Reference

Defines selection_widget. More...

#include "widget.hpp"
#include "label_widget.hpp"
#include "overlay_widget.hpp"
#include "scroll_widget.hpp"
#include "grid_widget.hpp"
#include "radio_widget.hpp"
#include "selection_delegate.hpp"
#include "../observer/observer.hpp"
#include "../macros.hpp"
#include <memory>
#include <string>
#include <array>
#include <optional>
#include <future>
#include <coroutine>

Go to the source code of this file.

Data Structures

class  hi::v1::selection_widget
 A graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options. More...
struct  hi::v1::selection_widget::attributes_type

Namespaces

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

Concepts

concept  hi::v1::selection_widget_attribute

Functions

 hi_export_module (hikogui.widgets.selection_widget)

Detailed Description

Defines selection_widget.