StandardSystemView.st
changeset 8058 e65234fc45e0
parent 7985 d29e04d1b3ad
child 8149 cda2dc8052e7
equal deleted inserted replaced
8056:95ca701b8c72 8058:e65234fc45e0
    94                                             No limit, if nil.
    94                                             No limit, if nil.
    95                                             [the window manager may have its own
    95                                             [the window manager may have its own
    96                                              limit; typically the screen size]
    96                                              limit; typically the screen size]
    97 
    97 
    98         sizeFixed               <Boolean>   prevents the view from resizing itself
    98         sizeFixed               <Boolean>   prevents the view from resizing itself
    99                                             (especially to freeze a dialogs size)
    99                                             (especially to freeze a dialog's size)
   100 
   100 
   101         application             <AppModel>  if nonNil, that's the application
   101         application             <AppModel>  if nonNil, that's the application
   102                                             Many requests (such as open/close etc.
   102                                             Many requests (such as open/close etc.
   103                                             are forwarded to it, if present.
   103                                             are forwarded to it, if present.
   104 
   104