mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 23:19:26 +01:00
Minor reorder of TCDDrawStyle enum, forgotten previously
git-svn-id: trunk@30092 -
This commit is contained in:
parent
e191075b61
commit
3c48e02f12
@ -37,7 +37,13 @@ type
|
||||
TBitmappedButtonState = (bbsNormal, bbsDown, bbsMouseOver, bbsFocused
|
||||
(* bbsChecked, bbsCheckedSelected, bbsCheckedDown { is going to be unchecked }*));
|
||||
|
||||
TCDDrawStyle = (dsGrad, dsWinCE, dsWin2000, dsAndroid, dsXPTaskBar, dsCustom);
|
||||
TCDDrawStyle = (
|
||||
// Operating system styles
|
||||
dsWinCE, dsWin2000, dsAndroid, dsXPTaskBar,
|
||||
// Other special styles
|
||||
dsGrad,
|
||||
// Defined by the user
|
||||
dsCustom);
|
||||
|
||||
{ TCustomBitmappedButton }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user