Commit Graph

7 Commits

Author SHA1 Message Date
97ca8854ff ExCtrls: Fix memory leak in TRadioGroupEx (https://forum.lazarus.freepascal.org/index.php/topic,62532.msg472856.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8758 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-03-01 22:12:16 +00:00
0f9c884d87 ExCtrls: Add property ItemEnabled[] to TRadioGroupEx and TCheckGroupEx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-02-18 17:36:27 +00:00
04ffc7bc2e ExCtrls: Move virtual methods of TCustomCheckControlGroupEx from "private" to "protected"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-02-18 17:26:24 +00:00
abb51a3028 ExCtrls: Fix painting of TButtonEx under Win 11. Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8123 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-10-27 14:24:30 +00:00
f119696535 ExCtrls: Add support of OnClick event to RadioButtonEx/CheckboxEx. Prevent the user from unchecking a checked radiobutton. Note: Unlike in the LCL, OnClick occurs only by user interaction, not by code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7959 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-01-06 11:26:32 +00:00
206fc7f0e3 ExCtrls: Fix TRadiogroupEx/TCheckGroupEx firing OnEnter/OnExit events when another sub-control is selected. New events OnItemEnter/OnItemExit. See also LCL issue #37768.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7674 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-09-20 17:32:29 +00:00
6ffccb0884 exctrls: Initial commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-22 08:12:36 +00:00