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

/ast/src/lib/libtk/generic/
H A DtkPack.c531 int intBWidth; /* Width of internal border in parent window,
582 intBWidth = Tk_InternalBorderWidth(masterPtr->tkwin);
583 width = height = maxWidth = maxHeight = 2*intBWidth;
639 cavityX = cavityY = x = y = intBWidth;
640 cavityWidth = Tk_Width(masterPtr->tkwin) - 2*intBWidth;
641 cavityHeight = Tk_Height(masterPtr->tkwin) - 2*intBWidth;
527 int intBWidth; /* Width of internal border in parent window, local

Completed in 12 milliseconds