From: Paul K <pau...@ya...> - 2014-05-03 03:12:35
|
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 methods for wxAuiTabArt class. Thank you! Paul. On Sat, Apr 12, 2014 at 9:12 PM, Paul K <pau...@ya...> wrote: > 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 <pau...@ya...> wrote: >> 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 should allow to change >> the color of tabs and the tab background for the notebook? Thank you! >> >> Paul. |