Lines Matching refs:display

29     Display *display;		/* Display containing widget.  Needed, among
41 char *text; /* Text to display in button (malloc'ed)
48 Pixmap bitmap; /* Bitmap to display or None. If not None
51 char *imageString; /* Name of image to display (malloc'ed), or
54 Tk_Image image; /* Image to display in window, or NULL if
61 Tk_Uid state; /* State of button for display purposes:
121 int textWidth; /* Width needed to display text as requested,
123 int textHeight; /* Height needed to display text as requested,
125 int indicatorOn; /* Non-zero means display indicator; 0 means
126 * don't display. */
345 mbPtr->display = Tk_Display (new);
521 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
524 Tk_FreeGC(mbPtr->display, mbPtr->activeTextGC);
527 Tk_FreeBitmap(mbPtr->display, mbPtr->gray);
530 Tk_FreeGC(mbPtr->display, mbPtr->disabledGC);
532 Tk_FreeOptions(configSpecs, (char *) mbPtr, mbPtr->display, 0);
626 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
636 Tk_FreeGC(mbPtr->display, mbPtr->activeTextGC);
660 Tk_FreeGC(mbPtr->display, mbPtr->disabledGC);
763 * This procedure is invoked to display a menubutton widget.
769 * Commands are output to X to display the menubutton in its
812 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
853 XCopyPlane(mbPtr->display, mbPtr->bitmap, pixmap,
857 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
886 TkDisplayText(mbPtr->display, pixmap, mbPtr->fontPtr,
898 XFillRectangle(mbPtr->display, pixmap, mbPtr->disabledGC,
953 XCopyArea(mbPtr->display, pixmap, Tk_WindowId(tkwin),
956 Tk_FreePixmap(mbPtr->display, pixmap);
1101 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);