]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0"?> | |
2 | ||
3 | <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1"> | |
4 | ||
5 | <object class="wxMenuBar" name="main_menu"> | |
6 | <style>wxMB_DOCKABLE</style> | |
7 | <object class="wxMenu" name="file_tool_or_menuitem"> | |
8 | <label>_File</label> | |
9 | <style>wxMENU_TEAROFF</style> | |
10 | <object class="wxMenuItem" name="exit_tool_or_menuitem"> | |
11 | <label>E_xit\tAlt-X</label> | |
12 | <help>Exit this application</help> | |
13 | </object> | |
14 | </object> | |
15 | <object class="wxMenu" name="basic_demos_menu"> | |
16 | <label>_Basic</label> | |
17 | <help>Basic techniques with XRC</help> | |
18 | <object class="wxMenuItem" name="non_derived_dialog_tool_or_menuitem"> | |
19 | <label>_Non-Derived Dialog Example</label> | |
20 | <bitmap>basicdlg.xpm</bitmap> | |
21 | <help>The basic instance of wxDialog loaded via XRC</help> | |
22 | </object> | |
23 | <object class="wxMenuItem" name="derived_tool_or_menuitem"> | |
24 | <label>_Derived Dialog Example</label> | |
25 | <bitmap>derivdlg.xpm</bitmap> | |
26 | <help>The most important example: load an XRC for a derived dialog</help> | |
27 | </object> | |
28 | <object class="wxMenuItem" name="controls_tool_or_menuitem"> | |
29 | <label>_Controls Example</label> | |
30 | <bitmap>controls.xpm</bitmap> | |
31 | <help>A notebook displaying all the wxWindows controls</help> | |
32 | </object> | |
33 | <object class="wxMenuItem" name="uncentered_tool_or_menuitem"> | |
34 | <label>_Uncentered Example</label> | |
35 | <bitmap>uncenter.xpm</bitmap> | |
36 | <help>Disable autocentering of a dialog on its parent</help> | |
37 | </object> | |
38 | </object> | |
39 | <object class="wxMenu" name="advanced_demos_menu"> | |
40 | <label>_Advanced</label> | |
41 | <help>Advanced techniques with XRC</help> | |
42 | <object class="wxMenuItem" name="custom_class_tool_or_menuitem"> | |
43 | <label>_Custom Class Example</label> | |
44 | <bitmap>custclas.xpm</bitmap> | |
45 | <help>Embed your own custom classes into an XRC</help> | |
46 | </object> | |
47 | <object class="wxMenuItem" name="platform_property_tool_or_menuitem"> | |
48 | <label>_Platform Specific Example</label> | |
49 | <bitmap>platform.xpm</bitmap> | |
50 | <help>Customize parts of an interface for a desired platform</help> | |
51 | </object> | |
52 | <object class="wxMenuItem" name="art_provider_tool_or_menuitem"> | |
53 | <label>wx_ArtProvider Example</label> | |
54 | <bitmap>artprov.xpm</bitmap> | |
55 | <help>Use wxArtProvider to insert desired icons at runtime</help> | |
56 | </object> | |
57 | <object class="wxMenuItem" name="variable_expansion_tool_or_menuitem"> | |
58 | <label>_Variable Expansion Example</label> | |
59 | <bitmap>variable.xpm</bitmap> | |
60 | <help>Replace variables in the XRC file at runtime</help> | |
61 | </object> | |
62 | </object> | |
63 | <object class="wxMenu" name="help_menu"> | |
64 | <label>_Help</label> | |
65 | <object class="wxMenuItem" name="about_tool_or_menuitem"> | |
66 | <label>_About...</label> | |
67 | <help>About this application</help> | |
68 | </object> | |
69 | </object> | |
70 | </object> | |
71 | ||
72 | </resource> |