#include "Definitions.h"#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/mdi.h>#include <wx/config.h>Go to the source code of this file.
Classes | |
| class | TerminalGui |
| Definisce un terminale generico. More... | |
Defines | |
| #define | TERMINALWIDTH 500 |
| #define | TERMINALHEIGHT 300 |
Enumerations | |
| enum | { COMMAND_LINE, VIEWER } |
Variables | |
| const wxString | T_LOCATION_X = _("xpos") |
| const wxString | T_LOCATION_Y = _("ypos") |
| const wxString | T_LOCATION_W = _("width") |
| const wxString | T_LOCATION_H = _("height") |
|
|
Definition at line 25 of file TerminalGui.h. |
|
|
Definition at line 24 of file TerminalGui.h. |
|
|
Definition at line 144 of file TerminalGui.h. |
|
|
Definition at line 31 of file TerminalGui.h. |
|
|
Definition at line 30 of file TerminalGui.h. |
|
|
Definition at line 28 of file TerminalGui.h. |
|
|
Definition at line 29 of file TerminalGui.h. |
1.3.9.1