FDOSTUI
FreeDOS Text User Interface
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
m
Typedefs
Enumerations
+
Enumerator
b
c
d
e
h
m
p
r
s
t
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
m
p
r
s
w
+
Functions
a
b
c
d
f
g
h
i
k
m
p
s
w
Variables
Typedefs
Enumerations
+
Enumerator
b
c
e
f
i
m
r
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
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
*
15
popup_input
(
16
unsigned
char
const
* i_title,
17
unsigned
char
const
* i_prompt,
18
unsigned
char
const
* i_default);
19
20
extern
enum
event_response
21
popup_menu
(
22
struct
menuitem
* io_menu,
23
int
const
i_pos_x,
24
int
const
i_pos_y);
25
26
extern
enum
event_response
27
popup_message
(
28
unsigned
char
const
* i_title,
29
unsigned
char
const
* i_message);
30
31
#define __popup_hpp__
32
#endif
popup_menu
enum event_response popup_menu(struct menuitem *io_menu, int const i_pos_x, int const i_pos_y)
popup a menu
Definition:
popup.cpp:57
popup_message
enum event_response popup_message(unsigned char const *i_title, unsigned char const *i_message)
popup a message
Definition:
popup.cpp:88
menuitem
a menu item
Definition:
menuitem.h:33
popup_input
unsigned char * popup_input(unsigned char const *i_title, unsigned char const *i_prompt, unsigned char const *i_default)
popup an input dialog
Definition:
popup.cpp:20
event_response
event_response
response
Definition:
event.h:14
menu.hpp
conatins menu class
Generated by
1.8.14