#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include "globals.h"
Functions | |
int | wind_menu_set (APPvar *app, WINDOW *win, int mode, void *v1, func_evnt handler) |
Set the WINDOW menu appropriately. | |
int __CDECL | wind_aes_set (APPvar *app, WINDOW *win, int mode, int par1, int par2, int par3, int par4) |
set/change window attributes. | |
int | mt_WindSet (APPvar *app, WINDOW *win, int mode, int par1, int par2, int par3, int par4) |
set/change window attributes. | |
int | mt_WindSetStr (APPvar *app, WINDOW *win, int mode, char *str) |
set/change window string attributes | |
int | mt_WindSetPtr (APPvar *app, WINDOW *win, int mode, void *par1, void *par2) |
set/change window pointer attributes |
|
set/change window attributes.
|
|
Set the WINDOW menu appropriately.
|