formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Alerts
Description
Adds a button to a custom alert. The alert must first be created with .
Plugin Prototype
fzrt_int fz_fuim_alrt_ptr_add_button(
fuim_alrt, | |
fzrt_int | button_id, |
button_opts, | |
button_kind, | |
char * | str ) |
Parameters
fuim_alrt [Input]
alert pointer
button_id [Input]
identifier for button. Used to Identify which button is selected by the user and returned by
button_opts [Input]
button options
button_kind [Input]
kind of button
str [Input, Optional]
Title of string to appear in button if button_kind == FZ_FUIM_ALRT_BUTTON_CUSTOM
Returns
error codes
Availability
5.0.0.0
See Also
,,
Function Set
Defined in