Searched refs:titlebuttons (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | twm_window_struct.h | 212 TBWindow *titlebuttons; member in struct:TwmWindow
|
| H A D | animate.c | 205 else if(t->mapped && t->titlebuttons) { 207 for(i = 0, tbw = t->titlebuttons; i < nb; i++, tbw++) {
|
| H A D | win_decorations.c | 704 tmp_win->titlebuttons = NULL; 713 tmp_win->titlebuttons = calloc(nb, sizeof(TBWindow)); 714 if(!tmp_win->titlebuttons) { 715 fprintf(stderr, "%s: unable to allocate %d titlebuttons\n", 723 for(tb = Scr->TBInfo.head, tbw = tmp_win->titlebuttons; tb; 1288 for(i = 0, tbw = tmp_win->titlebuttons; i < nb; i++, tbw++) {
|
| H A D | mask_screen.c | 261 if(tmp_win->titlebuttons) {
|
| H A D | event_handlers.c | 1627 else if(Tmp_win->titlebuttons) { 1639 for(i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 1785 if(Tmp_win->titlebuttons) { 1789 XDeleteContext(dpy, Tmp_win->titlebuttons[i].window, 1791 XDeleteContext(dpy, Tmp_win->titlebuttons[i].window, 1817 * 10. titlebuttons 1879 if(Tmp_win->titlebuttons) { /* 10 */ 1880 free(Tmp_win->titlebuttons); 1881 Tmp_win->titlebuttons = NULL; 2695 if(Tmp_win && Tmp_win->title_height && Tmp_win->titlebuttons) { [all...] |
| H A D | functions_win_moveresize.c | 1462 if(t->titlebuttons) { 1465 for(tbw = t->titlebuttons ; nb > 0 ; tbw++, nb--) {
|
| H A D | add_window.c | 1794 SETCTXS(tmp_win->titlebuttons[i].window);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.h | 304 TBWindow *titlebuttons; member in struct:TwmWindow
|
| H A D | events.c | 1103 else if (Tmp_win->titlebuttons) { 1109 for (i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 1215 if (Tmp_win->titlebuttons) { 1219 XDeleteContext(dpy, Tmp_win->titlebuttons[i].window, 1221 XDeleteContext(dpy, Tmp_win->titlebuttons[i].window, 1242 * 10. titlebuttons 1270 if (Tmp_win->titlebuttons) /* 10 */ 1271 free(Tmp_win->titlebuttons); 1765 if (Tmp_win && Tmp_win->title_height && Tmp_win->titlebuttons) { 1770 for (i = 0, tbw = Tmp_win->titlebuttons; [all...] |
| H A D | add_window.c | 947 XSaveContext(dpy, tmp_win->titlebuttons[i].window, TwmContext, 949 XSaveContext(dpy, tmp_win->titlebuttons[i].window, ScreenContext, 1304 tmp_win->titlebuttons = NULL; 1307 tmp_win->titlebuttons = (TBWindow *) 1309 if (!tmp_win->titlebuttons) { 1310 twmWarning("unable to allocate %d titlebuttons", nb); 1318 for (tb = Scr->TBInfo.head, tbw = tmp_win->titlebuttons; tb;
|
| H A D | menus.c | 1105 if (t && t->titlebuttons) { 1109 for (tbw = t->titlebuttons; nb > 0; tbw++, nb--) {
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 44 receiving keyboard input, and function boxes known as ``titlebuttons'' 604 This variable specifies the amount by which titlebuttons should be 607 and the `TitleButtonBorderWidth` variables to 0 makes titlebuttons be as 1290 titlebuttons and bindings. This option should only be used if the startup 1827 titlebuttons. This is typically set to 0 to allow titlebuttons to take up as 2159 titlebuttons and key and pointer buttons. Titlebuttons may be added
|
Completed in 69 milliseconds