Home
last modified time | relevance | path

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

/dports/print/bibview/bibview-2.2/
H A Dgui_widg.c53 static Widget selShell; variable
107 selShell = XtVaCreatePopupShell("bibselShell", in guwSelectBib()
111 formWidgetClass, selShell, NULL); in guwSelectBib()
137 XtPopup(selShell, XtGrabNonexclusive); in guwSelectBib()
153 XtPopdown(selShell); in selectBibOK()
154 XSync(XtDisplay(selShell), 1); in selectBibOK()
173 XtPopdown(selShell); in selectBibCancel()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c3521 Widget selShell = Nlm_GetWindowShell( w ); in Nlm_PopupParentWindow() local
3522 if (Nlm_currentXDisplay == NULL || !XtIsRealized( selShell )) in Nlm_PopupParentWindow()
3525 XMapRaised(Nlm_currentXDisplay, XtWindow( selShell )); in Nlm_PopupParentWindow()