Skip to content

Commit 64fd0d0

Browse files
committed
Simba: Revamped the Funcion List
Added Icons Moved Filling into a Sync Have methods show overload/override Terminate FillThread on closing
1 parent 85133d0 commit 64fd0d0

17 files changed

+622
-157
lines changed

Images/catagory.png

327 Bytes
Loading

Images/const.png

475 Bytes
Loading

Images/function.png

731 Bytes
Loading

Images/includes.png

622 Bytes
Loading

Images/library.png

869 Bytes
Loading

Images/license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pause,stop: From Lazarus (http://lazarus.freepascal.org)
1+
pause,stop,procedure,unit,type,var,constant,script,includes,catagory,library: From Lazarus (http://lazarus.freepascal.org)
22
exit,cut,page_new,new,open,paste,redo,run,save,undo,help,bug,arrow_refresh,html: Mark James http://www.famfamfam.com/lab/icons/silk/
33
closetab,closetabs,addtab,eraser,terminate,terminal: Yusuke Kamiyamane http://www.pinvoke.com/
44
pickcolor: From the Crystal Clear Project (http://www.everaldo.com/crystal/) licensed under LGPL

Images/procedure.png

865 Bytes
Loading

Images/script.png

314 Bytes
Loading

Images/type.png

555 Bytes
Loading

Images/unit.png

818 Bytes
Loading

Images/variable.png

537 Bytes
Loading

Projects/Simba/framefunctionlist.lfm

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ object FunctionListFrame: TFunctionListFrame
1616
Top = 20
1717
Width = 182
1818
Align = alClient
19-
DefaultItemHeight = 17
19+
DefaultItemHeight = 18
20+
HideSelection = False
21+
Images = SimbaForm.Mufasa_Image_List
2022
ReadOnly = True
2123
ScrollBars = ssAutoBoth
2224
TabOrder = 0
2325
OnDblClick = FunctionListDblClick
2426
OnDeletion = FunctionListDeletion
2527
OnMouseDown = FunctionListMouseDown
2628
OnMouseUp = FunctionListMouseUp
27-
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
29+
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
2830
end
2931
object FunctionListLabel: TLabel
3032
Left = 2

0 commit comments

Comments
 (0)