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

/ast/src/lib/libtk/generic/
H A DtkMenubutton.c127 int indicatorHeight; /* Height of indicator in pixels. This same member in struct:__anon410
131 * indicatorHeight in padding on each side.
387 mbPtr->indicatorHeight = 0;
912 borderWidth = (mbPtr->indicatorHeight+1)/3;
918 + mbPtr->indicatorHeight,
919 y + ((int) (height - mbPtr->indicatorHeight))/2,
920 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight,
921 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
1129 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
1131 + 2*mbPtr->indicatorHeight;
[all...]

Completed in 11 milliseconds