]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_managedwnd.h | |
3 | // Purpose: Managed Windows classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_managedwnd Managed Windows | |
11 | @ingroup group_class | |
12 | ||
13 | There are several types of window that are directly controlled by the window | |
14 | manager (such as MS Windows, or the Motif Window Manager). Frames and dialogs | |
15 | are similar in wxWidgets, but only dialogs may be modal. | |
16 | ||
17 | Related Overviews: @ref overview_cmndlg | |
18 | ||
dbbca9fd FM |
19 | Related macros/global-functions group: @ref group_funcmacro_dialog |
20 | ||
6e7f563b BP |
21 | */ |
22 |