![]() | ![]() | ![]() | [Insert name here] Reference Manual | ![]() |
---|
gboolean gok_page_feedbacks_initialize (GtkWidget *pWindowSettings); void gok_page_feedbacks_refresh (void); gboolean gok_page_feedbacks_apply (void); gboolean gok_page_feedbacks_revert (void); void gok_page_feedbacks_backup (void); void gok_page_actions_action_changed (GtkEditable *pEditControl); void gok_page_feedbacks_update_controls (GokFeedback *pFeedback); void gok_page_feedbacks_button_clicked_change_name (void); void gok_page_feedbacks_button_clicked_new (void); void gok_page_feedbacks_fill_combo_feedback_names (void); void gok_page_feedbacks_button_clicked_delete (void); void gok_page_feedbacks_check_keyflashing_clicked (void); void gok_page_feedbacks_spin_keyflashing_changed (void); void gok_page_feedbacks_check_sound_clicked (void); void gok_page_feedbacks_entry_soundname_changed (void);
gboolean gok_page_feedbacks_initialize (GtkWidget *pWindowSettings);
Initializes this page of the gok settings dialog. This must be called prior to any calls on this page.
pWindowSettings : | Pointer to the settings dialog window. |
Returns : | TRUE if the page was properly initialized, FALSE if not. |
void gok_page_feedbacks_refresh (void);
Refreshes the controls on the this page from the gok data.
gboolean gok_page_feedbacks_apply (void);
Updates the gok data with values from the controls. Note: This is not used yet. The control values are updated each time the control changes.
Returns : | TRUE if any of the data members have changed, FALSE if not. |
gboolean gok_page_feedbacks_revert (void);
Revert to the backup settings for this page.
Returns : | TRUE if any of the settings have changed, FALSE if they are all still the same. |
void gok_page_feedbacks_backup (void);
Copies all the member settings to backup.
void gok_page_actions_action_changed (GtkEditable *pEditControl);
The user has selected a new action from the combo box so update the page's controls with the new action data.
pEditControl : |
|
void gok_page_feedbacks_update_controls (GokFeedback *pFeedback);
Updates the controls so they reflect the given feedback.
pFeedback : | Controls are changed to display this feedback. |
void gok_page_feedbacks_button_clicked_change_name (void);
The button "change name" has been clicked so allow the user to change the name of the feedback.
void gok_page_feedbacks_button_clicked_new (void);
The button "new feedback" has been clicked so add a new feedback.
void gok_page_feedbacks_fill_combo_feedback_names (void);
Fills the combo box that displays the feedback names. This also displays the name of the current feedback in the entry control.
void gok_page_feedbacks_button_clicked_delete (void);
The button "delete feedback" has been clicked so delete the current feedback.
void gok_page_feedbacks_check_keyflashing_clicked (void);
The checkbox has been clicked. Update the current feedback with the change.
void gok_page_feedbacks_spin_keyflashing_changed (void);
The spin control has changed. Update the current feedback with the change.
void gok_page_feedbacks_check_sound_clicked (void);
The checkbox has been clicked. Update the current feedback with the change.
<<< gok-page-actions | gok-page-keysizespace >>> |