Difference between revisions of "WxSmith Tutorial & Pointers"

From Code::Blocks
(No difference)

Revision as of 01:51, 28 October 2005

Tutorial

<<need to create this here>>

Pointers

When using an XRC file, do not forget to initialize the wxXMLResouce Handlers & XRC File. For example in your App::OnInit:

   // Loading XRC resource file (not in a zip file).
   wxXmlResource::Get()->InitAllHandlers();
   wxXmlResource::Get()->Load("<your XRC File name>.xrc");