Home
last modified time | relevance | path

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

/dports/print/bibview/bibview-2.2/
H A Dctl_prt.c213 static Widget fsbShell, fsbBox, fsbDialog; in getFilename() local
224 fsbShell = XtVaCreatePopupShell("fileSelectBoxShell", in getFilename()
228 boxWidgetClass, fsbShell, NULL); in getFilename()
236 XtAddCallback(fsbDialog, XtNcancelCallback, cancelGetFname, fsbShell); in getFilename()
244 XtPopup(fsbShell, XtGrabNonexclusive); in getFilename()
255 static Widget fsbShell, fsbBox, fsbDialog; in getListFilename() local
266 fsbShell = XtVaCreatePopupShell("fileSelectBoxShell", in getListFilename()
270 boxWidgetClass, fsbShell, NULL); in getListFilename()
279 XtAddCallback(fsbDialog, XtNcancelCallback, cancelListGetFname, fsbShell); in getListFilename()
284 XtPopup(fsbShell, XtGrabNonexclusive); in getListFilename()
H A Dctl_open.c136 static Widget fsbShell, fsbBox, fsbDialog; in copOpenCmd() local
146 fsbShell = XtVaCreatePopupShell("fileSelectBoxShell", in copOpenCmd()
150 boxWidgetClass, fsbShell, NULL); in copOpenCmd()
155 XtAddCallback(fsbDialog, XtNcancelCallback, CancelLoad, fsbShell); in copOpenCmd()
160 XtPopup(fsbShell, XtGrabNonexclusive); in copOpenCmd()
H A Dctl_serv.c461 static Widget fsbShell, fsbBox, fsbDialog; in cseLoadConfigCmd() local
471 fsbShell = XtVaCreatePopupShell("fileSelectBoxShell", in cseLoadConfigCmd()
475 boxWidgetClass, fsbShell, NULL); in cseLoadConfigCmd()
483 XtAddCallback(fsbDialog, XtNcancelCallback, CancelLoad, fsbShell); in cseLoadConfigCmd()
488 XtPopup(fsbShell, XtGrabNonexclusive); in cseLoadConfigCmd()
H A Dctl_save.c358 static Widget fsbShell, fsbBox, fsbDialog; in getFilename() local
369 fsbShell = XtVaCreatePopupShell("fileSelectBoxShell", in getFilename()
373 boxWidgetClass, fsbShell, NULL); in getFilename()
381 XtAddCallback(fsbDialog, XtNcancelCallback, cancelGetFname, fsbShell); in getFilename()
387 XtPopup(fsbShell, XtGrabNonexclusive); in getFilename()