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

  /xsrc/external/mit/xmag/dist/
RootWin.c 34 static void Realize ( Widget w, XtValueMask *value_mask, XSetWindowAttributes *attributes );
46 /* realize */ Realize,
79 Realize(Widget w, _X_UNUSED XtValueMask *value_mask,
Scale.c 133 static void Realize ( Widget wid, Mask *vmask, XSetWindowAttributes *attr );
166 /* realize */ Realize,
789 Realize(Widget wid, Mask *vmask, XSetWindowAttributes *attr)
  /xsrc/external/mit/xkbutils/dist/
LED.c 70 static void Realize(Widget w, Mask *mask, XSetWindowAttributes *xswa);
89 /* realize */ Realize,
211 Realize(Widget w, Mask *mask, XSetWindowAttributes *xswa)
217 (*super->core_class.realize) (w, mask, xswa);
  /xsrc/external/mit/glw/dist/
GLwDrawA.c 77 static void Realize(Widget w,Mask *valueMask,XSetWindowAttributes *attributes);
308 /* realize */ Realize,
518 static void Realize(Widget w,Mask *valueMask,XSetWindowAttributes *attributes){
  /xsrc/external/mit/oclock/dist/
Clock.c 83 static void Realize ( Widget gw, XtValueMask *valueMask,
111 /* realize */ Realize,
174 /* wait for Realize to add the timeout */
349 static void Realize (Widget gw, XtValueMask *valueMask,
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 174 static void Realize (Widget gw, XtValueMask *valuemaskp,
191 /* realize */ Realize,
358 static void Realize (Widget gw, XtValueMask *valuemaskp,
369 (*mailboxWidgetClass->core_class.superclass->core_class.realize)
  /xsrc/external/mit/xditview/dist/
Dvi.c 131 static void Realize(Widget, XtValueMask *, XSetWindowAttributes *);
155 Realize, /* realize */
245 Realize(Widget w, XtValueMask * valueMask, XSetWindowAttributes *attrs)
  /xsrc/external/mit/xlogo/dist/
Logo.c 72 static void Realize ( Widget gw, XtValueMask *valuemaskp,
89 /* realize */ Realize,
402 Realize(Widget gw, XtValueMask *valuemaskp, XSetWindowAttributes *attr)
411 (*logoWidgetClass->core_class.superclass->core_class.realize)
  /xsrc/external/mit/xfd/dist/
grid.c 56 static void Realize(Widget gw, Mask *valueMask,
126 /* realize */ Realize,
636 Realize(Widget gw, Mask *valueMask, XSetWindowAttributes *attributes)
645 (*(XtSuperclass(gw)->core_class.realize)) (gw, valueMask, attributes);
  /xsrc/external/mit/xman/dist/
ScrollByL.c 118 static void Realize(Widget w, Mask *valueMask,
145 /* realize */ Realize,
677 Realize(Widget w, Mask *valueMask, XSetWindowAttributes * attributes)
684 (*SuperClass->core_class.realize) (w, valueMask, attributes);
685 XtRealizeWidget(sblw->scroll.bar); /* realize scrollbar. */
689 } /* Realize */
  /xsrc/external/mit/xeyes/dist/
Eyes.c 458 /* wait for Realize to add the timeout */
874 static void Realize (
950 /* realize */ Realize,
  /xsrc/external/mit/xclock/dist/
Clock.c 209 static void Realize(Widget gw, XtValueMask * valueMask,
242 /* realize */ Realize,
1146 Realize(Widget gw, XtValueMask * valueMask, XSetWindowAttributes * attrs)
1162 (*clockWidgetClass->core_class.superclass->core_class.realize)
  /xsrc/external/mit/xdm/dist/greeter/
Login.c 1882 static void Realize (
2074 /* realize */ Realize,
  /xsrc/external/mit/libXt/dist/src/
Shell.c 166 static void Realize(Widget, Mask *, XSetWindowAttributes *);
197 /* realize */ Realize,
262 /* realize */ XtInheritRealize,
421 /* realize */ XtInheritRealize,
499 /* realize */ TransientRealize,
584 /* realize */ XtInheritRealize,
678 /* realize */ XtInheritRealize,
808 /* realize */ XtInheritRealize,
1221 Realize(Widget wid, Mask *vmask, XSetWindowAttributes *attr
1318 XtRealizeProc realize; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
window.c 2598 RealizeWindowProcPtr Realize;
2600 Realize = pWin->drawable.pScreen->RealizeWindow;
2606 (*Realize) (pChild);
  /xsrc/external/mit/xorg-server.old/dist/dix/
window.c 2555 RealizeWindowProcPtr Realize;
2557 Realize = pWin->drawable.pScreen->RealizeWindow;
2565 (* Realize)(pChild);

Completed in 21 milliseconds