31#define CONTENT_BLOCK_ADVERTISEMENTS 2
32#define CONTENT_BLOCK_POPUPS 3
33#define CONTENT_BLOCK_CSS 4
34#define CONTENT_TARGET_BLANK 7
35#define CONTENT_DEFAULT_BUTTON 8
36#define CONTENT_CANCEL_BUTTON 9
37#define CONTENT_OK_BUTTON 10
38#define CONTENT_NO_JAVASCRIPT 11
static bool ro_gui_options_content_ok(wimp_w w)
#define CONTENT_BLOCK_CSS
#define CONTENT_BLOCK_POPUPS
#define CONTENT_CANCEL_BUTTON
bool ro_gui_options_content_initialise(wimp_w w)
#define CONTENT_BLOCK_ADVERTISEMENTS
#define CONTENT_DEFAULT_BUTTON
#define CONTENT_NO_JAVASCRIPT
#define CONTENT_OK_BUTTON
static void ro_gui_options_content_default(wimp_pointer *pointer)
#define CONTENT_TARGET_BLANK
void ro_gui_save_options(void)
Save the current options.
Localised message support (interface).
Option reading and saving interface.
#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.
void ro_gui_set_icon_selected_state(wimp_w w, wimp_i i, bool state)
Set the selected state of an icon.
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_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).