- <object class="tool" name="non_derived_dialog_tool_or_menuitem">
- <tooltip>Non-Derived Dialog Example</tooltip>
- <bitmap>basicdlg.xpm</bitmap>
- <longhelp>The basic instance of wxDialog loaded via XRC</longhelp>
- </object>
- <object class="tool" name="derived_tool_or_menuitem">
- <tooltip>Derived Dialog Example</tooltip>
- <bitmap>derivdlg.xpm</bitmap>
- <longhelp>The most important example: load an XRC for a derived dialog</longhelp>
- </object>
- <object class="tool" name="controls_tool_or_menuitem">
- <tooltip>Controls Example</tooltip>
- <bitmap>controls.xpm</bitmap>
- <longhelp>A notebook displaying all the wxWidgets controls</longhelp>
- </object>
- <object class="tool" name="uncentered_tool_or_menuitem">
- <tooltip>Uncentered Example</tooltip>
- <bitmap>uncenter.xpm</bitmap>
- <longhelp>Disable autocentering of a dialog on its parent</longhelp>