FDOSTUI
FreeDOS Text User Interface
popup.hpp
Go to the documentation of this file.
1 /*
2  POPUP.HPP
3 
4  License CC0 PUBLIC DOMAIN
5 
6  To the extent possible under law, Mark J. Olesen has waived all copyright
7  and related or neighboring rights to FDOSTUI Library. This work is published
8  from: United States.
9 */
10 #ifndef __popup_hpp__
11 
12 #include "menu.hpp"
13 
14 extern unsigned char*
16  unsigned char const* i_title,
17  unsigned char const* i_prompt,
18  unsigned char const* i_default);
19 
20 extern enum event_response
22  struct menuitem * io_menu,
23  int const i_pos_x,
24  int const i_pos_y);
25 
26 extern enum event_response
28  unsigned char const* i_title,
29  unsigned char const* i_message);
30 
31 #define __popup_hpp__
32 #endif
a menu item
Definition: menuitem.h:33
event_response
response
Definition: event.h:14