Top | ![]() |
![]() |
![]() |
![]() |
GtkComboBox * | cryptui_key_combo_new () |
void | cryptui_key_combo_setup () |
CryptUIKeyStore * | cryptui_key_combo_get_key_store () |
CryptUIKeyset * | cryptui_key_combo_get_keyset () |
void | cryptui_key_combo_set_key () |
const gchar * | cryptui_key_combo_get_key () |
GtkComboBox *
cryptui_key_combo_new (CryptUIKeyStore *ckstore
);
Creates a combobox containing the keys in ckstore
void cryptui_key_combo_setup (GtkComboBox *combo
,CryptUIKeyStore *ckstore
);
Populates an existing GtkComboBox with keys from a CryptUIKeyStore
CryptUIKeyStore *
cryptui_key_combo_get_key_store (GtkComboBox *ckcombo
);
Gets the key store from a CryptUiCombo
CryptUIKeyset *
cryptui_key_combo_get_keyset (GtkComboBox *ckcombo
);
Gets the keyset stored in the combo's key store.
void cryptui_key_combo_set_key (GtkComboBox *ckcombo
,const gchar *key
);
Sets the combo's selection to the indicated key
const gchar *
cryptui_key_combo_get_key (GtkComboBox *ckcombo
);
Gets the first selected key from the combo