/ast/src/lib/libtk/generic/ |
H A D | tkMessage.c | 78 Tk_Justify justify; /* Justification for text. */ member in struct:__anon411 142 {TK_CONFIG_JUSTIFY, "-justify", "justify", "Justify", 143 DEF_MESSAGE_JUSTIFY, Tk_Offset(Message, justify), 0}, 252 msgPtr->justify = TK_JUSTIFY_LEFT; 670 * line to justify it properly, then display the line. 695 if (msgPtr->justify == TK_JUSTIFY_CENTER) { 697 } else if (msgPtr->justify == TK_JUSTIFY_RIGHT) {
|
H A D | tkMenubutton.c | 120 Tk_Justify justify; /* Justification to use for multi-line text. */ member in struct:__anon410 238 {TK_CONFIG_JUSTIFY, "-justify", "justify", "Justify", 239 DEF_MENUBUTTON_JUSTIFY, Tk_Offset(MenuButton, justify), 0}, 384 mbPtr->justify = TK_JUSTIFY_CENTER; 888 mbPtr->justify, mbPtr->underline, gc);
|
H A D | tkButton.c | 127 Tk_Justify justify; /* Justification to use for multi-line text. */ member in struct:__anon390 301 {TK_CONFIG_JUSTIFY, "-justify", "justify", "Justify", 302 DEF_BUTTON_JUSTIFY, Tk_Offset(Button, justify), ALL_MASK}, 572 butPtr->justify = TK_JUSTIFY_CENTER; 1286 butPtr->justify, butPtr->underline, gc);
|
H A D | tkCanvText.c | 64 Tk_Justify justify; /* Justification mode for text. */ member in struct:TextItem 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 1499 char *justify = NULL; /* only to stop compiler local [all...] |
H A D | tkEntry.c | 80 Tk_Justify justify; /* Justification to use for text within member in struct:__anon396 91 * (varies depending on justify). */ 221 {TK_CONFIG_JUSTIFY, "-justify", "justify", "Justify", 222 DEF_ENTRY_JUSTIFY, Tk_Offset(Entry, justify), 0}, 390 entryPtr->justify = TK_JUSTIFY_LEFT; 1264 if (entryPtr->justify == TK_JUSTIFY_LEFT) { 1266 } else if (entryPtr->justify == TK_JUSTIFY_RIGHT) {
|
H A D | tkText.h | 283 char *justifyString; /* -justify option string (malloc-ed). 285 Tk_Justify justify; /* How to justify text: TK_JUSTIFY_LEFT, member in struct:TkTextTag
|
H A D | tkTextDisp.c | 40 int justify; /* Justification style for text. */ member in struct:StyleValues 502 styleValues.justify = TK_JUSTIFY_LEFT; 547 styleValues.justify = tagPtr->justify; 733 int justify; /* How to justify line: taken from 789 justify = TK_JUSTIFY_LEFT; 830 justify = chunkPtr->stylePtr->sValuePtr->justify; 854 if (justify 728 int justify; /* How to justify line: taken from local [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 108 int justify=0; local 119 justify = 'a'; 141 justify=n; 157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);
|