home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / samples / xrc / rc / toolbar.xrc < prev    next >
Extensible Markup Language  |  2002-08-14  |  2KB  |  52 lines

  1. <?xml version="1.0"?>
  2.  
  3. <resource xmlns="http://www.wxwindows.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 wxWindows 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.     <separator/>
  29.      <object class="tool" name="custom_class_tool_or_menuitem">
  30.         <tooltip>Custom Class Example</tooltip>
  31.         <bitmap>custclas.xpm</bitmap>
  32.         <longhelp>Embed your own custom classes into an XRC</longhelp>
  33.     </object>  
  34.     <object class="tool" name="platform_property_tool_or_menuitem">
  35.         <tooltip>Platform Specific Example</tooltip>
  36.         <bitmap>platform.xpm</bitmap>
  37.         <longhelp>Customize parts of an interface for a desired platform</longhelp>
  38.     </object>
  39.     <object class="tool" name="art_provider_tool_or_menuitem">
  40.         <tooltip>wxArtProvider Example</tooltip>
  41.         <bitmap>artprov.xpm</bitmap>
  42.         <longhelp>Use wxArtProvider to insert desired icons at runtime</longhelp>
  43.     </object>
  44.     <object class="tool" name="variable_expansion_tool_or_menuitem">
  45.         <tooltip>Variable Expansion Example</tooltip>
  46.         <bitmap>variable.xpm</bitmap>
  47.         <longhelp>Replace variables in the XRC file at runtime</longhelp>
  48.     </object>        
  49. </object>
  50.  
  51. </resource>
  52.