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

/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkStubInit.c51 Ttk_AnchorBox, /* 31 */
H A DttkLabel.c147 b = Ttk_AnchorBox(b, text->width, text->height, anchor);
607 b = Ttk_AnchorBox(b, l->totalWidth, l->totalHeight, anchor);
625 Ttk_Box pb = Ttk_AnchorBox(
628 pb = Ttk_AnchorBox(
H A DttkSquare.c122 b = Ttk_AnchorBox(winBox, b.width, b.height, anchor);
H A Dttk.decls131 Ttk_Box Ttk_AnchorBox(Ttk_Box parcel, int w, int h, Tk_Anchor anchor);
H A DttkDecls.h115 TTKAPI Ttk_Box Ttk_AnchorBox(Ttk_Box parcel, int w, int h,
253 #define Ttk_AnchorBox \ macro
H A DttkTheme.h193 TTKAPI Ttk_Box Ttk_AnchorBox(Ttk_Box parcel, int w, int h, Tk_Anchor anchor);
H A DttkLayout.c232 * Ttk_AnchorBox --
236 Ttk_Box Ttk_AnchorBox(Ttk_Box parcel, int width, int height, Tk_Anchor anchor) function
H A DttkClamTheme.c769 b = Ttk_AnchorBox(b, cx, cy, TK_ANCHOR_CENTER);
H A DttkDefaultTheme.c741 b = Ttk_AnchorBox(b, width, height, TK_ANCHOR_CENTER);

Completed in 200 milliseconds