UF_UI_message_buttons_s (view source)
 
Defined in: uf_ui_types.h
 
Also known as:
 
Overview
Data structure that controls standard button configuration on message
dialogs


Data Members

button1
logical
flag that specifies whether or not button1
(OK) is required

button2
logical
flag that specifies whether or not button2
(BACK) is required

button3
logical
flag that specifies whether or not button3
(CANCEL) is required

label1
char *
label for button1 (OK by default)

label2
char *
label for button2 (BACK by default)

label3
char *
label for button3 (CANCEL by default)

response1
int
Response value for button1

response2
int
Response value for button2

response3
int
Response value for button3