/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/ |
H A D | dialog.cpp | 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() 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 D | dialog.cpp | 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() 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 D | dialog.cpp | 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() 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 D | ModalDialog.st | 34 | 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 D | Bug496639_DialogFullScreenShell.java | 54 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 D | Bug66182Test.java | 250 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 D | DetailPaneMaxLengthAction.java | 33 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 D | UIWorkingSetWizardsAuto.java | 138 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 D | auedit.c | 277 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 D | Auedit.ad | 150 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 D | Control.java | 1834 Shell dialogShell = dialog.parent; in isActive() local 1835 if (dialogShell != null && !dialogShell.isDisposed ()) { in isActive() 1836 if (dialogShell != getShell ()) return false; in isActive()
|