Home | History | Annotate | Download | only in gtk

Lines Matching defs:False

120 static gboolean         xt_is_initialized = FALSE;
153 return FALSE;
590 XSync(xtclient->xtdisplay, FALSE);
624 XSync(xtclient->xtdisplay, FALSE);
640 XSync(xtclient->xtdisplay, False);
662 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
724 False, NoEventMask,
726 XSync( XtDisplay(xtplug->child_widget), False);
745 "_XEMBED", False)) {
789 xevent.xclient.message_type = XInternAtom(dpy,"_XEMBED",False);
798 XSendEvent (dpy, w, False, NoEventMask, &xevent);
799 XSync (dpy,False);