31#define SECURITY_REFERRER 2
32#define SECURITY_DURATION_FIELD 6
33#define SECURITY_DURATION_INC 7
34#define SECURITY_DURATION_DEC 8
35#define SECURITY_DEFAULT_BUTTON 10
36#define SECURITY_CANCEL_BUTTON 11
37#define SECURITY_OK_BUTTON 12
bool ro_gui_options_security_initialise(wimp_w w)
#define SECURITY_REFERRER
static bool ro_gui_options_security_ok(wimp_w w)
#define SECURITY_DURATION_FIELD
#define SECURITY_DEFAULT_BUTTON
#define SECURITY_CANCEL_BUTTON
#define SECURITY_DURATION_INC
static void ro_gui_options_security_default(wimp_pointer *pointer)
#define SECURITY_DURATION_DEC
#define SECURITY_OK_BUTTON
void ro_gui_save_options(void)
Save the current options.
Localised message support (interface).
Option reading and saving interface.
#define nsoption_int(OPTION)
Get the value of an integer option.
#define nsoption_set_int(OPTION, VALUE)
set an integer option in the default table
#define nsoption_set_bool(OPTION, VALUE)
set a boolean option in the default table
#define nsoption_bool(OPTION)
Get the value of a boolean option.
int ro_gui_get_icon_decimal(wimp_w w, wimp_i i, int decimal_places)
Get the contents of an icon as a number.
void ro_gui_set_icon_selected_state(wimp_w w, wimp_i i, bool state)
Set the selected state of an icon.
void ro_gui_set_icon_integer(wimp_w w, wimp_i i, int value)
Set the contents of an icon to a number.
bool ro_gui_get_icon_selected_state(wimp_w w, wimp_i i)
Gets the selected state of an icon.
General RISC OS WIMP/OS library functions (interface).
bool ro_gui_wimp_event_register_numeric_field(wimp_w w, wimp_i i, wimp_i up, wimp_i down, int min, int max, int stepping, int decimal_places)
Register a numeric field to be automatically handled.
bool ro_gui_wimp_event_set_help_prefix(wimp_w w, const char *help_prefix)
Set the associated help prefix for a given window.
bool ro_gui_wimp_event_register_cancel(wimp_w w, wimp_i i)
Register a function to be called for the Cancel action on a window.
bool ro_gui_wimp_event_memorise(wimp_w w)
Memorises the current state of any registered components in a window.
bool ro_gui_wimp_event_register_checkbox(wimp_w w, wimp_i i)
Register a checkbox to be automatically handled.
bool ro_gui_wimp_event_register_ok(wimp_w w, wimp_i i, bool(*callback)(wimp_w w))
Register a function to be called for the OK action on a window.
bool ro_gui_wimp_event_register_button(wimp_w w, wimp_i i, void(*callback)(wimp_pointer *pointer))
Register a function to be called when a particular button is pressed.
Automated RISC OS WIMP event handling (interface).