HikoGUI
A low latency retained GUI
|
Defines label_widget. More...
#include "widget.hpp"
#include "text_widget.hpp"
#include "icon_widget.hpp"
#include "../geometry/geometry.hpp"
#include "../layout/layout.hpp"
#include "../l10n/l10n.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::label_widget |
The GUI widget displays and lays out text together with an icon. More... | |
Namespaces | |
namespace | hi |
The HikoGUI namespace. | |
namespace | hi::v1 |
The HikoGUI API version 1. | |
Concepts | |
concept | hi::v1::label_widget_attribute |
Functions | |
hi_export_module (hikogui.widgets.label_widget) | |
Defines label_widget.