Lines Matching defs:anchor
27 Tk_Anchor anchor; /* Where to anchor bitmap relative to
45 {TK_CONFIG_ANCHOR, "-anchor", (char *) NULL, (char *) NULL,
46 "center", Tk_Offset(BitmapItem, anchor), TK_CONFIG_DONT_SET_DEFAULT},
163 bmapPtr->anchor = TK_ANCHOR_CENTER;
245 * of a bitmap item, such as its anchor position.
385 * Compute location and size of bitmap, using anchor information.
390 switch (bmapPtr->anchor) {
735 * taking into account the anchor position for the bitmp.
742 switch (bmapPtr->anchor) {