Changeset 1504:4b14c60ecb2b in lemon-0.x
- Timestamp:
- 06/17/05 17:41:48 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1985
- Location:
- gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/broken_edge.cc
r1501 r1504 73 73 74 74 { 75 // /\ 76 // / \ 77 // - - c(enter)l(eft), ccl, ccr, cr78 // || 79 // || b(ottom)l, br75 // /\ // top 76 // / \ // 77 // - - // c(enter)l(eft), ccl, ccr, cr 78 // || // 79 // || // b(ottom)l, br 80 80 } 81 81 -
gui/graph-displayer.cc
r1503 r1504 16 16 //initializing 17 17 18 // property_strings=new std::string[PROPERTY_NUM];18 property_strings.resize(PROPERTY_NUM); 19 19 property_strings[WIDTH]="Width"; 20 20 property_strings[COLOR]="Color"; 21 21 property_strings[TEXT]="Text"; 22 22 23 //property_defaults=new double[PROPERTY_NUM];23 property_defaults.resize(PROPERTY_NUM); 24 24 property_defaults[WIDTH]=10.0; 25 25 property_defaults[COLOR]=100;
Note: See TracChangeset
for help on using the changeset viewer.