Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
is changed
|
|
|
|
|
|
|
|
|
|
|
|
- new method IsChecked for CCtrlCheck
- new methods GetUrl and SetUrl for CCtrlHypelink
- new event OnClick for CCtrlHypelink
- CCtrlSpin inherits from CCtrlData
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- CCtrlSpin::SetRange had mixed up max & min values;
- changing data in a spin control didn't send a change notification
|