symbol list, assign sort proc from script

should been added in baf9efe000
This commit is contained in:
Basile Burg 2015-05-20 16:15:08 +02:00
parent 01a15e610f
commit cdf3a86029
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
Width = 302 Width = 302
Align = alClient Align = alClient
BorderSpacing.Around = 4 BorderSpacing.Around = 4
DefaultItemHeight = 16 DefaultItemHeight = 18
HideSelection = False HideSelection = False
Images = imgList Images = imgList
ReadOnly = True ReadOnly = True
@ -32,6 +32,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
SelectionColor = clActiveBorder SelectionColor = clActiveBorder
TabOrder = 0 TabOrder = 0
OnCompare = TreeCompare
OnDeletion = TreeDeletion OnDeletion = TreeDeletion
OnKeyPress = TreeKeyPress OnKeyPress = TreeKeyPress
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]