Home
last modified time | relevance | path

Searched refs:locate_station_dialog (Results 1 – 1 of 1) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dlocate_gui.c47 Widget locate_station_dialog = (Widget)NULL; variable
113 locate_station_dialog = (Widget)NULL; in Locate_station_destroy_shell()
317 if (!locate_station_dialog) in Locate_station()
325 locate_station_dialog = XtVaCreatePopupShell(langcode("WPUPLSP006"), in Locate_station()
334 locate_station_dialog = XtVaCreatePopupShell(langcode("WPUPLSP001"), in Locate_station()
496 pos_dialog(locate_station_dialog); in Locate_station()
498 delw = XmInternAtom(XtDisplay(locate_station_dialog),"WM_DELETE_WINDOW", FALSE); in Locate_station()
499 …XmAddWMProtocolCallback(locate_station_dialog, delw, Locate_station_destroy_shell, (XtPointer)loca… in Locate_station()
504 resize_dialog(form, locate_station_dialog); in Locate_station()
508 XtPopup(locate_station_dialog,XtGrabNone); in Locate_station()
[all …]