[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: themes.pas line 351
type TThemedTreeview = ( |
||
ttTreeviewDontCare, |
|
|
ttTreeviewRoot, |
|
|
ttItemNormal, |
|
|
ttItemHot, |
|
|
ttItemSelected, |
|
|
ttItemDisabled, |
|
|
ttItemSelectedNotFocus, |
|
|
ttGlyphClosed, |
|
|
ttGlyphOpened, |
|
|
ttBranch, |
|
|
ttHotGlyphClosed, |
||
ttHotGlyphOpened |
||
); |
lazarus-ccr.sourceforge.net |