Changeset 202 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.cc
- Timestamp:
- Feb 26, 1999, 3:18:35 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piscdrawwdg.cc
r190 r202 182 182 char buff[128]; 183 183 sprintf(buff, "X= %g Y= %g", x, y); 184 // sprintf(buff, "%.3f,%.3f ", x, y); 184 185 return((string)buff); 185 186 } … … 229 230 230 231 string ctxt = GetClickText(dx, dy); 231 232 //DEBUG char buff[32]; sprintf(buff, " %d:%d",xp,yp); ctxt += buff; 232 233 if (mTxw) 233 234 mTxw->SetLabel(ctxt);
Note:
See TracChangeset
for help on using the changeset viewer.