SelectionInListView.st
branchjv
changeset 5552 58ac0bd34b7b
parent 5515 a3d7a1cc269b
parent 5537 362ae978ac0c
child 5648 83d019d51deb
equal deleted inserted replaced
5551:692afe1918ed 5552:58ac0bd34b7b
  2990 
  2990 
  2991 !SelectionInListView methodsFor:'native widget support'!
  2991 !SelectionInListView methodsFor:'native widget support'!
  2992 
  2992 
  2993 nativeWindowType
  2993 nativeWindowType
  2994     "return a symbol describing my native window type 
  2994     "return a symbol describing my native window type 
  2995      (may be used internally by the device as a native window creation hint)"
  2995      (may be used internally by the device as a native window creation hint,
       
  2996       if the device supports native windows)"
  2996 
  2997 
  2997     ^ #SelectionInListView
  2998     ^ #SelectionInListView
  2998 ! !
  2999 ! !
  2999 
  3000 
  3000 !SelectionInListView methodsFor:'private'!
  3001 !SelectionInListView methodsFor:'private'!