Loading...
Searching...
No Matches
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
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