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

This data structure is used to describe the requested state of a GAction, and is used to pass data among several functions. More...

Data Fields

gchar * action_name
 The name of the GAction to be updated. More...
 
gchar * label
 The new label for this GAction. More...
 
gboolean visible
 Whether or not the GAction should be visible. More...
 
gint index
 Index number in active windows list.
 

Detailed Description

This data structure is used to describe the requested state of a GAction, and is used to pass data among several functions.

Definition at line 1765 of file gnc-main-window.cpp.

Field Documentation

◆ action_name

gchar* menu_update::action_name

The name of the GAction to be updated.

Definition at line 1768 of file gnc-main-window.cpp.

◆ label

gchar* menu_update::label

The new label for this GAction.

Definition at line 1771 of file gnc-main-window.cpp.

◆ visible

gboolean menu_update::visible

Whether or not the GAction should be visible.

Definition at line 1774 of file gnc-main-window.cpp.


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