malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Graphics
Text
TextBox.h
Go to the documentation of this file.
1
// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2
// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4
#ifndef MALENA_TEXTBOX_H
5
#define MALENA_TEXTBOX_H
6
7
#pragma once
8
9
#include <
Malena/Core/malena_export.h
>
10
11
namespace
ml
12
{
27
class
MALENA_API
TextBox
28
{
29
};
30
31
}
// namespace ml
32
33
#endif
// MALENA_TEXTBOX_H
ml::TextBox
Multi-line text display area. (Currently a stub — not yet implemented.).
Definition
TextBox.h:28
malena_export.h
MALENA_API
#define MALENA_API
Definition
malena_export.h:18
ml
Definition
Component.h:22