|
GnuCash
2.6.99
|
Data Fields | |
| gchar * | action_name |
| gchar * | label |
| gboolean | visible |
This data structure is used to describe the requested state of a GtkRadioAction, and us used to pass data among several functions.
Definition at line 1739 of file gnc-main-window.c.
| gchar* menu_update::action_name |
The name of the GtkRadioAction to be updated.
Definition at line 1742 of file gnc-main-window.c.
| gchar* menu_update::label |
The new label for this GtkRadioAction.
Definition at line 1745 of file gnc-main-window.c.
| gboolean menu_update::visible |
Whether or not the GtkRadioAction should be visible.
Definition at line 1748 of file gnc-main-window.c.
1.8.6