| Age | Commit message (Collapse) | Author |
|
module setting
|
|
|
|
no need to call RegisterModule manually
|
|
|
|
|
|
|
|
|
|
|
|
- fix for a 64-bit issue that could cause a crash;
- code cleaning
|
|
|
|
- new method IsChecked for CCtrlCheck
- new methods GetUrl and SetUrl for CCtrlHypelink
- new event OnClick for CCtrlHypelink
- CCtrlSpin inherits from CCtrlData
|
|
|
|
|
|
|
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
|
|
|
|
|
|
bool IsPushed() returns a status for a PUSHBUTTON;
void Push(bool) sets a new pushed status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|