Two methods to create docking pane. |
Post Reply |
Author | |
chas
Newbie Joined: 29 April 2009 Location: China Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 29 April 2009 at 3:07am |
I read sample code, and got two methods to create docking pane: 1. Create a pane base on a CWnd derived class.
m_wndView.Create(_T("STATIC"), NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CXTPEmptyRect(), this, 0);
2. Create a pane base on a CView derived class.
pPane->AttachView(this, RUNTIME_CLASS(CDynamicHelpView));
So may question is, are they standand method to create docking pane in Xtreme toolkits?
can I use the first method to create a pane base on a CView derived class?
|
|
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 |