|
C-Menu 0.2.9
A User Interface Toolkit
|
#include "common.h"Go to the source code of this file.
Functions | |
| int | popup_menu (Init *, int, char **, int, int) |
| int | popup_form (Init *, int, char **, int, int) |
| int | popup_pick (Init *, int, char **, int, int) |
| int | popup_view (Init *, int, char **, int, int, int, int) |
| int popup_form | ( | Init * | init, |
| int | argc, | ||
| char ** | argv, | ||
| int | begy, | ||
| int | begx ) |
Definition at line 34 of file popups.c.
References Init::argc, Init::argv, destroy_form(), Init::form, init_form(), new_form(), parse_opt_args(), and zero_opt_args().
Referenced by enter_file_spec(), and menu_cmd_processor().
| int popup_menu | ( | Init * | init, |
| int | argc, | ||
| char ** | argv, | ||
| int | begy, | ||
| int | begx ) |
Definition at line 8 of file popups.c.
References Init::argc, Init::argv, destroy_menu(), Init::menu, menu_engine(), new_menu(), parse_opt_args(), and zero_opt_args().
| int popup_pick | ( | Init * | init, |
| int | argc, | ||
| char ** | argv, | ||
| int | begy, | ||
| int | begx ) |
Definition at line 21 of file popups.c.
References Init::argc, Init::argv, destroy_pick(), init_pick(), new_pick(), parse_opt_args(), Init::pick, and zero_opt_args().
Referenced by menu_cmd_processor().
| int popup_view | ( | Init * | init, |
| int | argc, | ||
| char ** | argv, | ||
| int | lines, | ||
| int | cols, | ||
| int | begy, | ||
| int | begx ) |
Definition at line 47 of file popups.c.
References Init::begx, View::begx, Init::begy, View::begy, Init::cols, View::cols, destroy_view(), View::f_full_screen, init_view_boxwin(), Init::lines, View::lines, new_view(), parse_opt_args(), Init::title, Init::view, view, view_file(), win_del(), and zero_opt_args().
Referenced by display_pick_help(), exec_objects(), form_engine(), menu_cmd_processor(), and view_display_help().