GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 228 of file gnc-plugin.h.

Field Documentation

const char* action_toolbar_labels::action_name

The name of the action.

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

const char* action_toolbar_labels::label

The alternate toolbar label to use

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


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