OssoABookSearchEntry

OssoABookSearchEntry — A widget for manipulating contact filters.

Synopsis

                    OssoABookSearchEntry;
GtkWidget*          osso_abook_search_entry_new         (void);
void                osso_abook_search_entry_show        (OssoABookSearchEntry *entry);
void                osso_abook_search_entry_hide        (OssoABookSearchEntry *entry);
void                osso_abook_search_entry_set_filter  (OssoABookSearchEntry *entry,
                                                         OssoABookFilterModel *filter);
void                osso_abook_search_entry_widget_hook (OssoABookSearchEntry *entry,
                                                         GtkWidget *widget,
                                                         GtkTreeView *kb_focus);
void                osso_abook_search_entry_widget_unhook
                                                        (OssoABookSearchEntry *entry);
void                osso_abook_search_entry_save_state  (OssoABookSearchEntry *entry,
                                                         GKeyFile *key_file);
void                osso_abook_search_entry_restore_state
                                                        (OssoABookSearchEntry *entry,
                                                         GKeyFile *key_file);

Description

This widgets provides a user interface for manipulating OssoABookFilterModel instances.

Details

OssoABookSearchEntry

typedef struct {
} OssoABookSearchEntry;

All the fields of this structure are private to the object's implementation and should never be accessed directly.


osso_abook_search_entry_new ()

GtkWidget*          osso_abook_search_entry_new         (void);

Returns :

osso_abook_search_entry_show ()

void                osso_abook_search_entry_show        (OssoABookSearchEntry *entry);

entry :

osso_abook_search_entry_hide ()

void                osso_abook_search_entry_hide        (OssoABookSearchEntry *entry);

entry :

osso_abook_search_entry_set_filter ()

void                osso_abook_search_entry_set_filter  (OssoABookSearchEntry *entry,
                                                         OssoABookFilterModel *filter);

Sets the filter for entry.

entry : a OssoABookSearchEntry
filter : a OssoABookFilterModel, or NULL

osso_abook_search_entry_widget_hook ()

void                osso_abook_search_entry_widget_hook (OssoABookSearchEntry *entry,
                                                         GtkWidget *widget,
                                                         GtkTreeView *kb_focus);

entry :
widget :
kb_focus :

osso_abook_search_entry_widget_unhook ()

void                osso_abook_search_entry_widget_unhook
                                                        (OssoABookSearchEntry *entry);

entry :

osso_abook_search_entry_save_state ()

void                osso_abook_search_entry_save_state  (OssoABookSearchEntry *entry,
                                                         GKeyFile *key_file);

entry :
key_file :

osso_abook_search_entry_restore_state ()

void                osso_abook_search_entry_restore_state
                                                        (OssoABookSearchEntry *entry,
                                                         GKeyFile *key_file);

entry :
key_file :