Home
last modified time | relevance | path

Searched refs:dialogShell (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Ddialog.cpp87 Widget dialogShell = (Widget) m_mainWidget; in Create() local
94 XtVaSetValues(dialogShell, XmNx, pos.x, in Create()
97 XtVaSetValues(dialogShell, XmNy, pos.y, 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()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Ddialog.cpp87 Widget dialogShell = (Widget) m_mainWidget; in Create() local
94 XtVaSetValues(dialogShell, XmNx, pos.x, in Create()
97 XtVaSetValues(dialogShell, XmNy, pos.y, 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()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Ddialog.cpp87 Widget dialogShell = (Widget) m_mainWidget; in Create() local
94 XtVaSetValues(dialogShell, XmNx, pos.x, in Create()
97 XtVaSetValues(dialogShell, XmNy, pos.y, 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()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/browser/
H A DModalDialog.st34 | dialogShell messageDispatch |
41 dialogShell map.
66 dialogShell := BTransientWindow new: 'Modal dialog'
68 dialogShell width: 200 height: 140.
70 new: dialogShell
152 | dialogShell |
154 dialogShell := BTransientWindow new: 'Prompter dialog'
156 dialogShell width: 300 height: 180.
158 new: dialogShell
169 dialogShell map.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug496639_DialogFullScreenShell.java54 Shell dialogShell = new Shell(shell, SWT.DIALOG_TRIM | SWT.PRIMARY_MODAL); in main()
55 dialogShell.setLayout(new FillLayout()); in main()
57 Text text = new Text(dialogShell, SWT.BORDER); in main()
61 Point size = dialogShell.computeSize(SWT.DEFAULT, SWT.DEFAULT); in main()
63 dialogShell.setBounds(bounds.x + (bounds.width - size.x) / 2, in main()
66 dialogShell.open(); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DBug66182Test.java250 final Shell dialogShell = new Shell(windowShell); in testFallbackToWindowBlockedByDialog() local
251 dialogShell.pack(); in testFallbackToWindowBlockedByDialog()
252 dialogShell.open(); in testFallbackToWindowBlockedByDialog()
253 final Display display = dialogShell.getDisplay(); in testFallbackToWindowBlockedByDialog()
262 dialogShell, display.getActiveShell()); in testFallbackToWindowBlockedByDialog()
272 dialogShell.close(); in testFallbackToWindowBlockedByDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/variables/details/
H A DDetailPaneMaxLengthAction.java33 public DetailPaneMaxLengthAction(Shell dialogShell){ in DetailPaneMaxLengthAction() argument
35 fDialogShell = dialogShell; in DetailPaneMaxLengthAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/
H A DUIWorkingSetWizardsAuto.java138 Shell dialogShell = fWizardDialog.getShell(); in doSetUp() local
139 dialogShell.setSize(Math.max(SIZING_WIZARD_WIDTH_2, dialogShell in doSetUp()
/dports/audio/nas/nas-1.9.4/clients/audio/auedit/
H A Dauedit.c277 dialogShell, member
2073 MakePopup(g->dialogShell, g->top, transientShellWidgetClass, "dialogShell");
2074 XtAddCallback(g->dialogShell, XtNpopupCallback, placePopup, g);
2075 MakeWidget(g->dialog, g->dialogShell, dialogWidgetClass, "dialog");
2348 XtRealizeWidget(g->dialogShell);
2454 else if (w == g->dialogShell)
2542 XSetWMProtocols(g->dpy, XtWindow(g->dialogShell), &g->wm_delete_window, 1);
H A DAuedit.ad150 Auedit*dialogShell.allowShellResize: true
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DControl.java1834 Shell dialogShell = dialog.parent; in isActive() local
1835 if (dialogShell != null && !dialogShell.isDisposed ()) { in isActive()
1836 if (dialogShell != getShell ()) return false; in isActive()