On Sun, Aug 16, 2009 at 12:05 PM, Steffen Mueller
<nj88ud...@sneakemail.com>wrote:

> 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.


According to
http://docs.wxwidgets.org/2.8.10/wx_wxauinotebook.html#wxauinotebookadvanceselection
,
it's there in 2.8


> Simple suggestion: Try removing the ifdef around this and recompile your
> Wx. See whether it works.


Ok, I'll try this

Reply via email to