FileDialog.st
changeset 13025 8244753fe0a7
parent 13004 3f9586e7a857
child 13090 4e05bced2aae
child 13178 c9bf900fe729
equal deleted inserted replaced
13024:07fe9ce1687d 13025:8244753fe0a7
  1889 !
  1889 !
  1890 
  1890 
  1891 preOpenWith:aBuilder
  1891 preOpenWith:aBuilder
  1892     "called right before being opened"
  1892     "called right before being opened"
  1893 
  1893 
  1894     | sumH oldVPanelHeight newVPanelHeight delta|
  1894     |delta|
  1895 
  1895 
  1896     "Increase height of the window so height of the file part
  1896     "Increase height of the window so height of the file part
  1897      remain the same. This cares for any components added by a hook"
  1897      remain the same. This cares for any components added by a hook"
  1898 
  1898 
  1899     verticalPanelView notNil ifTrue:[
  1899     verticalPanelView notNil ifTrue:[
  2076 ! !
  2076 ! !
  2077 
  2077 
  2078 !FileDialog class methodsFor:'documentation'!
  2078 !FileDialog class methodsFor:'documentation'!
  2079 
  2079 
  2080 version
  2080 version
  2081     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
  2081     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
  2082 !
  2082 !
  2083 
  2083 
  2084 version_CVS
  2084 version_CVS
  2085     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
  2085     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
  2086 !
  2086 !
  2087 
  2087 
  2088 version_HG
  2088 version_HG
  2089 
  2089 
  2090     ^ '$Changeset: <not expanded> $'
  2090     ^ '$Changeset: <not expanded> $'
  2091 !
  2091 !
  2092 
  2092 
  2093 version_SVN
  2093 version_SVN
  2094     ^ '$Id: FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
  2094     ^ '$Id: FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
  2095 ! !
  2095 ! !
  2096 
  2096