GnuCash  5.6-150-g038405b370+
Data Fields
GncToolBarShortNames Struct Reference

A structure for defining alternate action names for use in the toolbar. More...

#include <gnc-main-window.h>

Data Fields

const char * action_name
 The name of the action. More...
 
const char * short_label
 The alternate toolbar label to use.
 

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 351 of file gnc-main-window.h.

Field Documentation

◆ action_name

const char* GncToolBarShortNames::action_name

The name of the action.

Definition at line 354 of file gnc-main-window.h.


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