File: wx_countdown_main.xrc

package info (click to toggle)
python-avc 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,740 kB
  • sloc: python: 3,276; tcl: 1,541; makefile: 35
file content (20 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated by wxGlade 0.6.3 on Fri May 16 14:52:49 2008 -->

<resource version="2.3.0.1">
    <object class="wxFrame" name="frame_1">
        <style>wxDEFAULT_FRAME_STYLE</style>
        <size>300, 50</size>
        <title>AVC wx countdown example</title>
        <object class="wxBoxSizer">
            <orient>wxVERTICAL</orient>
            <object class="sizeritem">
                <flag>wxALIGN_CENTER_HORIZONTAL</flag>
                <object class="wxButton" name="close_all">
                    <handler event="EVT_BUTTON">on_destroy</handler>
                    <label>CLOSE ALL WINDOWS</label>
                </object>
            </object>
        </object>
    </object>
</resource>