NetSurf
|
#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... | |
Definition at line 71 of file button_bar.h.
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().
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().
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().
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().
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().