![]() |
![]() |
![]() |
GPE Manual: libgpepimc Reference | ![]() |
---|---|---|---|---|
GtkWidget* gpe_pim_categories_dialog (GSList *selected_categories, gboolean select, GCallback callback, gpointer data);
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.
GtkWidget* gpe_pim_categories_dialog (GSList *selected_categories, gboolean select, GCallback callback, gpointer data);
Creates a dialog to manage categories.
selected_categories : |
List of currently selected categories. |
select : |
|
callback : |
Function to call after category selection change. |
data : |
Pointer to pass to callback. |
Returns : | Dialog widget. |