Searched refs:TitleJustification (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons.h | 53 TitleJust TitleJustification; member in struct:IconRegion
|
| H A D | win_decorations.c | 370 * using TitleJustification center or right, which may be rare 842 ? TJ_LEFT : Scr->TitleJustification; 846 * TitleJustification. If it's on the left/right, and we're using 3d 859 fprintf(stderr, "%s(): Unexpected Scr->TitleJustification %d, " 860 "treating as left\n", __func__, Scr->TitleJustification); 1051 if(Scr->TitleJustification != TJ_LEFT) { 1057 if(Scr->TitleJustification != TJ_RIGHT) { 1152 if(Scr->TitleJustification != TJ_LEFT) { 1158 if(Scr->TitleJustification != TJ_RIGHT) {
|
| H A D | screen.h | 461 /// config var. X-ref IconRegion.TitleJustification. 484 /// TitleJustification config var. \note Despite the naming 486 /// IconRegion.TitleJustification. That comes instead from 488 TitleJust TitleJustification; member in struct:ScreenInfo
|
| H A D | ctwm_main.c | 777 if(ir->TitleJustification == TJ_UNDEF) { 778 ir->TitleJustification = Scr->IconJustification; 1268 scr->TitleJustification = TJ_LEFT;
|
| H A D | icons.c | 188 ir->TitleJustification = tmp; 1136 justif = icon->ir ? icon->ir->TitleJustification : Scr->IconJustification; 1149 fprintf(stderr, "%s(): Invalid TitleJustification %d\n",
|
| H A D | parse_be.c | 1094 "ignoring invalid TitleJustification argument \"%s\"\n", s); 1097 Scr->TitleJustification = just; 1769 * Parse out string for title justification. From TitleJustification,
|
| H A D | CHANGES.md | 1455 1. `TitleJustification`: Takes one string argument : "left", "center", or
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1847 TitleJustification `string`::
|
Completed in 17 milliseconds