Home
last modified time | relevance | path

Searched refs:drwSetCloseAction (Results 1 – 9 of 9) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Ddrw_drv.h97 void drwSetCloseAction (winType actual_window, intType closeAction);
H A Ddrw_dos.c379 void drwSetCloseAction (winType actual_window, intType closeAction) in drwSetCloseAction() function
H A Dgkb_win.c84 extern void drwSetCloseAction (winType actual_window, intType closeAction);
1687 drwSetCloseAction(aWindow, CLOSE_BUTTON_RETURNS_KEY); in gkbSelectInput()
1689 drwSetCloseAction(aWindow, CLOSE_BUTTON_CLOSES_PROGRAM); in gkbSelectInput()
H A Dgkb_x11.c114 extern void drwSetCloseAction (winType actual_window, intType closeAction);
2676 drwSetCloseAction(aWindow, CLOSE_BUTTON_RETURNS_KEY); in gkbSelectInput()
2678 drwSetCloseAction(aWindow, CLOSE_BUTTON_CLOSES_PROGRAM); in gkbSelectInput()
H A Ddrw_emc.c828 void drwSetCloseAction (winType actual_window, intType closeAction) in drwSetCloseAction() function
H A Ddrwlib.c1432 drwSetCloseAction(take_win(arg_1(arguments)), take_int(arg_2(arguments))); in drw_setCloseAction()
H A Ddrw_win.c1566 void drwSetCloseAction (winType actual_window, intType closeAction) in drwSetCloseAction() function
H A Ddrw_x11.c1858 void drwSetCloseAction (winType actual_window, intType closeAction) in drwSetCloseAction() function
/dports/lang/seed7/seed7/lib/comp/
H A Ddrw_act.s7i170 declareExtern(c_prog, "void drwSetCloseAction (winType, intType);");
1108 c_expr.expr &:= "drwSetCloseAction(";