eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ListEntry::SeparatingLineEntry':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SeparatingLineEntry (private in ListEntry

This class is only visible from within ListEntry.

Inheritance:

   Object
   |
   +--ListEntry
      |
      +--ListEntry::SeparatingLineEntry

Package:
stx:libwidg2
Category:
Views-Support
Owner:
ListEntry

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
o  displayOn: aGC x: x y: y opaque: opaque
hFont := aGC font height.

o  widthOn: aGC
(comment from inherited method)
return the width (in device units) of the receiver when displayed in aGC



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 20:46:17 GMT