FACT++  1.0
void MStarguider::Toggle ( TGPopupMenu *  p,
UInt_t  id 
)
private

Definition at line 517 of file MStarguider.cc.

Referenced by ProcessMessage().

518 {
519  if (p->IsEntryChecked(id))
520  p->UnCheckEntry(id);
521  else
522  p->CheckEntry(id);
523 }

+ Here is the caller graph for this function: