HikoGUI
A low latency retained GUI
|
Defines with_label_widget. More...
#include "widget.hpp"
#include "button_delegate.hpp"
#include "label_widget.hpp"
#include "../utility/utility.hpp"
#include "../algorithm/algorithm.hpp"
#include "../l10n/l10n.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::with_label_widget< ButtonWidget > |
Add labels to a button. More... | |
struct | hi::v1::with_label_widget< ButtonWidget >::attributes_type |
Namespaces | |
namespace | hi |
The HikoGUI namespace. | |
namespace | hi::v1 |
The HikoGUI API version 1. | |
Concepts | |
concept | hi::v1::with_label_widget_attribute |
Functions | |
hi_export_module (hikogui.widgets.with_label_widget) | |
Defines with_label_widget.