PIM Categories UIPIM Categories UI — Category selection and manipulation interface. | |
Description
Libgpepimc offers an interface to display a dialog which is used to select
and/or edit categories. In this way we have an unified category look and feel
for all applications and a minimum amount of redundant code.
Details
gpe_pim_categories_dialog ()
GtkWidget* gpe_pim_categories_dialog (GSList *selected_categories,
GCallback callback,
gpointer data);
Creates a dialog to manage categories.
selected_categories : | List of currently selected categories.
|
callback : | Function to call after category selection change.
|
data : | Pointer to pass to callback.
|
Returns : | Dialog widget.
|
See Also
Used by: gpe-contacts, gpe-todo, gpe-calendar