forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meerk40t-terminal.wxg
33 lines (32 loc) · 1.67 KB
/
meerk40t-terminal.wxg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.3 on Thu Mar 26 07:56:48 2020 -->
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path="meerk40t_terminal.py" source_extension=".cpp" top_window="Terminal" use_gettext="0" use_new_namespace="1">
<object class="Terminal" name="Terminal" base="EditFrame">
<size>581, 410</size>
<title>Terminal</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP|wxFRAME_TOOL_WINDOW|wxFRAME_NO_TASKBAR</style>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>20</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_console" base="EditTextCtrl">
<style>wxTE_MULTILINE|wxTE_READONLY|wxTE_BESTWRAP</style>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_entry" base="EditTextCtrl">
<events>
<handler event="EVT_TEXT_ENTER">on_entry</handler>
</events>
<focused>1</focused>
<style>wxTE_PROCESS_ENTER|wxTE_PROCESS_TAB</style>
</object>
</object>
</object>
</object>
</application>