Smalltalk/X WebserverDocumentation of class 'ListEntry::SeparatingLineEntry': | |
Class: SeparatingLineEntry (private in ListEntryThis class is only visible from within ListEntry.Inheritance:Object | +--ListEntry | +--ListEntry::SeparatingLineEntry
Description:an experiment (unfinished) in a listView: [exBegin] |top slv wrapper l| l := OrderedCollection new. l add:'one'. l add:'two'. l add:(ListEntry separatingLineEntry). l add:'three'. slv := SelectionInListView new. slv list:l. wrapper := HVScrollableView forView:slv miniScrollerH:true. top := StandardSystemView extent:150@200. top add:wrapper in:(0.0@0.0 corner:1.0@1.0). top open. [exEnd] Instance protocol:required protocol
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:28:51 GMT |