From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/wx/examples/xrc/rc/menu.xrc | 84 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 lib/wx/examples/xrc/rc/menu.xrc (limited to 'lib/wx/examples/xrc/rc/menu.xrc') diff --git a/lib/wx/examples/xrc/rc/menu.xrc b/lib/wx/examples/xrc/rc/menu.xrc new file mode 100644 index 0000000000..91409e5c21 --- /dev/null +++ b/lib/wx/examples/xrc/rc/menu.xrc @@ -0,0 +1,84 @@ + + + + + + + + + + + + Unload basic dialog resource + + + + Reload basic dialog resource + + + + + + Exit this application + + + + + Basic techniques with XRC + + + basicdlg.xpm + The basic instance of wxDialog loaded via XRC + + + + derivdlg.xpm + The most important example: load an XRC for a derived dialog + + + + controls.xpm + A notebook displaying all the wxWidgets controls + + + + uncenter.xpm + Disable autocentering of a dialog on its parent + + + + + Advanced techniques with XRC + + + custclas.xpm + Embed your own custom classes into an XRC + + + + platform.xpm + Customize parts of an interface for a desired platform + + + + artprov.xpm + Use wxArtProvider to insert desired icons at runtime + + + + variable.xpm + Replace variables in the XRC file at runtime + + + + + + + + + About this application + + + + + -- cgit v1.2.3