toolbar.xrc 2.4 KB

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