Re: [wxlua-users] wxAuiTabArt is missing SetColour and SetActiveColour

2014-05-02 Thread Paul K
Hi John, I think implementing ShowDropDown may be problematic and I may have an alternative, although it requires access to wxAuiTabCtrl through public methods in wxwidgets (https://groups.google.com/d/msg/wx-users/KZVldo51mtk/Cz5E5RP7uPAJ). I'd still like to have SetColour and SetActiveColour me

Re: [wxlua-users] wxAuiTabArt is missing SetColour and SetActiveColour

2014-04-12 Thread Paul K
Hi John, A follow-up question on wxAuiTabArt. The class provides ShowDropDown method that displays the list of opened tabs, but I'd like to replace it with something else. Is there a way to overwrite ShowDropDown method with my own? Thank you. Paul. On Tue, Apr 8, 2014 at 4:41 PM, Paul K wrote