Top | ![]() |
![]() |
![]() |
![]() |
gboolean
gok_page_accessmethod_initialize (void
);
Initializes this page of the gok settings dialog. This must be called prior to any calls on this page.
gboolean
gok_page_accessmethod_apply (void
);
Updates the gok data with values from the controls.
gboolean gok_page_accessmethod_apply_controls (GokControl *pControl
,gchar *NameAccessMethod
);
Updates the gok data with values from the controls. This function is recursive and gets the data from the next and child controls of the one given.
gboolean
gok_page_accessmethod_revert (void
);
Revert to the backup settings for this page and store them in the gok_data.
void
gok_page_accessmethod_backup (void
);
Copies all the member settings to backup.
void
gok_page_accessmethod_change_controls (gchar *pNameAccessMethod
);
Display the controls for the given access method.
void gok_page_accessmethod_draw_controls (gchar *NameAccessMethod
,GokControl *pControlParent
,GokControl *pControl
,GtkSizeGroup *pSizeGroup
,gboolean bShow
);
Draws the controls for the GokControl.
NameAccessMethod |
Name of the access methods that needs the controls. |
|
pControlParent |
Pointer to the GOK control that will contain the new controls. |
|
pControl |
Pointer to the GokControl that you want drawn. |
|
pSizeGroup |
Pointer to the GtkSizeGroup the control belongs to. |
|
bShow |
If TRUE then the controls will be show, if FALSE they will be hidden. |
void gok_page_accessmethod_update_controls (gchar *NameAccessMethod
,GokControl *pControl
);
Updates all the controls on the page with values from the settings.
gchar *
gok_page_accessmethod_get_displayname (gchar *NameAccessMethod
);