A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / xrc / rc / toolbar.xrc
1 <?xml version="1.0"?>
2
3 <resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
4
5 <object class="wxToolBar" name="main_toolbar">
6     <style>wxTB_FLAT|wxTB_DOCKABLE</style>
7     <margins>2,2</margins>
8     <object class="tool" name="non_derived_dialog_tool_or_menuitem">
9         <tooltip>Non-Derived Dialog Example</tooltip>
10         <bitmap>basicdlg.xpm</bitmap>
11         <longhelp>The basic instance of wxDialog loaded via XRC</longhelp>
12     </object>
13     <object class="tool" name="derived_tool_or_menuitem">
14         <tooltip>Derived Dialog Example</tooltip>
15         <bitmap>derivdlg.xpm</bitmap>
16         <longhelp>The most important example: load an XRC for a derived dialog</longhelp>
17     </object>
18     <object class="tool" name="controls_tool_or_menuitem">
19         <tooltip>Controls Example</tooltip>
20         <bitmap>controls.xpm</bitmap>
21         <longhelp>A notebook displaying all the wxWidgets controls</longhelp>
22     </object>        
23     <object class="tool" name="uncentered_tool_or_menuitem">
24         <tooltip>Uncentered Example</tooltip>
25         <bitmap>uncenter.xpm</bitmap>
26         <longhelp>Disable autocentering of a dialog on its parent</longhelp>
27     </object>  
28     <object class="separator"/>
29     <object class="tool" name="obj_ref_tool_or_menuitem">
30       <bitmap>objrefdlg.xpm</bitmap>
31       <tooltip>Object references and event ranges example</tooltip>
32       <longhelp>Use of object references and event ranges</longhelp>
33     </object>
34     <object class="tool" name="custom_class_tool_or_menuitem">
35         <tooltip>Custom Class Example</tooltip>
36         <bitmap>custclas.xpm</bitmap>
37         <longhelp>Embed your own custom classes into an XRC</longhelp>
38     </object>  
39     <object class="tool" name="platform_property_tool_or_menuitem">
40         <tooltip>Platform Specific Example</tooltip>
41         <bitmap>platform.xpm</bitmap>
42         <longhelp>Customize parts of an interface for a desired platform</longhelp>
43     </object>
44     <object class="tool" name="art_provider_tool_or_menuitem">
45         <tooltip>wxArtProvider Example</tooltip>
46         <bitmap>artprov.xpm</bitmap>
47         <longhelp>Use wxArtProvider to insert desired icons at runtime</longhelp>
48     </object>
49     <object class="tool" name="variable_expansion_tool_or_menuitem">
50         <tooltip>Variable Expansion Example</tooltip>
51         <bitmap>variable.xpm</bitmap>
52         <longhelp>Replace variables in the XRC file at runtime</longhelp>
53     </object>        
54 </object>
55  
56 </resource>