DialogBox.st
changeset 2145 60b16d3f6d77
parent 2127 109a5074102f
child 2147 3d1a7c11592b
equal deleted inserted replaced
2144:8cfc21c91319 2145:60b16d3f6d77
  5031 !
  5031 !
  5032 
  5032 
  5033 bottomAlign:widgets
  5033 bottomAlign:widgets
  5034     "mhmh - seems similar to out stickAtBottom functionality - to be checked"
  5034     "mhmh - seems similar to out stickAtBottom functionality - to be checked"
  5035 
  5035 
  5036     self halt:'unimplemented VW functionality'.
  5036     'DialogBox [warning]: unimplemented VW feature: #bottomAlign' infoPrintCR.
       
  5037 "/    self halt:'unimplemented VW functionality'.
  5037 
  5038 
  5038     "Created: / 4.2.2000 / 00:10:21 / cg"
  5039     "Created: / 4.2.2000 / 00:10:21 / cg"
  5039     "Modified: / 5.2.2000 / 15:31:23 / cg"
  5040     "Modified: / 5.2.2000 / 15:31:23 / cg"
  5040 !
  5041 !
  5041 
  5042 
  5042 bottomAlignLowerEdge:widget
  5043 bottomAlignLowerEdge:widget
  5043     "mhmh - seems similar to out stickAtBottom functionality - to be checked"
  5044     "mhmh - seems similar to out stickAtBottom functionality - to be checked"
  5044 
  5045 
  5045     self halt:'unimplemented VW functionality'.
  5046     "/ self halt:'unimplemented VW functionality'.
       
  5047     self stickAtBottomWithVariableHeight:widget
  5046 
  5048 
  5047     "Modified: / 5.2.2000 / 15:31:15 / cg"
  5049     "Modified: / 5.2.2000 / 15:31:15 / cg"
  5048 !
  5050 !
  5049 
  5051 
  5050 leftIndent
  5052 leftIndent
  6416 ! !
  6418 ! !
  6417 
  6419 
  6418 !DialogBox class methodsFor:'documentation'!
  6420 !DialogBox class methodsFor:'documentation'!
  6419 
  6421 
  6420 version
  6422 version
  6421     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.146 2000-02-09 10:11:38 cg Exp $'
  6423     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.147 2000-02-14 14:22:43 cg Exp $'
  6422 ! !
  6424 ! !
  6423 DialogBox initialize!
  6425 DialogBox initialize!