NetSurf
Data Fields
button_bar_button Struct Reference
Collaboration diagram for button_bar_button:
[legend]

Data Fields

wimp_i icon
 
bool shaded
 
bool separator
 
button_bar_action select_action
 
button_bar_action adjust_action
 
int x_pos
 
int y_pos
 
int x_size
 
int y_size
 
char sprite [BUTTONBAR_SPRITE_NAME_LENGTH]
 
char validation [BUTTONBAR_VALIDATION_LENGTH]
 
char opt_key
 
const char * help_suffix
 
struct button_bar_buttonbar_next
 
struct button_bar_buttonnext
 

Detailed Description

Definition at line 46 of file button_bar.c.

Field Documentation

◆ adjust_action

button_bar_action button_bar_button::adjust_action

Definition at line 52 of file button_bar.c.

Referenced by ro_gui_button_bar_click(), and ro_gui_button_bar_find_action().

◆ bar_next

struct button_bar_button* button_bar_button::bar_next

◆ help_suffix

const char* button_bar_button::help_suffix

Definition at line 60 of file button_bar.c.

Referenced by ro_gui_button_bar_help_suffix().

◆ icon

wimp_i button_bar_button::icon

◆ next

struct button_bar_button* button_bar_button::next

◆ opt_key

char button_bar_button::opt_key

◆ select_action

button_bar_action button_bar_button::select_action

Definition at line 51 of file button_bar.c.

Referenced by ro_gui_button_bar_click(), and ro_gui_button_bar_find_action().

◆ separator

bool button_bar_button::separator

◆ shaded

bool button_bar_button::shaded

◆ sprite

char button_bar_button::sprite[BUTTONBAR_SPRITE_NAME_LENGTH]

Definition at line 57 of file button_bar.c.

Referenced by ro_gui_button_bar_click(), and ro_gui_button_bar_rebuild().

◆ validation

char button_bar_button::validation[BUTTONBAR_VALIDATION_LENGTH]

Definition at line 58 of file button_bar.c.

Referenced by ro_gui_button_bar_icon_update().

◆ x_pos

int button_bar_button::x_pos

◆ x_size

int button_bar_button::x_size

◆ y_pos

int button_bar_button::y_pos

◆ y_size

int button_bar_button::y_size

The documentation for this struct was generated from the following file: