Home
last modified time | relevance | path

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

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDialogS.h33 #ifndef XmIsDialogShell
34 #define XmIsDialogShell(w) XtIsSubclass(w, xmDialogShellWidgetClass) macro
H A DXmP.h725 #undef XmIsDialogShell
726 #define XmIsDialogShell(w) \ macro
H A DBulletinB.c599 (XmIsDialogShell(XtParent(new_w)) ? DIALOG_FUNCS : CLIENT_FUNCS); in Initialize()
610 if( XmIsDialogShell (XtParent (request)) ) in Initialize()
894 mwm_functions = (int) (XmIsDialogShell(XtParent(new_w)) ? in SetValues()
H A DDialogS.c647 if (XmIsDialogShell(child->core.popup_list[i])) { in ChangeManaged()
H A DSelectioB.c511 XmIsDialogShell( XtParent( new_w)) in Initialize()
759 if (XmIsDialogShell (XtParent (widget))) in _XmDialogTypeDefault()
H A DXmIm.c1297 if (XmIsDialogShell(p)) { in set_values()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DDialogS.h42 #ifndef XmIsDialogShell
43 #define XmIsDialogShell(w) XtIsSubclass((w), xmDialogShellWidgetClass) macro
H A DXmP.h629 #undef XmIsDialogShell
630 #define XmIsDialogShell(w) \ macro
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DBulletinBoard.c487 if (XmIsDialogShell(XtParent(new_w))) in initialize()
653 if (XmIsDialogShell(XtParent(new_w))) in set_values()
700 if (XmIsDialogShell(XtParent(new_w))) in set_values()
1909 if (XmIsDialogShell(XtParent(w))) in _XmBulletinBoardDialogStyleDefault()
H A DSelectionBox.c1063 if (XmIsDialogShell(XtParent(sb)) && (SB_DialogType(sb) != XmDIALOG_PROMPT)) in _XmSelectionBoxCreateApplyButton()
1914 if (XmIsDialogShell(XtParent(w))) in _XmDialogTypeDefault()
H A DTextF.c3899 if ((XmIsSelectionBox(parent) || XmIsMessageBox(parent)) && XmIsDialogShell(XtParent(parent))) in activate()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A Dwid_funcs.c1434 if (XmIsDialogShell(parent)){ in MCloseDialog()
1651 …if ( (XmIsDialogShell(parent)) || (XtIsApplicationShell(parent)) || (XtIsTopLevelShell(parent))) b… in MGrabDelete()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Exm/
H A DGrid.c625 if (XmIsDialogShell(XtParent(new_w))) { /* Is parent a DialogShell? */ in SetValues()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Motif/
H A DMOTIF_SIG.ML167 val XmIsDialogShell : Widget -> bool
H A Dml_bind.ML337 fun XmIsDialogShell (w:Widget):bool = xcall(XCALL_XmIsSomething, 8,w);
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-motif.c4146 for (p=q=w; q=p, p=XtParent(p); p != NULL && q != NULL & !XmIsDialogShell(p)) ; in FindDialog()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dxwindows.cpp6686 case 8: i = XmIsDialogShell (widget); break; in XmIsSomething()
/dports/audio/snd/snd-21.2/
H A Dxm.c7386 return(C_bool_to_Xen_boolean(XmIsDialogShell(Xen_to_C_Widget(arg))));
22716 XM_define_procedure(XmIsDialogShell, gxm_XmIsDialogShell_w, 1, 0, 0, H_XmIsDialogShell);