| /xsrc/external/mit/xsm/dist/ |
| H A D | popup.c | 1 /* $Xorg: popup.c,v 1.4 2001/02/09 02:06:01 xorgcvs Exp $ */ 30 /* $XFree86: xc/programs/xsm/popup.c,v 1.4 2001/01/17 23:46:30 dawes Exp $ */ 34 #include "popup.h" 39 PopupPopup(Widget parent, Widget popup, Bool transient, Bool first_time, 49 XtPopup (popup, XtGrabNone); 65 * parent widget). Once we are able to compute the popup's 85 XtVaSetValues (popup, 94 XtVaSetValues (popup, 105 XtRealizeWidget (popup); 112 (void) SetWM_DELETE_WINDOW (popup, delActio 38 PopupPopup(Widget parent,Widget popup,Bool transient,Bool first_time,int offset_x,int offset_y,const _XtString delAction) argument [all...] |
| H A D | popup.h | 1 /* $Xorg: popup.h,v 1.4 2001/02/09 02:06:01 xorgcvs Exp $ */ 30 /* $XFree86: xc/programs/xsm/popup.h,v 1.5 2001/08/01 00:45:07 tsi Exp $ */ 37 extern void PopupPopup(Widget parent, Widget popup, Bool transient,
|
| H A D | Makefile.in | 133 misc.$(OBJEXT) popup.$(OBJEXT) printhex.$(OBJEXT) \ 158 ./$(DEPDIR)/popup.Po ./$(DEPDIR)/printhex.Po \ 438 popup.c \ 439 popup.h \ 584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popup.Po@am__quote@ # am--include-marker 1014 -rm -f ./$(DEPDIR)/popup.Po 1079 -rm -f ./$(DEPDIR)/popup.Po
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Dialog.c | 104 Dialog popup; local in function:CreateDialog 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; 134 PopdownDialog(Dialog popup,_XtString * answer) argument 143 PopupDialog(Dialog popup,String message,String suggestion,_XtString * answer,XtGrabKind grab) argument [all...] |
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | widgets.lsp | 52 (setq popup 54 (xt-create-managed-widget "smebsb" sme-bsb-object-class popup 56 (xt-create-managed-widget "smeline" sme-line-object-class popup) 57 (xt-create-managed-widget "smebsb2" sme-bsb-object-class popup
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | 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, arg 92 PositionThePopup(Widget popup,Position x,Position y) argument 127 CenterPopupPosition(Widget widget,Widget popup,Position px,Position py) argument 163 InsureVisibility(Widget popup,Widget popup_child,Position x,Position y,Boolean centerX,Boolean centerY) argument 209 Widget popup = (Widget) client_data; local in function:DestroyPopup 214 WMDeletePopup(Widget popup,XEvent * event) argument 241 TheUsual(Widget popup) argument 270 Widget popup; local in function:PopupPrompt 315 PopupStatus popup = (PopupStatus)closure; local in function:FreePopupStatus 398 Widget popup; local in function:PopupConfirm [all...] |
| H A D | Makefile.am | 48 popup.c \
|
| H A D | 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 );
|
| H A D | Makefile.in | 133 pick.$(OBJEXT) popup.$(OBJEXT) screen.$(OBJEXT) toc.$(OBJEXT) \ 158 ./$(DEPDIR)/msg.Po ./$(DEPDIR)/pick.Po ./$(DEPDIR)/popup.Po \ 439 popup.c \ 581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popup.Po@am__quote@ # am--include-marker 991 -rm -f ./$(DEPDIR)/popup.Po 1057 -rm -f ./$(DEPDIR)/popup.Po
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_windows.c | 31 static Window popup; variable in typeref:typename:Window 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/xvidtune/dist/ |
| H A D | xvidtune.c | 1009 Widget w, popup, popupBox; local in function:displayWarning 1015 popup = XtVaCreatePopupShell("Warning", 1025 popup, 1038 XtAddCallback (w, XtNcallback, AckWarn, (XtPointer)popup); 1046 XtPopup(popup, XtGrabExclusive); 1053 Widget w, popup, popupBox; local in function:displayNoTune 1055 popup = XtCreateWidget ("Notice", formWidgetClass, top, NULL, 0); 1059 popup, 1072 XtAddCallback (w, XtNcallback, AckNoTune, (XtPointer)popup); 1074 XtManageChild (popup); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_internal.h | 130 DFHANDLER(popup);
|
| H A D | functions_win.c | 209 DFHANDLER(popup)
|
| H A D | CHANGES.md | 1303 1. When you popup a menu that is constrained by the border of the screen 1807 popup instantly in the current workspace when mail arrives.
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | util.c | 259 if (!flist.popup) { 260 flist.popup = XtCreatePopupShell("fileMenu", simpleMenuWidgetClass, 262 /* XXX hack: this don't allow setting the geometry of the popup widget 267 XtRealizeWidget(flist.popup); 274 flist.popup, XtNlabel, item->filename,
|
| H A D | xedit.h | 91 Widget popup; member in struct:_xedit_flist
|
| H A D | xedit.c | 50 {"popup-menu", PopupMenu}, 307 XtConvertAndStore(flist.popup, XtRString, &from, XtRBitmap, &to);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 453 static void dmxConfigSetPopupPosition(Widget popup) argument 462 XtRealizeWidget(popup); 463 if (!XQueryPointer(XtDisplay(popup), XtWindow(popup), &t1, &t2, 469 XtVaSetValues(popup, XtNx, x, XtNy, y, NULL); 1036 /* Open popup */ 1049 /* EC popup */ 1069 /* ED popup */ 1094 /* About popup */ 1106 /* Quit popup */ [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | 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. 1431 Widget popup, form; local in function:CreateDialog 1440 popup = XtCreatePopupShell(name, transientShellWidgetClass, 1443 form = XtCreateManagedWidget(FORM_NAME, formWidgetClass, popup, NULL, 0); 1448 return (popup);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | EditresCom.c | 711 * popup - return popup children 715 * Returns all children (popup, normal and otherwise) of this widget 721 FindChildren(Widget parent, Widget **children, Bool normal, Bool popup, argument 731 if (XtIsWidget(parent) && popup) 799 if (XtIsWidget(parent) && popup)
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | 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 6740 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) local in function:ImGui::GetFrontMostPopupModal 6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; local in function:ImGui::ClosePopupsOverWindow [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | 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 6740 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) local in function:ImGui::GetFrontMostPopupModal 6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; local in function:ImGui::ClosePopupsOverWindow [all...] |
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1961 will make sure emacs windows will always popup in the current workspace when
|