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/toolbar.xrc | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 lib/wx/examples/xrc/rc/toolbar.xrc (limited to 'lib/wx/examples/xrc/rc/toolbar.xrc') diff --git a/lib/wx/examples/xrc/rc/toolbar.xrc b/lib/wx/examples/xrc/rc/toolbar.xrc new file mode 100644 index 0000000000..ee7833309b --- /dev/null +++ b/lib/wx/examples/xrc/rc/toolbar.xrc @@ -0,0 +1,51 @@ + + + + + + + 2,2 + + Non-Derived Dialog Example + basicdlg.xpm + The basic instance of wxDialog loaded via XRC + + + Derived Dialog Example + derivdlg.xpm + The most important example: load an XRC for a derived dialog + + + Controls Example + controls.xpm + A notebook displaying all the wxWidgets controls + + + Uncentered Example + uncenter.xpm + Disable autocentering of a dialog on its parent + + + + Custom Class Example + custclas.xpm + Embed your own custom classes into an XRC + + + Platform Specific Example + platform.xpm + Customize parts of an interface for a desired platform + + + wxArtProvider Example + artprov.xpm + Use wxArtProvider to insert desired icons at runtime + + + Variable Expansion Example + variable.xpm + Replace variables in the XRC file at runtime + + + + -- cgit v1.2.3