Searched refs:XmIsDialogShell (Results 1 – 18 of 18) sorted by relevance
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | DialogS.h | 33 #ifndef XmIsDialogShell 34 #define XmIsDialogShell(w) XtIsSubclass(w, xmDialogShellWidgetClass) macro
|
H A D | XmP.h | 725 #undef XmIsDialogShell 726 #define XmIsDialogShell(w) \ macro
|
H A D | BulletinB.c | 599 (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 D | DialogS.c | 647 if (XmIsDialogShell(child->core.popup_list[i])) { in ChangeManaged()
|
H A D | SelectioB.c | 511 XmIsDialogShell( XtParent( new_w)) in Initialize() 759 if (XmIsDialogShell (XtParent (widget))) in _XmDialogTypeDefault()
|
H A D | XmIm.c | 1297 if (XmIsDialogShell(p)) { in set_values()
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/ |
H A D | DialogS.h | 42 #ifndef XmIsDialogShell 43 #define XmIsDialogShell(w) XtIsSubclass((w), xmDialogShellWidgetClass) macro
|
H A D | XmP.h | 629 #undef XmIsDialogShell 630 #define XmIsDialogShell(w) \ macro
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/ |
H A D | BulletinBoard.c | 487 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 D | SelectionBox.c | 1063 if (XmIsDialogShell(XtParent(sb)) && (SB_DialogType(sb) != XmDIALOG_PROMPT)) in _XmSelectionBoxCreateApplyButton() 1914 if (XmIsDialogShell(XtParent(w))) in _XmDialogTypeDefault()
|
H A D | TextF.c | 3899 if ((XmIsSelectionBox(parent) || XmIsMessageBox(parent)) && XmIsDialogShell(XtParent(parent))) in activate()
|
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/ |
H A D | wid_funcs.c | 1434 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 D | Grid.c | 625 if (XmIsDialogShell(XtParent(new_w))) { /* Is parent a DialogShell? */ in SetValues()
|
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Motif/ |
H A D | MOTIF_SIG.ML | 167 val XmIsDialogShell : Widget -> bool
|
H A D | ml_bind.ML | 337 fun XmIsDialogShell (w:Widget):bool = xcall(XCALL_XmIsSomething, 8,w);
|
/dports/math/oleo/oleo-1.99.16/src/ |
H A D | io-motif.c | 4146 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 D | xwindows.cpp | 6686 case 8: i = XmIsDialogShell (widget); break; in XmIsSomething()
|
/dports/audio/snd/snd-21.2/ |
H A D | xm.c | 7386 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);
|