Hi Karl,
Karl Forner wrote:
From the AuiNotebook.xsp file, I see:
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
const wxAuiManager* GetAuiManager()
%code{% RETVAL = &THIS->GetAuiManager(); %};
void AdvanceSelection( bool advance = true );
Does it mean that you need wxwidgets >= 2.9 to have this method ? And why ?
It does. I don't know why, but I presume it's because it's only been
implemented in wxWidgets 2.9. Simple suggestion: Try removing the ifdef
around this and recompile your Wx. See whether it works.
Cheers,
Steffen