Top | ![]() |
![]() |
![]() |
![]() |
gboolean
gok_page_actions_initialize (void
);
Initializes this page of the gok settings dialog. This must be called prior to any calls on this page.
void
gok_page_actions_refresh (void
);
Refreshes the controls on the this page from the gok data.
gboolean
gok_page_actions_apply (void
);
Updates the gok data with values from the controls. Unfinished.
gboolean
gok_page_actions_revert (void
);
Revert to the backup settings for this page.
void
gok_page_actions_backup (void
);
Copies all the member settings to backup.
void
gok_page_actions_toggle_type_switch (gboolean Pressed
);
The radio button for the type 'switch' has been toggled. Hide or show the controls for the switch actions.
void
gok_page_actions_button_clicked_new (void
);
The button "new action" has been clicked so add a new action.
void
gok_page_actions_button_clicked_delete
(void
);
The button "delete action" has been clicked so delete the current action.
void
gok_page_actions_button_clicked_change_name
(void
);
The button "change name" has been clicked so allow the user to change the name of the action.
void
gok_page_actions_action_changed (GtkComboBox *combo
);
The user has selected a new action from the combo box so update the page's controls with the new action data.
void
gok_page_actions_enable_switch_controls
(gboolean bTrueFalse
);
Enables/disables the controls for switch actions.
void
gok_page_actions_enable_radios_type (gboolean bTrueFalse
);
Enables/disables the radio buttons for action type.
void
gok_page_actions_fill_combo_action_names
(void
);
Fills the combo box that displays the action names.
gint
gok_page_actions_get_radio_number (GtkRadioButton *pRadioButtonGiven
);
void
gok_page_actions_update_controls (GokAction *pAction
);
Updates the controls so they reflect the given action.