Changeset 1699 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 01/08/03 17:21:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCosy.cc
r1690 r1699 51 51 kPB_DECm, 52 52 kPB_LoadBending, 53 kPB_ResetBending, 53 54 kPB_CALIBSE 54 55 }; … … 337 338 but = new TGTextButton(tf4, "TPoint", kPB_TPOINT); 338 339 but->Resize(80, 25); 339 but->Move(25, 19 7);340 but->Move(25, 190); 340 341 but->SetToolTipText("Trigger writing a tpoint coordinate pair."); 341 342 but->Associate(this); … … 351 352 but = new TGTextButton(tf4, "Load", kPB_LoadBending); 352 353 but->Resize(80, 25); 353 but->Move(25, 22 7);354 but->Move(25, 220); 354 355 but->SetToolTipText("Load bending corrections from file 'bending.txt'"); 356 but->Associate(this); 357 fList->Add(but); 358 359 but = new TGTextButton(tf4, "Reset", kPB_ResetBending); 360 but->Resize(80, 25); 361 but->Move(25, 250); 362 but->SetToolTipText("Reset bending correction (coefficients=0)"); 355 363 but->Associate(this); 356 364 fList->Add(but); … … 681 689 fVelocity->Update(vel); 682 690 UpdateOffset(off); 683 684 691 685 692 #define kError 0x01 … … 962 969 fQueue->Proc(WM_LOADBENDING, NULL); 963 970 return kTRUE; 971 case kPB_ResetBending: 972 fQueue->Proc(WM_RESETBENDING, NULL); 973 return kTRUE; 964 974 965 975 default:
Note:
See TracChangeset
for help on using the changeset viewer.