Generic function
Creates an item which can be inserted in the specified list control or table control.
make-item list-or-table object #key frame-manager => item
type-union
(<list-control>, <table-control>).
<object>.
<frame-manager>.
<list-item>.
duim-gadgets
duim-gadgets
Creates an item that represents object which can be inserted in the specified list-or-table. To insert the item in the list control or table control, add-item is used. You would not normally call make-item explicitly: just use add-item and the item is created automatically before it is added to the list or table control.
If the frame-manager argument is specified, then this is used instead of the default frame manager.
add-item, page 528
find-item, page 547
remove-item, page 636
<table-control>, page 666