List columns | |
#define | GB_PROFILELIST_COL_NAME 0 |
#define | GB_PROFILELIST_COL_VERSION 1 |
#define | GB_PROFILELIST_COL_SHORT 2 |
Functions | |
GBANKING_API GtkWidget * | GB_ProfileList_new (GtkWidget *parent, GtkWidget *tree) |
GBANKING_API GWEN_DB_NODE * | GB_ProfileList_GetSelectedProfiles (GtkWidget *w) |
GBANKING_API void | GB_ProfileList_Update (GtkWidget *w) |
GBANKING_API void | GB_ProfileList_Clear (GtkWidget *w) |
GBANKING_API void | GB_ProfileList_AddProfile (GtkWidget *w, GWEN_DB_NODE *db) |
GBANKING_API void | GB_ProfileList_AddProfiles (GtkWidget *w, GWEN_DB_NODE *db) |
|
column which contains the profile name Definition at line 38 of file gbprofilelist.h. |
|
column containing the short description Definition at line 42 of file gbprofilelist.h. |
|
column containing the version Definition at line 40 of file gbprofilelist.h. |
|
Add a profile to the list.
|
|
Add multiple profiles to the list.
|
|
Clear the list of profiles.
|
|
Returns a list containing only selected profiles from the given list. The caller is responsible for calling GWEN_DB_Group_free. The jobs in the returned list are only valid as long as the list widget exists without changes.
|
|
Create a new profile list.
|
|
This function redraws the profiles in the list.
|