HomeSort by: relevance | last modified time | path
    Searched refs:popup (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
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, delAction)
    [all...]
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,
  /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/xedit/dist/lisp/test/
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/
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...]
Makefile.am 48 popup.c \
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 );
  /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/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/ctwm/dist/
functions_internal.h 130 DFHANDLER(popup); variable
functions_win.c 209 DFHANDLER(popup)
  /xsrc/external/mit/xedit/dist/
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,
xedit.h 91 Widget popup; member in struct:_xedit_flist
xedit.c 50 {"popup-menu", PopupMenu},
307 XtConvertAndStore(flist.popup, XtRString, &from, XtRBitmap, &to);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
xdmxconfig.c 453 static void dmxConfigSetPopupPosition(Widget popup)
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/
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/libXmu/dist/src/
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,
731 if (XtIsWidget(parent) && popup)
799 if (XtIsWidget(parent) && popup)
  /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...]

Completed in 51 milliseconds