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

Defines text_widget. More...

#include "widget.hpp"
#include "text_delegate.hpp"
#include "../GUI/GUI.hpp"
#include "../text/module.hpp"
#include "../geometry/module.hpp"
#include "../l10n/l10n.hpp"
#include "../container/module.hpp"
#include "../observer/module.hpp"
#include "../coroutine/module.hpp"
#include "../macros.hpp"
#include <memory>
#include <string>
#include <array>
#include <optional>
#include <future>
#include <limits>
#include <chrono>

Go to the source code of this file.

Data Structures

class  hi::v1::text_widget
 A text widget. More...
 

Namespaces

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

Concepts

concept  hi::v1::text_widget_attribute
 

Detailed Description

Defines text_widget.