Searched refs:titlebuttons (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h212 TBWindow *titlebuttons; member in struct:TwmWindow
H A Danimate.c205 else if(t->mapped && t->titlebuttons) {
207 for(i = 0, tbw = t->titlebuttons; i < nb; i++, tbw++) {
H A Dwin_decorations.c704 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 Dmask_screen.c261 if(tmp_win->titlebuttons) {
H A Devent_handlers.c1627 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 Dfunctions_win_moveresize.c1462 if(t->titlebuttons) {
1465 for(tbw = t->titlebuttons ; nb > 0 ; tbw++, nb--) {
H A Dadd_window.c1794 SETCTXS(tmp_win->titlebuttons[i].window);
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h304 TBWindow *titlebuttons; member in struct:TwmWindow
H A Devents.c1103 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 Dadd_window.c947 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 Dmenus.c1105 if (t && t->titlebuttons) {
1109 for (tbw = t->titlebuttons; nb > 0; tbw++, nb--) {
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc44 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