![]() |
![]() |
![]() |
libseahorse Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
SeahorseWidget * seahorse_prefs_new (GtkWindow *parent); void seahorse_prefs_add_tab (SeahorseWidget *swidget, GtkWidget *label, GtkWidget *tab); void seahorse_prefs_select_tab (SeahorseWidget *swidget, GtkWidget *tab); void seahorse_prefs_select_tabid (SeahorseWidget *swidget, const gchar *tab); void seahorse_prefs_remove_tab (SeahorseWidget *swidget, GtkWidget *tab);
SeahorseWidget * seahorse_prefs_new (GtkWindow *parent);
Create a new preferences window.
|
The GtkWindow to set as the preferences dialog's parent |
Returns : |
The preferences window. |
void seahorse_prefs_add_tab (SeahorseWidget *swidget, GtkWidget *label, GtkWidget *tab);
Add a tab to the preferences window
|
The preferences window |
|
Label for the tab to be added |
|
Tab to be added |
void seahorse_prefs_select_tab (SeahorseWidget *swidget, GtkWidget *tab);
Sets the input tab to be the active one
|
The preferences window |
|
The tab to be set active |
void seahorse_prefs_select_tabid (SeahorseWidget *swidget, const gchar *tab);
|
|
|
void seahorse_prefs_remove_tab (SeahorseWidget *swidget, GtkWidget *tab);
Removes a tab from the preferences window
|
The preferences window |
|
The tab to be removed |