[Plib-cvs] plib/examples/src/pui PointPicker.cxx,1.12,1.13
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-30 21:11:23
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv30485 Modified Files: PointPicker.cxx Log Message: Damn - make PointPicker compile until puLargeInput issue is solved Index: PointPicker.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/PointPicker.cxx,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- PointPicker.cxx 15 Aug 2002 00:35:36 -0000 1.12 +++ PointPicker.cxx 30 Aug 2002 21:11:21 -0000 1.13 @@ -370,8 +370,8 @@ exit_button->setLegendPlace ( PUPLACE_CENTERED_LEFT ) ; input = new puLargeInput ( 440, 0, 200, 300, 1, 20, TRUE ) ; - input->setChildStyle ( PUCLASS_ARROW, PUSTYLE_BOXED ) ; - input->setChildBorderThickness ( PUCLASS_ARROW, 15 ) ; + //input->setChildStyle ( PUCLASS_ARROW, PUSTYLE_BOXED ) ; + //input->setChildBorderThickness ( PUCLASS_ARROW, 15 ) ; input->setText ( "This is a large input box\n" "This is line two of a large input box\n" "Line 3\n" |