Lines Matching refs:buttonWidget

320     Widget buttonWidget = xxX::createXtWidget ("Save", smeBSBObjectClass,  in addNormalButtons()  local
322 XtAddCallback (buttonWidget, XtNcallback, saveCallback, (XtPointer)this); in addNormalButtons()
323 saveButton = xxX::wrap (buttonWidget); in addNormalButtons()
326 Widget buttonWidget = xxX::createXtWidget ("Set Mark", smeBSBObjectClass, in addNormalButtons() local
328 XtAddCallback (buttonWidget, XtNcallback, markCallback, (XtPointer)this); in addNormalButtons()
329 markButton = xxX::wrap (buttonWidget); in addNormalButtons()
332 Widget buttonWidget = xxX::createXtWidget ("Convert ft<->m", in addNormalButtons() local
334 XtAddCallback (buttonWidget, XtNcallback, unitsCallback, (XtPointer)this); in addNormalButtons()
335 unitsButton = xxX::wrap (buttonWidget); in addNormalButtons()
338 Widget buttonWidget = xxX::createXtWidget ("Set Time", smeBSBObjectClass, in addNormalButtons() local
340 XtAddCallback (buttonWidget, XtNcallback, timestampCallback, in addNormalButtons()
342 timestampButton = xxX::wrap (buttonWidget); in addNormalButtons()
345 Widget buttonWidget = xxX::createXtWidget ("Set Aspect", in addNormalButtons() local
347 XtAddCallback (buttonWidget, XtNcallback, aspectCallback, (XtPointer)this); in addNormalButtons()
348 aspectButton = xxX::wrap (buttonWidget); in addNormalButtons()
351 Widget buttonWidget = xxX::createXtWidget ("Set Step", smeBSBObjectClass, in addNormalButtons() local
353 XtAddCallback (buttonWidget, XtNcallback, stepCallback, (XtPointer)this); in addNormalButtons()
354 stepButton = xxX::wrap (buttonWidget); in addNormalButtons()
357 Widget buttonWidget = xxX::createXtWidget ("New Graph Window", in addNormalButtons() local
359 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowGraphCallback, in addNormalButtons()
361 graphButton = xxX::wrap (buttonWidget); in addNormalButtons()
363 Widget buttonWidget = xxX::createXtWidget ("New Plain Mode Window", in addNormalButtons() local
365 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowPlainCallback, in addNormalButtons()
367 plainButton = xxX::wrap (buttonWidget); in addNormalButtons()
369 Widget buttonWidget = xxX::createXtWidget ("New Raw Mode Window", in addNormalButtons() local
371 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowRawCallback, in addNormalButtons()
373 rawButton = xxX::wrap (buttonWidget); in addNormalButtons()
375 Widget buttonWidget = xxX::createXtWidget ( in addNormalButtons() local
378 XtAddCallback (buttonWidget, in addNormalButtons()
382 mediumRareButton = xxX::wrap (buttonWidget); in addNormalButtons()
384 Widget buttonWidget = xxX::createXtWidget ("New Clock Window", in addNormalButtons() local
386 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowClockCallback, in addNormalButtons()
388 clockButton = xxX::wrap (buttonWidget); in addNormalButtons()
390 Widget buttonWidget = xxX::createXtWidget ("About This Station", in addNormalButtons() local
392 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowAboutSCallback, in addNormalButtons()
394 aboutStationButton = xxX::wrap (buttonWidget); in addNormalButtons()
396 Widget buttonWidget = xxX::createXtWidget ("About XTide", in addNormalButtons() local
398 XtAddCallback (buttonWidget, XtNcallback, xxPredictionWindowAboutXCallback, in addNormalButtons()
400 aboutXTideButton = xxX::wrap (buttonWidget); in addNormalButtons()
402 Widget buttonWidget = xxX::createXtWidget ("New Location Chooser", in addNormalButtons() local
404 XtAddCallback (buttonWidget, in addNormalButtons()
408 chooserButton = xxX::wrap (buttonWidget); in addNormalButtons()
410 Widget buttonWidget = xxX::createXtWidget ("Control Panel", in addNormalButtons() local
412 XtAddCallback (buttonWidget, in addNormalButtons()
416 rootButton = xxX::wrap (buttonWidget); in addNormalButtons()
420 Widget buttonWidget = xxX::createXtWidget ("Dismiss", commandWidgetClass, in addNormalButtons() local
422 XtAddCallback (buttonWidget, XtNcallback, dismissCallback, in addNormalButtons()
424 dismissButton = xxX::wrap (buttonWidget); in addNormalButtons()
425 formButtonArgs[0].value = (XtArgVal)buttonWidget; in addNormalButtons()
427 Widget buttonWidget = xxX::createXtWidget ("?", commandWidgetClass, in addNormalButtons() local
429 XtAddCallback (buttonWidget, XtNcallback, helpCallback, in addNormalButtons()
431 helpButton = xxX::wrap (buttonWidget); in addNormalButtons()