Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Splitter / Readme.txt
1 Splitter Window\r
2 ===============\r
3 This program uses the CDocker class to create several splitter windows\r
4 inside a window frame.  The four CDocker objects are as follows:\r
5  CPaneBottomLeft\r
6  CPaneBottomRight\r
7  CPaneTopLeft\r
8  CPaneTopRight\r
9  \r
10 One of these CDocker objects (CPaneTopLeft) is the view window for the frame.\r
11 The remaining CDocker objects are added in CMainFrame::OnInitialUpdate.  \r
12 The CDockers use the DS_NO_UNDOCK and DS_NO_CAPTION styles to hide the docker's\r
13 caption and supress undocking.\r
14 \r
15 Each CDocker has a view window. The view windows used by the dockers are:\r
16  CViewList\r
17  CViewSimple\r
18  CViewText\r
19  CViewTree\r
20 \r
21 \r
22 Features demonstrated in this example\r
23 =====================================\r
24 * Use of CFrame to provide a frame window\r
25 * Use of a CDocker as the view window for the frame\r
26 * Use of docker styles to treat dockers as splitter windows\r
27 * Use of ListView, TreeView and Edit controls as view windows\r
28  

UCC git Repository :: git.ucc.asn.au