GtkToggleActionEntry
struct GtkToggleActionEntry {
}
- accelerator
char* accelerator;
Undocumented in source.
- callback
GCallback callback;
Undocumented in source.
- isActive
int isActive;
Undocumented in source.
- label
char* label;
Undocumented in source.
- name
char* name;
Undocumented in source.
- stockId
char* stockId;
Undocumented in source.
- tooltip
char* tooltip;
Undocumented in source.
gtkc gtktypes
aliasesenumsfunctionsstructs
Warning GtkToggleActionEntry is deprecated and should not be used in newly-written code. 3.10 GtkToggleActionEntry structs are used with gtk_action_group_add_toggle_actions() to construct toggle actions. const gchar *name; The name of the action. const gchar *stock_id; The stock id for the action, or the name of an icon from the icon theme. const gchar *label; The label for the action. This field should typically be marked for translation, see gtk_action_group_set_translation_domain(). const gchar *accelerator; The accelerator for the action, in the format understood by gtk_accelerator_parse(). const gchar *tooltip; The tooltip for the action. This field should typically be marked for translation, see gtk_action_group_set_translation_domain(). GCallback callback; The function to call when the action is activated. gboolean is_active; The initial state of the toggle action.