summaryrefslogtreecommitdiff
path: root/support/dktools/libdk4wx.dox
blob: f5c24b10e4f97e9e91f7e37e3b8ae31e9a3c8989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**	@page libdk4wx	libdk4wx

@section	seclibdk4wxover	Classes to build wxWidgets based applications

Header | Class / Type | Purpose
:----: | :----------: | :------
dk4verswx.h | - | Version number as wxChar string.
dk4wxtypes.h | DK4_PCWXCHAR | Pointer to wxChar string.
dk4wxcs.h | DK4_SIZEOF_WXCHAR | Size of a wxChar in bytes.
dk4strx.h | - | String functions for wxChar strings.
dk4recwx.h | - | Conversion between dkChar and wxChar, wxChar to char.
dk4tspwx.h | dk4_tspwx_t | Text processing for wxChar.
dk4wxpref.h | dk4_wx_pref_t | Preference in wxChar, used by Dk4WxApplicationHelper.
dk4wxstt.h | dk4_wx_string_table_t | String tables in wxChar, used by Dk4WxApplicationHelper.
Dk4WxApplicationHelper.h | Dk4WxApplicationHelper | General tool functions.
Dk4WxHelpController.h | Dk4WxHelpController | Load help file, either *.htb (non-Windows platforms) or *.chm (Windows platforms).
Dk4WxFrame.h | Dk4WxFrame | Base class for top level windows.
Dk4WxControl.h | Dk4WxControl | Base class for control elements.
Dk4WxProgressDialog.h | Dk4WxProgressDialog | Progress dialog.
Dk4WxAutostartController.h | Dk4WxAutostartController | Controller to autostart some functionality on first idle event.
Dk4WxProgressControllerBase.h | Dk4WxProgressControllerWorkerBase | Base class for progress controllers interface to worker thread.
Dk4WxProgressControllerBase.h | Dk4WxProgressControllerOwnerBase | Progress controllers interface to event processing (main) thread.
*/