Hello,

I started playing with Padre 0.43 on windows.
It seems that the AdvanceSelection is missing or does not work for
Wx::AuiNotebook.


I'm using Wx 0.92 on strawberry perl on xp
By looking in the Alien::wxWidgets dire, I guess I have wxwidgets 2.8.10
(msw_2_8_10_uni_gcc_3_4).

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

Thanks

Reply via email to