| /xsrc/external/mit/bitmap/dist/ |
| Dialog.c | 104 Dialog popup; local 106 popup = (Dialog) XtMalloc(sizeof(_Dialog)); 108 if (popup) { 113 popup->top_widget = top_widget; 114 popup->shell_widget = XtCreatePopupShell(name, 117 popup->dialog_widget = XtCreateManagedWidget("dialog", 119 popup->shell_widget, 123 XawDialogAddButton(popup->dialog_widget, 126 popup->options = options; 127 return popup; [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| do_windows.c | 31 static Window popup; variable 217 popup = XCreateSimpleWindow ( 233 popup = XCreateSimpleWindow ( 238 XChangeWindowAttributes (xp->d, popup, CWOverrideRedirect, &xswa); 246 XMapWindow(xp->d, popup); 247 XUnmapWindow(xp->d, popup); 257 XDestroyWindow(xp->d, popup);
|
| /xsrc/external/mit/xedit/dist/ |
| xedit.h | 91 Widget popup; member in struct:_xedit_flist
|
| /xsrc/external/mit/xmh/dist/ |
| command.c | 52 Widget popup; /* must be first; see PopupStatus */ member in struct:_CommandStatus 196 status->popup = (Widget)NULL; 407 if (status->popup != (Widget)NULL) { 408 XtPopdown( status->popup ); 409 XtDestroyWidget( status->popup );
|
| popup.c | 1 /* $XConsortium: popup.c,v 2.38 94/08/26 18:04:22 swick Exp $ 28 /* popup.c -- Handle pop-up widgets. */ 36 Widget popup; /* order of fields same as CommandStatusRec */ member in struct:_PopupStatus 93 Widget popup, 97 /* Hack. Fix up the position of the popup. The xmh app defaults file 100 * popups, are mitigated here, by giving the popup shell a position. 112 XtGetValues( popup, args, ONE ); 120 XtSetValues( popup, args, FOUR); 129 Widget popup, 140 XtGetValues(popup, args, TWO) 209 Widget popup = (Widget) client_data; local 270 Widget popup; local 315 PopupStatus popup = (PopupStatus)closure; local 398 Widget popup; local [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| TextPop.c | 192 * it will popup the insert file dialog box. 279 "Error: Could not get text widget from file insert popup"); 517 * it will popup the search dialog box. 1256 * shell - shell widget of the popup 1312 * Gets the value for the string in the popup. 1420 * Popup shell of the dialog 1431 Widget popup, form; local 1440 popup = XtCreatePopupShell(name, transientShellWidgetClass, 1443 form = XtCreateManagedWidget(FORM_NAME, formWidgetClass, popup, NULL, 0); 1448 return (popup); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| functions_internal.h | 130 DFHANDLER(popup); variable
|
| /xsrc/external/mit/xvidtune/dist/ |
| xvidtune.c | 1009 Widget w, popup, popupBox; local 1015 popup = XtVaCreatePopupShell("Warning", 1025 popup, 1038 XtAddCallback (w, XtNcallback, AckWarn, (XtPointer)popup); 1046 XtPopup(popup, XtGrabExclusive); 1053 Widget w, popup, popupBox; local 1055 popup = XtCreateWidget ("Notice", formWidgetClass, top, NULL, 0); 1059 popup, 1072 XtAddCallback (w, XtNcallback, AckNoTune, (XtPointer)popup); 1074 XtManageChild (popup); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui.cpp | 511 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened. 557 - When 'io.WantTextInput' is set to may want to notify your OS to popup an on-screen keyboard, if available (e.g. on a mobile phone, or console OS). 1089 PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0f to have rectangular child windows 1090 PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows. Generally set to 0.0f or 1.0f. Other values not well tested. 2724 // An active popup disable hovering on other windows (apart from its own children) 2731 // For the purpose of those flags we differentiate "standard popup" from "modal popup" 2846 // Test if interactions on this window are blocked by an active popup or modal 3151 // Unless we just made a window/popup appea 6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui.cpp | 511 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened. 557 - When 'io.WantTextInput' is set to may want to notify your OS to popup an on-screen keyboard, if available (e.g. on a mobile phone, or console OS). 1089 PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0f to have rectangular child windows 1090 PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows. Generally set to 0.0f or 1.0f. Other values not well tested. 2724 // An active popup disable hovering on other windows (apart from its own children) 2731 // For the purpose of those flags we differentiate "standard popup" from "modal popup" 2846 // Test if interactions on this window are blocked by an active popup or modal 3151 // Unless we just made a window/popup appea 6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; local [all...] |