From: Paul K <pau...@ya...> - 2014-11-24 23:28:09
|
Hi John, I'm considering drawing my own tabs and the background for wxAuiNotebook, but don't see a way to do this in the current wxlua. There is wxAuiDefaultTabArt (http://docs.wxwidgets.org/trunk/classwx_aui_default_tab_art.html) with various methods like DrawTab and DrawBackground and calling those methods work, but what I need is to be able to provide my own class derived from wxAuiDefaultTabArt and to provide my own implementations for those methods, such that when I register this tab art with wxAuiNotebook, my methods are called and the tabs look like I want. Is this already available or is this something you'd need to implement? Thank you. Paul. |