Loading...
Searching...
No Matches
TextBox.h
Go to the documentation of this file.
1// Copyright (c) 2025 Dave R. Smith.
2// Malena Framework — Licensed under PolyForm Noncommercial 1.0.0; commercial use requires a paid license. See LICENSE.
3
4#ifndef MALENA_TEXTBOX_H
5#define MALENA_TEXTBOX_H
6
7#pragma once
8
10
11namespace ml
12{
28 {
29 };
30
31} // namespace ml
32
33#endif // MALENA_TEXTBOX_H
Multi-line text display area. (Currently a stub — not yet implemented.).
Definition TextBox.h:28
#define MALENA_API
Definition Component.h:22