From: Tay R. C. <rc...@us...> - 2005-07-26 10:04:09
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14659/actionstep/org/actionstep Modified Files: ASRootWindowView.as Log Message: added - titleRect():NSRect Index: ASRootWindowView.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASRootWindowView.as,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** ASRootWindowView.as 20 Jul 2005 04:08:10 -0000 1.18 --- ASRootWindowView.as 26 Jul 2005 10:04:00 -0000 1.19 *************** *** 528,530 **** --- 528,534 ---- } + public function titleRect():NSRect { + return m_titleRect.copy(); + } + } \ No newline at end of file |