|
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 | |
| void | destroy_view_win (Init *) |
| int | init_view_boxwin (Init *init) |
| Initialize the C-Menu View in box window mode. | |
| int | init_view_full_screen (Init *init) |
| Initialize C-Menu View in full screen mode. | |
| void | view_boxwin_resize (Init *init) |
| Resize the current window and its box. | |
| void | view_calc_boxwin_dimensions (Init *init) |
| Calculate the dimensions and position of the box window for C-Menu View. | |
| void | view_calc_full_screen_dimensions (Init *init) |
| Calculate the dimensions for full screen mode. | |
| void | view_full_screen_resize (Init *init) |
| Resize the full screen view and its components. | |
| int | view_init_input (Init *init, char *file_name) |
| Initialize the input for the C-Menu View. | |
| void | view_win_del (PANEL *, WINDOW *) |
Variables | |
| ViewStack | view_stack |
| void destroy_view_win | ( | Init * | init | ) |
Definition at line 318 of file init_view.c.
References View::box_pan, View::box_win, View::cmdln_pan, View::cmdln_win, View::lnno_pan, View::lnno_win, View::pad, View::pad_view_pan, View::pad_view_win, Init::view, view_win_del(), View::win_pan, and View::win_win.
Referenced by destroy_pick_view(), view_boxwin_resize(), and view_file().
| void view_win_del | ( | PANEL * | pan, |
| WINDOW * | win ) |
Definition at line 332 of file init_view.c.
Referenced by destroy_view_win().
| ViewStack view_stack |
Definition at line 34 of file init_view.c.