7a597a417e0aaa13aeb6580a6378e2d5ffa26005
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DockContainer / Readme.txt
1 DockContainer Example\r
2 =====================\r
3 This example demonstrates "container" docking. Dock containers are a specialised\r
4 view window for dockers.  They are a tab control which provide support for\r
5 tab undocking, and "container within container docking" where docking the\r
6 container adds a tab to the container. They also provide an optional toolbar.\r
7 Containers in turn have their own "view window"\r
8 \r
9 The dock containers are the view window for dockers, allowing them to be \r
10 undocked and docked as required.\r
11 \r
12 Classes titled CDockXXXX are inherited from CDocker. Classes titled \r
13 CContainerXXXX are inherited from CDockContainer. Classes titled CViewXXXX\r
14 are the various view windows inherited from CWnd.\r
15 \r
16 Refer to the documentation for further information on the use of the CDocker\r
17 and CDockContainer classes.\r
18 \r
19 \r
20 Features demonstrated in this example\r
21 =====================================\r
22 * Use of CFrame to provide a frame window.\r
23 * Use of a CDocker as the view window for the frame.\r
24 * Use of CContainer as a view window for CDocker.\r
25 * Use of RichEdit, ListView and TreeViews as view windows for CDockContainer.\r
26 * Use of the container's optional toolbar.\r
27 * Use of a ComboBoxEx control within a toolbar.\r
28 * Displaying tabs at the top or bottom of the container.\r
29 * The use of several docking styles.\r
30 * Saving the dock layout in the registry.\r

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