Searched defs:justify (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkMessage.c78 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 DtkMenubutton.c120 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 DtkButton.c127 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 DtkCanvText.c64 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 DtkEntry.c80 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 DtkText.h283 char *justifyString; /* -justify option string (malloc-ed).
285 Tk_Justify justify; /* How to justify text: TK_JUSTIFY_LEFT, member in struct:TkTextTag
H A DtkTextDisp.c40 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 Dparse.c108 int justify=0; local
119 justify = 'a';
141 justify=n;
157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);

Completed in 63 milliseconds