GnuCash
5.6-150-g038405b370+
|
A structure for defining alternate action names for use in the toolbar. More...
#include <gnc-plugin.h>
Data Fields | |
const char * | action_name |
The name of the action. More... | |
const char * | label |
The alternate toolbar label to use. | |
const char * | tooltip |
The tooltip for the label. | |
A structure for defining alternate action names for use in the toolbar.
All toolbar buttons are homogeneous in size and are sized to fit the longest label. Therefore, this structure should be used if an action name is more than one word. This way the menu can have the label "Whizzy Feature", while the toolbar button only has the label "Whizzy".
Definition at line 204 of file gnc-plugin.h.
const char* action_toolbar_labels::action_name |
The name of the action.
Definition at line 207 of file gnc-plugin.h.