|
GnuCash 2.3.0
|
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 1488 of file gnc-main-window.c.
| gchar* menu_update::action_name |
The name of the GtkRadioAction to be updated.
Definition at line 1491 of file gnc-main-window.c.
| gchar* menu_update::label |
The new label for this GtkRadioAction.
Definition at line 1494 of file gnc-main-window.c.
| gboolean menu_update::visible |
Whether or not the GtkRadioAction should be visible.
Definition at line 1497 of file gnc-main-window.c.
1.7.4