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