[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: themes.pas line 160
type TThemedMenu = ( |
||
tmMenuDontCare, |
|
|
tmMenuRoot, |
|
|
tmMenuItemNormal, |
|
|
tmMenuItemSelected, |
|
|
tmMenuItemDemoted, |
|
|
tmMenuDropDown, |
|
|
tmMenuBarItem, |
|
|
tmMenuBarDropDown, |
|
|
tmChevron, |
|
|
tmSeparator, |
|
|
tmBarBackgroundActive, |
||
tmBarBackgroundInactive, |
||
tmBarItemNormal, |
||
tmBarItemHot, |
||
tmBarItemPushed, |
||
tmBarItemDisabled, |
||
tmBarItemDisabledHot, |
||
tmBarItemDisabledPushed, |
||
tmPopupBackground, |
||
tmPopupBorders, |
||
tmPopupCheckMarkNormal, |
||
tmPopupCheckMarkDisabled, |
||
tmPopupBulletNormal, |
||
tmPopupBulletDisabled, |
||
tmPopupCheckBackgroundDisabled, |
||
tmPopupCheckBackgroundNormal, |
||
tmPopupCheckBackgroundBitmap, |
||
tmPopupGutter, |
||
tmPopupItemNormal, |
||
tmPopupItemHot, |
||
tmPopupItemDisabled, |
||
tmPopupItemDisabledHot, |
||
tmPopupSeparator, |
||
tmPopupSubmenuNormal, |
||
tmPopupSubmenuDisabled, |
||
tmSystemCloseNormal, |
||
tmSystemCloseDisabled, |
||
tmSystemMaximizeNormal, |
||
tmSystemMaximizeDisabled, |
||
tmSystemMinimizeNormal, |
||
tmSystemMinimizeDisabled, |
||
tmSystemRestoreNormal, |
||
tmSystemRestoreDisabled |
||
); |
lazarus-ccr.sourceforge.net |