TopView.st
changeset 3916 5452ecf8d6ef
parent 3884 dc9ea4cfc963
child 3978 a7a7e5aa016d
equal deleted inserted replaced
3915:dd2dae91c068 3916:5452ecf8d6ef
   546     self makeFullyVisible
   546     self makeFullyVisible
   547 
   547 
   548     "Created: 28.2.1997 / 16:39:31 / cg"
   548     "Created: 28.2.1997 / 16:39:31 / cg"
   549 !
   549 !
   550 
   550 
       
   551 map
       
   552     "make the view visible on the screen.
       
   553      For topViews, the windowManager will choose (or ask for) the
       
   554      views position on the screen.
       
   555      Notice:
       
   556         Actually, this method is only valid for topViews;
       
   557         however, it is defined here to allow things like 'Button new realize'"
       
   558 
       
   559     self mapAt:(self origin) iconified:false
       
   560 !
       
   561 
   551 mapIconified
   562 mapIconified
   552     "make the view visible but iconified.
   563     "make the view visible but iconified.
   553      In contrast to map, which does it non-iconified"
   564      In contrast to map, which does it non-iconified"
   554 
   565 
   555     realized ifFalse:[
   566     realized ifFalse:[
   798 ! !
   809 ! !
   799 
   810 
   800 !TopView class methodsFor:'documentation'!
   811 !TopView class methodsFor:'documentation'!
   801 
   812 
   802 version
   813 version
   803     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.81 2003-05-07 14:59:54 cg Exp $'
   814     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.82 2003-07-22 17:56:20 cg Exp $'
   804 ! !
   815 ! !