ELinks 0.18.0
|
BFU hierbox browser button. More...
#include <hierbox.h>
Data Fields | |
char * | label |
The button label text It is automatically localized. | |
widget_handler_T * | handler |
The button handler The handler gets called when the button is activated. | |
unsigned int | anonymous:1 |
Allow this button in anonymous mode Should the button be displayed in anonymous mode or not? This can be used to disable actions that are not safe in anonymous mode. | |
BFU hierbox browser button.
unsigned int hierbox_browser_button::anonymous |
Allow this button in anonymous mode Should the button be displayed in anonymous mode or not? This can be used to disable actions that are not safe in anonymous mode.
widget_handler_T* hierbox_browser_button::handler |
The button handler The handler gets called when the button is activated.
char* hierbox_browser_button::label |
The button label text It is automatically localized.