![]() |
![]() |
![]() |
GOK - Gnome Onscreen Keyboard | ![]() |
---|---|---|---|---|
Top | Description |
gboolean gok_settings_page_keysizespace_initialize (void
); void gok_settings_page_keysizespace_refresh (void
); gboolean gok_settings_page_keysizespace_ok (void
); gboolean gok_settings_page_keysizespace_revert (void
); void gok_settings_page_keysizespace_backup (void
); void gok_settings_page_keysizespace_display_keysizespacing (gint KeyWidth
,gint KeyHeight
,gint Space
);
gboolean gok_settings_page_keysizespace_initialize
(void
);
Initializes this page of the gok settings dialog. This must be called prior to any calls on this page.
Returns : |
TRUE if the page was initialized OK, FALSE if not. |
void gok_settings_page_keysizespace_refresh
(void
);
Refreshes the key size and key spacing controls on the key size/spacing page from the gok_data.
gboolean gok_settings_page_keysizespace_revert
(void
);
Revert to the backup settings for this page and store them in the gok_data.
Returns : |
TRUE if any of the settings have changed, FALSE if they are all still the same. |
void gok_settings_page_keysizespace_backup
(void
);
Copies all the member settings to backup.
void gok_settings_page_keysizespace_display_keysizespacing (gint KeyWidth
,gint KeyHeight
,gint Space
);
Displays the example key size and key spacing.
|
Width of the example keys. |
|
Height of the example keys. |
|
Spacing between the example keys. |