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

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

[wxlua-users] wxAuiTabArt is missing SetColour and SetActiveColour

2014-04-08 Thread Paul K
Hi John, I just noticed that wxAuiTabArt class is missing SetColour and SetActiveColour methods for some reason. All the others (according to the documentation at http://docs.wxwidgets.org/trunk/classwx_aui_tab_art.html) appear to be present. Would it be possible to add these as well as it