Lines Matching defs:height

113     char *heightString;		/* Value of -height option.  Malloc'ed. */
114 int width, height; /* If > 0, these specify dimensions to request
279 {TK_CONFIG_STRING, "-height", "height", "Height",
392 int x, int y, int width, int height,
396 int height, int imgWidth, int imgHeight));
567 butPtr->height = 0;
1083 &butPtr->height) != TCL_OK) {
1085 Tcl_AddErrorInfo(interp, "\n (processing -height option)");
1093 if (Tcl_GetInt(interp, butPtr->heightString, &butPtr->height)
1143 int width, height;
1199 Tk_SizeOfImage(butPtr->image, &width, &height);
1219 y = ((int) (Tk_Height(tkwin) - height))/2;
1222 y = Tk_Height(tkwin) - butPtr->inset - height - offset;
1234 Tk_RedrawImage(butPtr->selectImage, 0, 0, width, height, pixmap,
1237 Tk_RedrawImage(butPtr->image, 0, 0, width, height, pixmap,
1243 (unsigned int) width, (unsigned int) height, x, y, 1);
1246 y += height/2;
1248 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
1542 int width, height;
1550 Tk_SizeOfImage(butPtr->image, &width, &height);
1555 if (butPtr->height > 0) {
1556 height = butPtr->height;
1559 butPtr->indicatorSpace = height;
1561 butPtr->indicatorDiameter = (65*height)/100;
1563 butPtr->indicatorDiameter = (75*height)/100;
1567 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
1575 height = butPtr->textHeight;
1579 if (butPtr->height > 0) {
1580 height = butPtr->height * (butPtr->fontPtr->ascent
1603 height += 2*butPtr->padY;
1607 height += 2;
1610 + 2*butPtr->inset), (int) (height + 2*butPtr->inset));
1825 ButtonImageProc(clientData, x, y, width, height, imgWidth, imgHeight)
1829 int width, height; /* Dimensions of area to redisplay
1864 ButtonSelectImageProc(clientData, x, y, width, height, imgWidth, imgHeight)
1868 int width, height; /* Dimensions of area to redisplay