Searched refs:cpPredefine (Results 1 – 3 of 3) sorted by relevance
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/ |
H A D | CreateUsercommandDialog.c | 764 char *cpPredefine=NULL; in createUserCommand_ListStoreToUsercommandItems() local 831 if (cpPredefine && 0 < strlen (cpPredefine)){ in createUserCommand_ListStoreToUsercommandItems() 854 if (cpPredefine) in createUserCommand_ListStoreToUsercommandItems() 855 g_free(cpPredefine); in createUserCommand_ListStoreToUsercommandItems() 1008 char *cpPredefine=NULL; in createUserCommand_ListStoreToUsercommand() local 1019 gtk_tree_model_get(model, iter, COL_USRCMD_PREDEFINE, &cpPredefine, -1); in createUserCommand_ListStoreToUsercommand() 1024 gtk_tree_model_get(model, iter, COL_USRCMD_PREDEFINE, &cpPredefine, -1); in createUserCommand_ListStoreToUsercommand() 1034 gtk_tree_model_get(model, iter, COL_USRCMD_PREDEFINE, &cpPredefine, -1); in createUserCommand_ListStoreToUsercommand() 1050 if (cpPredefine){ in createUserCommand_ListStoreToUsercommand() 1078 if (cpPredefine) in createUserCommand_ListStoreToUsercommand() [all …]
|
H A D | confighandling.h | 183 …, int iType, char *cpVarID, char *cpLabel, GtkWidget *wdgtLabel, char *cpPredefine, GtkWidget *wdg… 184 …, int iType, char *cpVarID, char *cpLabel, GtkWidget *wdgtLabel, char *cpPredefine, GtkWidget *wdg…
|
H A D | confighandling.c | 2271 …, int iType, char *cpVarID, char *cpLabel, GtkWidget *wdgtLabel, char *cpPredefine, GtkWidget *wdg… in DialogEntityList_editItem() argument 2301 if (cpPredefine){ in DialogEntityList_editItem() 2303 g_string_assign(theItem->gstrPredefine, cpPredefine); in DialogEntityList_editItem() 2306 theItem->gstrPredefine = g_string_new(cpPredefine); in DialogEntityList_editItem() 2349 …, int iType, char *cpVarID, char *cpLabel, GtkWidget *wdgtLabel, char *cpPredefine, GtkWidget *wdg… in DialogEntityList_editLastItem() argument 2360 …DialogEntityList_editItem(bufItem, iType, cpVarID, cpLabel, wdgtLabel, cpPredefine, wdggtEntryBox,… in DialogEntityList_editLastItem()
|