Go to the source code of this file.
|
#define | BST_TYPE_CLUE_HUNTER |
|
#define | BST_CLUE_HUNTER(object) |
|
#define | BST_CLUE_HUNTER_CLASS(klass) |
|
#define | BST_IS_CLUE_HUNTER(object) |
|
#define | BST_IS_CLUE_HUNTER_CLASS(klass) |
|
#define | BST_CLUE_HUNTER_GET_CLASS(obj) |
|
|
GtkType | bst_clue_hunter_get_type (void) |
|
void | bst_clue_hunter_popup (BstClueHunter *clue_hunter) |
|
void | bst_clue_hunter_popup_if_editable (BstClueHunter *clue_hunter) |
|
void | bst_clue_hunter_set_clist (BstClueHunter *clue_hunter, GtkCList *clist, guint16 column) |
|
void | bst_clue_hunter_set_entry (BstClueHunter *clue_hunter, GtkEntry *entry) |
|
void | bst_clue_hunter_add_string (BstClueHunter *clue_hunter, const gchar *string) |
|
void | bst_clue_hunter_remove_string (BstClueHunter *clue_hunter, const gchar *string) |
|
void | bst_clue_hunter_remove_matches (BstClueHunter *clue_hunter, const gchar *pattern) |
|
void | bst_clue_hunter_select_on (BstClueHunter *clue_hunter, const gchar *string) |
|
void | bst_clue_hunter_poll_refresh (BstClueHunter *clue_hunter) |
|
gchar * | bst_clue_hunter_try_complete (BstClueHunter *clue_hunter) |
|
GtkWidget * | bst_clue_hunter_create_arrow (BstClueHunter *clue_hunter, gboolean require_editable) |
|
gpointer | bst_clue_hunter_from_entry (gpointer entry) |
|