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_event.hpp"
#include "../text/semantic_text_style.hpp"
#include "../text/text_selection.hpp"
#include "../text/text_shaper.hpp"
#include "../geometry/alignment.hpp"
#include "../i18n/translate.hpp"
#include "../undo_stack.hpp"
#include "../scoped_task.hpp"
#include "../observer.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.