GnuCash
5.6-150-g038405b370+
|
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. | |
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.
gchar* menu_update::action_name |
The name of the GAction to be updated.
Definition at line 1768 of file gnc-main-window.cpp.
gchar* menu_update::label |
The new label for this GAction.
Definition at line 1771 of file gnc-main-window.cpp.
gboolean menu_update::visible |
Whether or not the GAction should be visible.
Definition at line 1774 of file gnc-main-window.cpp.