Searched refs:TK_JUSTIFY_LEFT (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGet.c434 *justifyPtr = TK_JUSTIFY_LEFT;
475 case TK_JUSTIFY_LEFT: return "left";
H A DtkMessage.c263 msgPtr->justify = TK_JUSTIFY_LEFT;
H A DtkCanvText.c258 textPtr->justify = TK_JUSTIFY_LEFT;
1514 case TK_JUSTIFY_LEFT: justify = "0"; break;
H A Dtk.h506 TK_JUSTIFY_LEFT, TK_JUSTIFY_RIGHT, TK_JUSTIFY_CENTER
505 TK_JUSTIFY_LEFT, TK_JUSTIFY_RIGHT, TK_JUSTIFY_CENTER enumerator in enum:__anon13413
H A DtkTextDisp.c787 styleValues.justify = TK_JUSTIFY_LEFT;
1243 justify = TK_JUSTIFY_LEFT;
1418 if (!elide && justify == TK_JUSTIFY_LEFT) {
1663 if (justify == TK_JUSTIFY_LEFT) {
H A DtkTextTag.c986 tagPtr->justify = TK_JUSTIFY_LEFT;
H A DtkEntry.c531 entryPtr->justify = TK_JUSTIFY_LEFT;
1944 if (entryPtr->justify == TK_JUSTIFY_LEFT) {
3588 entryPtr->justify = TK_JUSTIFY_LEFT;
H A DtkTest.c1064 recordPtr->justify = TK_JUSTIFY_LEFT;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGet.c447 *justifyPtr = TK_JUSTIFY_LEFT;
489 case TK_JUSTIFY_LEFT: return "left";
H A DtkMessage.c269 msgPtr->justify = TK_JUSTIFY_LEFT;
H A DtkCanvText.c262 textPtr->justify = TK_JUSTIFY_LEFT;
1526 case TK_JUSTIFY_LEFT: justify = "0"; break;
H A Dtk.h515 TK_JUSTIFY_LEFT, TK_JUSTIFY_RIGHT, TK_JUSTIFY_CENTER enumerator in enum:__anon13761
H A DtkTextDisp.c547 styleValues.justify = TK_JUSTIFY_LEFT;
896 justify = TK_JUSTIFY_LEFT;
994 if (!elide && justify == TK_JUSTIFY_LEFT) {
1168 if (justify == TK_JUSTIFY_LEFT) {
H A DtkTextTag.c840 tagPtr->justify = TK_JUSTIFY_LEFT;
H A DtkEntry.c567 entryPtr->justify = TK_JUSTIFY_LEFT;
1988 if (entryPtr->justify == TK_JUSTIFY_LEFT) {
3627 entryPtr->justify = TK_JUSTIFY_LEFT;
H A DtkTest.c1145 recordPtr->justify = TK_JUSTIFY_LEFT;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenubutton.c290 case TK_JUSTIFY_LEFT:
H A DtkMacOSXButton.c514 case TK_JUSTIFY_LEFT:
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c76 Tk_Justify justify = TK_JUSTIFY_LEFT;
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c1291 case TK_JUSTIFY_LEFT: justify = "0";
H A DtkTable.c541 tablePtr->defaultTag.justify = TK_JUSTIFY_LEFT;
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDrag.c296 drawArgs.justify = TK_JUSTIFY_LEFT;
H A DtkTreeColumn.c2909 case TK_JUSTIFY_LEFT:
2928 case TK_JUSTIFY_LEFT:
2948 case TK_JUSTIFY_LEFT:
H A DtkTreeCtrl.c3719 Tk_Justify justify = TK_JUSTIFY_LEFT;
H A DtkTreeElem.c2754 int justify = TK_JUSTIFY_LEFT;

Completed in 370 milliseconds

12