-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeerk40t-notes.wxg
36 lines (35 loc) · 1.81 KB
/
meerk40t-notes.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
34
35
36
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.6 on Fri Jul 17 20:50:26 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="Notes" option="0" overwrite="1" path="./wxython-notes.py" source_extension=".cpp" top_window="notes" use_gettext="0" use_new_namespace="1">
<object class="Notes" name="notes" base="EditFrame">
<size>730, 621</size>
<title>Notes</title>
<style>wxDEFAULT_FRAME_STYLE</style>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="check_auto_open_notes" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_auto_note_open</handler>
</events>
<tooltip>Automatically open notes if they exist when file is opened.</tooltip>
<label>Automatically Open Notes</label>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_notes" base="EditTextCtrl">
<events>
<handler event="EVT_TEXT">on_text_notes</handler>
<handler event="EVT_TEXT_ENTER">on_text_notes</handler>
</events>
<style>wxTE_MULTILINE|wxTE_WORDWRAP|wxTE_BESTWRAP</style>
</object>
</object>
</object>
</object>
</application>