5 /*! \defgroup GrpWindowWin32 OpenSG Win32 Window System Library
6 \ingroup GrpWindowSystems
8 \brief The library for Win32 windows.
10 See \ref PageWindowWin32 for details.
13 /*! \defgroup GrpWindowWin32Field Fields
14 \ingroup GrpWindowWin32
16 See \ref PageBaseField for details.
19 #if (OSG_DOC_LEVEL >= 3)
20 /*! \defgroup GrpWindowWin32FieldTraits Field Data Traits
21 \ingroup GrpWindowWin32Field
27 /*! \defgroup GrpWindowWin32FieldSingle Single-Element Fields
28 \ingroup GrpWindowWin32Field
33 /*! \defgroup GrpWindowWin32FieldMulti Multi-Element Fields
34 \ingroup GrpWindowWin32Field
39 /*! \page PageWindowWin32 Win32 Window System Library
41 Win32 are the native Microsoft Windows windows.
43 It needs the HWND before init() can be called. It gets the HDC itself and
46 Note: we don't really know much about the intricacies of Windows programming.
47 Thus the way we do things might be suboptimal, or maybe even illegal. Comments