search for: wxwizardpagesimpl

Displaying 2 results from an estimated 2 matches for "wxwizardpagesimpl".

Did you mean: wxwizardpagesimple
2006 Jul 25
6
Wizards
Hi Please find attached a set of patches and swig files to implement Wizards for wxruby. Also a brief sample. Quick q - the C declarations of evt_xxx_xxx methods and their attaching to Ruby classes seems to be duplicated across Events.i and EvtHandler.i - is one of these the right place to be adding them? or both? Thanks alex _______________________________________________
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
...gt; <style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style> <exstyle>wxWIZARD_EX_HELPBUTTON</exstyle> <title>Me Wizard</title> <bitmap>wizard.png</bitmap> <object class="wxWizardPageSimple" name="ID_WIZARDPAGE1" subclass="MyWizardPage"> <style>wxTAB_TRAVERSAL</style> <bg>#FFFFFF</bg> <bitmap>oooh.png</bitmap> <object class="wxBoxSizer"> <...