CheckBox.st
changeset 382 ea14fe927a8b
parent 341 50cc3123977e
child 383 fa5fa79b1e8a
equal deleted inserted replaced
381:64a356e640fc 382:ea14fe927a8b
   682 "/    ^ (prefCheck x + prefLabel x + (3 * ViewSpacing)) @ ((prefCheck y max:prefLabel y) + bw2 + 2)
   682 "/    ^ (prefCheck x + prefLabel x + (3 * ViewSpacing)) @ ((prefCheck y max:prefLabel y) + bw2 + 2)
   683 
   683 
   684     "Modified: 19.7.1996 / 20:43:47 / cg"
   684     "Modified: 19.7.1996 / 20:43:47 / cg"
   685 ! !
   685 ! !
   686 
   686 
       
   687 !CheckBox methodsFor:'queries - internal'!
       
   688 
       
   689 nativeWindowType
       
   690     "return a symbol describing my native window type 
       
   691      (may be used internally by the device as a native window creation hint)"
       
   692 
       
   693     ^ #CheckBox
       
   694 
       
   695     "Created: 2.5.1997 / 14:41:00 / cg"
       
   696 !
       
   697 
       
   698 windowStyle
       
   699     "return a symbol describing my style 
       
   700      (may be used internally by the device as a decoration hint)"
       
   701 
       
   702     ^ #checkBox
       
   703 
       
   704     "Created: 2.5.1997 / 14:40:25 / cg"
       
   705 ! !
       
   706 
   687 !CheckBox class methodsFor:'documentation'!
   707 !CheckBox class methodsFor:'documentation'!
   688 
   708 
   689 version
   709 version
   690     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.43 1997-04-01 11:22:42 cg Exp $'
   710     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.44 1997-05-02 12:41:24 cg Exp $'
   691 ! !
   711 ! !