summaryrefslogtreecommitdiff
path: root/support/dktools/libdk4wx.dox
blob: 0307ef176df2065602b0885176b9ac9a7c60cda5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**	@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.
Dk4WxColourView.h | Dk4WxColourView | Show a configured colour.
Dk4WxColourPalette.h | Dk4WxColourPalette | Choose a colour from a palette.
Dk4WxYesNoDialog.h | Dk4WxYesNoDialog | Message box for yes/no decisions.
Dk4WxProgressDialog.h | Dk4WxProgressDialog | Progress dialog.
Dk4WxAutostartController.h | Dk4WxAutostartController | Controller to autostart some functionality on first idle event.
Dk4WxProcessingController.h | Dk4WxProcessingController | Avoid parallel processing of code using the same variables.
Dk4WxProgressControllerBase.h | Dk4WxProgressControllerWorkerBase | Base class for progress controllers interface to worker thread.
Dk4WxProgressControllerBase.h | Dk4WxProgressControllerOwnerBase | Progress controllers interface to event processing (main) thread.

*/