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

Defines text_field_widget. More...

#include "text_field_delegate.hpp"
#include "widget.hpp"
#include "label_widget.hpp"
#include "scroll_widget.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::text_field_widget
 A single line text field. More...

Namespaces

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

Concepts

concept  hi::v1::text_field_widget_attribute

Functions

 hi_export_module (hikogui.widgets.text_field_widget)

Detailed Description

Defines text_field_widget.