Top | ![]() |
![]() |
![]() |
![]() |
gboolean
gok_page_feedbacks_initialize (void
);
Initializes this page of the gok settings dialog. This must be called prior to any calls on this page.
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.
gboolean
gok_page_feedbacks_revert (void
);
Revert to the backup settings for this page.
void
gok_page_feedbacks_backup (void
);
Copies all the member settings to backup.
void
gok_page_feedbacks_update_controls (GokFeedback *pFeedback
);
Updates the controls so they reflect the given 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 combo box.
void
gok_page_feedbacks_button_clicked_delete
(void
);
The button "delete feedback" has been clicked so delete the current feedback.