Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dwx_gui.c66 Widget wx_detailed_alert_shell = (Widget)NULL; variable
97 wx_detailed_alert_shell = (Widget)NULL; in wx_detailed_alert_destroy_shell()
131 if(!wx_detailed_alert_shell) in wx_alert_finger_output()
136 wx_detailed_alert_shell = XtVaCreatePopupShell(langcode("WPUPWXA001"), in wx_alert_finger_output()
144 …CreateWidget("wx_alert_double_click_action pane",xmPanedWindowWidgetClass, wx_detailed_alert_shell, in wx_alert_finger_output()
243 pos_dialog(wx_detailed_alert_shell); in wx_alert_finger_output()
245 delw = XmInternAtom(XtDisplay(wx_detailed_alert_shell), "WM_DELETE_WINDOW", FALSE); in wx_alert_finger_output()
246 …XmAddWMProtocolCallback(wx_detailed_alert_shell, delw, wx_detailed_alert_destroy_shell, (XtPointer… in wx_alert_finger_output()
253 resize_dialog(my_form, wx_detailed_alert_shell); in wx_alert_finger_output()
255 XtPopup(wx_detailed_alert_shell, XtGrabNone); in wx_alert_finger_output()
[all …]