NetSurf
Data Fields
button_bar_buttons Struct Reference

#include <button_bar.h>

Data Fields

const char * icon
 The sprite used for the icon. More...
 
button_bar_action select
 The action for select clicks. More...
 
button_bar_action adjust
 The action for Adjust clicks. More...
 
const char opt_key
 The char used in option strings. More...
 
const char * help
 The interactive help token. More...
 

Detailed Description

Definition at line 71 of file button_bar.h.

Field Documentation

◆ adjust

button_bar_action button_bar_buttons::adjust

The action for Adjust clicks.


Definition at line 74 of file button_bar.h.

Referenced by ro_gui_button_bar_create().

◆ help

const char* button_bar_buttons::help

The interactive help token.


Definition at line 76 of file button_bar.h.

Referenced by ro_gui_button_bar_create().

◆ icon

const char* button_bar_buttons::icon

The sprite used for the icon.


Definition at line 72 of file button_bar.h.

Referenced by ro_gui_button_bar_create().

◆ opt_key

const char button_bar_buttons::opt_key

The char used in option strings.

Definition at line 75 of file button_bar.h.

Referenced by ro_gui_button_bar_create().

◆ select

button_bar_action button_bar_buttons::select

The action for select clicks.


Definition at line 73 of file button_bar.h.

Referenced by ro_gui_button_bar_create().


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