![]() |
How to access CXTPTabPaintManager? |
Post Reply
|
| Author | |
klisa
Newbie
Joined: 10 April 2006 Location: France Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: How to access CXTPTabPaintManager?Posted: 26 April 2006 at 7:02am |
|
Hello, Does anyone know how to access CXTPTabPaintManager within an SDI application? Also, is there only one instance of CXTPTabPaintManager per application, or each CXTPDockingPaneTabbedContainer has its own? Here is what I I tried in absence of a better idea (I know, it's a really stupid thing to do but I was desperate): This is how the code looks like: CXTPDockingPaneInfoList& lst = _paneManager.GetPaneList(); // CXTPDockingPaneManager _paneManager; Unfortunately, CXTPDockingPaneTabbedContainer::GetPaintManager() is a protected method so the above code fails to compile. I'm sure there is a simple way to do the same thing. Thanks in advance for any help!
|
|
![]() |
|
klisa
Newbie
Joined: 10 April 2006 Location: France Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 April 2006 at 8:15am |
|
This is really embarrassing... :) CXTPTabPaintManager* tabPaintManager = _paneManager.GetPaintManager()->GetTabPaintManager(); |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |