|
C-Menu 0.2.9
A User Interface Toolkit
|
Initialize C-Menu View Screen IO and Input. More...
#include <common.h>#include <errno.h>#include <fcntl.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/sysmacros.h>#include <unistd.h>#include <wait.h>Go to the source code of this file.
Functions | |
| int | init_view_full_screen (Init *init) |
| Initialize C-Menu View in full screen mode. | |
| int | init_view_boxwin (Init *init, char *title) |
| Initialize the C-Menu View in box window mode. | |
| int | view_init_input (View *view, char *file_name) |
| Initialize the input for a C-Menu View. | |