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

Data Fields

struct theme_descriptortheme
 The applied theme (or NULL to use the default) More...
 
int x_min
 The widget dimensions. More...
 
int y_min
 
int separator_width
 
int vertical_offset
 
bool separators
 
wimp_w window
 The window details and bar position. More...
 
os_box extent
 
osspriteop_area * sprites
 
int background
 
bool hidden
 
bool edit
 
struct button_baredit_target
 
struct button_baredit_source
 
void(* edit_refresh )(void *)
 
void * edit_client_data
 
struct button_bar_buttonbuttons
 The list of all the defined buttons. More...
 
struct button_bar_buttonbar
 The list of the buttons in the current bar. More...
 

Detailed Description

Definition at line 67 of file button_bar.c.

Field Documentation

◆ background

int button_bar::background

◆ bar

struct button_bar_button* button_bar::bar

◆ buttons

struct button_bar_button* button_bar::buttons

◆ edit

bool button_bar::edit

◆ edit_client_data

void* button_bar::edit_client_data

◆ edit_refresh

void(* button_bar::edit_refresh) (void *)

◆ edit_source

struct button_bar* button_bar::edit_source

◆ edit_target

struct button_bar* button_bar::edit_target

◆ extent

os_box button_bar::extent

◆ hidden

bool button_bar::hidden

◆ separator_width

int button_bar::separator_width

◆ separators

bool button_bar::separators

◆ sprites

osspriteop_area* button_bar::sprites

◆ theme

struct theme_descriptor* button_bar::theme

The applied theme (or NULL to use the default)

Definition at line 69 of file button_bar.c.

Referenced by ro_gui_button_bar_create(), and ro_gui_button_bar_rebuild().

◆ vertical_offset

int button_bar::vertical_offset

◆ window

wimp_w button_bar::window

◆ x_min

int button_bar::x_min

◆ y_min

int button_bar::y_min

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