Searched refs:WindowFunction (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c78 /* check to make sure raise is not from the WindowFunction */
136 /* check to make sure raise is not from the WindowFunction */
148 /* check to make sure raise is not from the WindowFunction */
220 if(Scr->WindowFunction.func != 0) {
221 ExecuteFunction(Scr->WindowFunction.func,
222 Scr->WindowFunction.item->action,
H A Dscreen.h300 MouseButton WindowFunction; ///< WindowFunction config var member in struct:ScreenInfo
H A Dgram.y388 | WINDOW_FUNCTION action { Scr->WindowFunction.func = $2;
390 Scr->WindowFunction.item =
H A Dgram.tab.c2620 { Scr->WindowFunction.func = (yyvsp[0].num);
2622 Scr->WindowFunction.item =
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h96 MouseButton WindowFunction; member in struct:ScreenInfo
H A Dgram.y267 | WINDOW_FUNCTION action { Scr->WindowFunction.func = $2;
269 Scr->WindowFunction.item =
H A Dmenus.c143 Scr->WindowFunction.func = 0;
1359 if (Scr->WindowFunction.func != 0) {
1360 ExecuteFunction(Scr->WindowFunction.func,
1361 Scr->WindowFunction.item->action,
1816 /* check to make sure raise is not from the WindowFunction */
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c2620 { Scr->WindowFunction.func = (yyvsp[0].num);
2622 Scr->WindowFunction.item =
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc2151 WindowFunction `function`::
2728 or `WindowFunction` variables or to introduce blank lines in menus.
3106 `WindowFunction` to be executed on that window. If `WindowFunction`

Completed in 29 milliseconds