Loading...
Searching...
No Matches
TextBox.h
Go to the documentation of this file.
1#ifndef TEXTBOX_H
2#define TEXTBOX_H
3
4#pragma once
5
6namespace ml
7{
22 class TextBox
23 {
24 };
25
26} // namespace ml
27
28#endif // TEXTBOX_H
Multi-line text display area. (Currently a stub — not yet implemented.).
Definition TextBox.h:23
Definition Component.h:18