Changeset 154:65c1b103443d in glemon-0.x for nbtab.cc
- Timestamp:
- 09/25/06 17:30:04 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2958
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nbtab.cc
r136 r154 219 219 } 220 220 221 void NoteBookTab::setNodeView(bool autoscale, double min, double max, double unit) 222 { 223 gd_canvas->setNodeView(autoscale, min, max, unit); 224 } 225 226 void NoteBookTab::getNodeView(bool & autoscale, double& min, double& max, double& unit) 227 { 228 gd_canvas->getNodeView(autoscale, min, max, unit); 229 }
Note: See TracChangeset
for help on using the changeset viewer.