Searched refs:buttonHeight (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXEntry.c195 int buttonHeight = height - 2 * MAC_OSX_FOCUS_WIDTH;
220 info.kind = ComputeIncDecParameters(buttonHeight, &incDecWidth);
192 int buttonHeight = height - 2 * MAC_OSX_FOCUS_WIDTH; local
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEntry.c252 int buttonHeight = height - 2 * MAC_OSX_FOCUS_WIDTH; local
274 inKind = ComputeIncDecParameters(buttonHeight, &incDecWidth);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DDeleteButtonController.cpp237 const int buttonHeight = 30; local
242 button->setInlineStyleProperty(CSSPropertyTop, (-buttonHeight / 2) - m_target->renderBox()->borderTop() - (borderWidth / 2) + buttonBottomShadowOffset, CSSPrimitiveValue::CSS_PX);
245 button->setInlineStyleProperty(CSSPropertyHeight, buttonHeight, CSSPrimitiveValue::CSS_PX);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.js110 var buttonHeight = this._button.height;
136 this._button.style.top = (lastRect.maxY() - bounds.minY() - buttonHeight) + "px";
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c1609 int buttonWidth[2], buttonHeight[2]; member in struct:TreeThemeData_
1667 height = themeData->buttonHeight[open];
1690 *heightPtr = themeData->buttonHeight[open] - padding.top - padding.bottom;
1888 &themeData->buttonWidth[1], &themeData->buttonHeight[1]);
1890 &themeData->buttonWidth[0], &themeData->buttonHeight[0]);
1896 box1 = Ttk_MakeBox(0, 0, themeData->buttonWidth[1], themeData->buttonHeight[1]);
1903 box1 = Ttk_MakeBox(0, 0, themeData->buttonWidth[0], themeData->buttonHeight[0]);
H A DtkTreeItem.c3408 int buttonHeight = 0; local
3419 buttonHeight = Tree_ButtonHeight(tree, item->state);
3424 return MAX(item->fixedHeight, buttonHeight);
3428 return MAX(tree->itemHeight, buttonHeight);
3435 return MAX(useHeight, buttonHeight);

Completed in 83 milliseconds