GnuCash 2.3.0
Data Fields
action_toolbar_labels Struct Reference

#include <gnc-plugin.h>

Data Fields

const char * action_name
const char * label

Detailed Description

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 253 of file gnc-plugin.h.


Field Documentation

The name of the action.

Definition at line 256 of file gnc-plugin.h.

The alternate toolbar label to use

Definition at line 258 of file gnc-plugin.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines