-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChild.wxg
78 lines (77 loc) · 4.05 KB
/
Child.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0"?>
<!-- generated by wxGlade 0.4cvs on Thu Oct 20 03:19:20 2005 -->
<application path="d:\SVN\spe\trunk\_spe\wxgChild.py" name="" class="" option="0" language="python" top_window="" encoding="ISO-8859-1" use_gettext="1" overwrite="0" use_new_namespace="1" for_version="2.6">
<object class="Panel" name="panel" base="EditTopLevelPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="splitSizer" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxSplitterWindow" name="split" base="EditSplitterWindow">
<style>wxSP_3D|wxSP_BORDER</style>
<orientation>wxSPLIT_VERTICAL</orientation>
<window_2>main</window_2>
<window_1>notebook</window_1>
<object class="wxNotebook" name="notebook" base="EditNotebook">
<style>0</style>
<tabs>
<tab window="explore">Explore</tab>
<tab window="browser">Browser</tab>
<tab window="todo">Todo</tab>
<tab window="index">Index</tab>
<tab window="notes">Notes</tab>
<tab window="pychecker">Check</tab>
</tabs>
<object class="Tree" name="explore" base="CustomWidget">
<arguments>
<argument>$parent</argument>
<argument>$id</argument>
</arguments>
</object>
<object class="Browser" name="browser" base="CustomWidget">
<arguments>
<argument>$parent</argument>
<argument>$id</argument>
</arguments>
</object>
<object class="wxListCtrl" name="todo" base="EditListCtrl">
<style>wxLC_REPORT|wxSUNKEN_BORDER</style>
</object>
<object class="wxListCtrl" name="index" base="EditListCtrl">
<style>wxLC_REPORT|wxSUNKEN_BORDER</style>
</object>
<object class="wxTextCtrl" name="notes" base="EditTextCtrl">
</object>
<object class="Pycheck.Panel" name="pychecker" base="CustomWidget">
<arguments>
<argument>$parent</argument>
<argument>$id</argument>
</arguments>
</object>
</object>
<object class="wxNotebook" name="main" base="EditNotebook">
<style>0</style>
<tabs>
<tab window="sash">Source</tab>
<tab window="uml">Uml</tab>
</tabs>
<object class="PythonSTC" name="sash" base="CustomWidget">
<arguments>
<argument>$parent</argument>
<argument>$id</argument>
</arguments>
</object>
<object class="sm.uml.Canvas" name="uml" base="CustomWidget">
<arguments>
<argument>$parent</argument>
<argument>$id</argument>
</arguments>
</object>
</object>
</object>
</object>
</object>
</object>
</application>