|
sprint 1-alpha
|
Dialog API. More...
Go to the source code of this file.
Classes | |
| class | sprint::gtl::CDialog |
| class | sprint::gtl::CModelessDialog |
Namespaces | |
| namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
| namespace | sprint::gtl |
GTL, GUI Template Library is an ATL compatible framework, oriented to cross-compile Win32 application on more operative systems. | |
Functions | |
| template<class T > | |
| INT_PTR CALLBACK | sprint::gtl::DlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| template<class T > | |
| INT_PTR | sprint::gtl::TDialogBox (LPCTSTR lpTemplate, HWND hWndParent, const T &inst=T()) |
| Generic Dialog using a user T class. | |
| template<class T > | |
| INT_PTR | sprint::gtl::CreateTDialog (LPCTSTR lpTemplate, HWND hWndParent, T *inst) |
| Generic Dialog using a user T class. | |
Dialog API.
1.7.4