|  |  |  | GOK - Gnome Onscreen Keyboard |  | 
|---|---|---|---|---|
gboolean gok_page_wordcomplete_initialize (GladeXML *xml); void gok_page_wordcomplete_refresh (void); gboolean gok_page_wordcomplete_apply (void); gboolean gok_page_wordcomplete_revert (void); void gok_page_wordcomplete_backup (void);
gboolean gok_page_wordcomplete_initialize (GladeXML *xml);
| 
 | |
| Returns : | 
void gok_page_wordcomplete_refresh (void);
Refreshes the controls on this page from the gok data.
gboolean gok_page_wordcomplete_apply (void);
Updates the gok data with values from the controls.
| Returns : | TRUE if any of the gok data settings have changed, FALSE if not. | 
gboolean gok_page_wordcomplete_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. |