]> git.saurik.com Git - wxWidgets.git/blame - samples/xrc/rc/frame.xrc
Remove remaining occurrences of wxUSE_XPM_IN_MSW.
[wxWidgets.git] / samples / xrc / rc / frame.xrc
CommitLineData
af1337b0
JS
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
be5a51fb 3<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
af1337b0
JS
4
5<object class="wxFrame" name="main_frame">
6 <title>XML Resources Demo</title>
7 <centered>1</centered>
8 <object class="wxFlexGridSizer">
9 <cols>1</cols>
10 <rows>0</rows>
11 <vgap>0</vgap>
12 <hgap>0</hgap>
13 <growablecols>0</growablecols>
14 <growablerows>0</growablerows>
15 <object class="sizeritem">
16 <flag>wxGROW|wxALIGN_CENTER_VERTICAL|wxALL</flag>
17 <border>5</border>
18 <object class="wxTextCtrl" name="message_textctrl">
19 <size>500,280</size>
20 <style>wxTE_MULTILINE</style>
be5a51fb 21 <value>Welcome to the wxWidgets XmlResource (XRC) sample! Using wxWidgets XML resources makes your GUI C++ programming much faster and easier.\n\nView the examples under the "Basic" menu to learn how to get up and running with XRC quickly, and later have a look at the examples under the "Advanced" menu for advanced techniques.\n\nThe XML file that described this frame is the sample's frame.xrc file, with the menu in menu.xrc, and the toolbar in toolbar.xrc. The frame XRC file structure is exactly the same as the XRC files for the dialogs, except that the top level node is a wxFrame, not a wxDialog. Each of the other dialog in this example is a separate XRC file, each of which can be examined for how they work.</value>
af1337b0
JS
22 </object>
23 </object>
24 </object>
25</object>
26
27</resource>