[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: themes.pas line 206
type TThemedRebar = ( |
||
trRebarDontCare, |
|
|
trRebarRoot, |
|
|
trGripper, |
|
|
trGripperVert, |
|
|
trBandNormal, |
|
|
trBandHot, |
|
|
trBandPressed, |
|
|
trBandDisabled, |
|
|
trBandChecked, |
|
|
trBandHotChecked, |
|
|
trChevronNormal, |
|
|
trChevronHot, |
|
|
trChevronPressed, |
|
|
trChevronDisabled, |
|
|
trChevronVertNormal, |
|
|
trChevronVertHot, |
|
|
trChevronVertPressed, |
|
|
trChevronVertDisabled |
|
|
); |
lazarus-ccr.sourceforge.net |