From: Richard K. <ric...@us...> - 2005-05-16 23:24:26
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28790/test Modified Files: ASTestAnimatedTabView.as Log Message: update window after complete Index: ASTestAnimatedTabView.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestAnimatedTabView.as,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ASTestAnimatedTabView.as 16 May 2005 04:42:55 -0000 1.1 --- ASTestAnimatedTabView.as 16 May 2005 11:39:46 -0000 1.2 *************** *** 38,44 **** var window1 = (new NSWindow()).initWithContentRect(new NSRect(0,0,500,500)); var tabView = (new ASAnimatedTabView()).initWithFrame(new NSRect(10,10,400,400)); - tabView.setTabViewType(org.actionstep.constants.NSTabViewType.NSNoTabsNoBorder); - // tabView.setTabViewType(org.actionstep.constants.NSTabViewType.NSNoTabsLineBorder); var tabItem1:NSTabViewItem = (new NSTabViewItem()).initWithIdentifier(1); --- 38,42 ---- |