Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddb.c109 Widget db_station_popup = (Widget)NULL; variable
7177 db_station_popup = (Widget)NULL; in Station_info_destroy_shell()
7214 if (db_station_popup) in Station_info_select_destroy_shell()
7364 if (db_station_popup != NULL) in Station_info()
7366 Station_info_destroy_shell(db_station_popup, db_station_popup, NULL); in Station_info()
7371 if (db_station_popup == NULL) in Station_info()
7374 db_station_popup = XtVaCreatePopupShell(langcode("STCHO00001"), in Station_info()
7523 pos_dialog(db_station_popup); in Station_info()
7525 delw = XmInternAtom(XtDisplay(db_station_popup),"WM_DELETE_WINDOW", FALSE); in Station_info()
7526 …XmAddWMProtocolCallback(db_station_popup, delw, Station_info_destroy_shell, (XtPointer)db_station_… in Station_info()
[all …]