Lines Matching refs:dialogShell
87 Widget dialogShell = (Widget) m_mainWidget; in Create() local
94 XtVaSetValues(dialogShell, XmNx, pos.x, in Create()
97 XtVaSetValues(dialogShell, XmNy, pos.y, in Create()
101 XtVaSetValues(dialogShell, XmNwidth, size.x, NULL); in Create()
103 XtVaSetValues(dialogShell, XmNheight, size.y, NULL); in Create()
110 Widget shell = XtParent(dialogShell) ; in Create()
115 XtManageChild(dialogShell); in Create()
119 XtAddEventHandler(dialogShell,ExposureMask,False, in Create()
147 Widget dialogShell = in XmDoCreateTLW() local
151 m_mainWidget = (WXWidget) dialogShell; in XmDoCreateTLW()
154 XtVaSetValues( dialogShell, in XmDoCreateTLW()
161 XtOverrideTranslations(dialogShell, in XmDoCreateTLW()
165 XtRealizeWidget(dialogShell); in XmDoCreateTLW()