Lines Matching refs:justify
64 Tk_Justify justify; /* Justification mode for text. */
101 {TK_CONFIG_JUSTIFY, "-justify", (char *) NULL, (char *) NULL,
102 "left", Tk_Offset(TextItem, justify),
239 textPtr->justify = TK_JUSTIFY_LEFT;
648 switch (textPtr->justify) {
1515 char *justify = NULL; /* only to stop compiler
1556 switch (textPtr->justify) {
1557 case TK_JUSTIFY_LEFT: justify = "0"; break;
1558 case TK_JUSTIFY_CENTER: justify = "0.5"; break;
1559 case TK_JUSTIFY_RIGHT: justify = "1"; break;
1563 xoffset, yoffset, justify,