Searched refs:respText1 (Results 1 – 2 of 2) sorted by relevance
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/ |
H A D | helpers.h | 71 GtkWidget *CreateMyDialog(char *title, GtkWindow *parent, int iButtons, char *respText1, int resp…
|
H A D | helpers.c | 928 GtkWidget *CreateMyDialog(char *title, GtkWindow *parent, int iButtons, char *respText1, int resp1,… in CreateMyDialog() argument 933 …dialog = gtk_dialog_new_with_buttons(title,parent,GTK_DIALOG_DESTROY_WITH_PARENT,respText1,resp1,N… in CreateMyDialog() 936 …dialog = gtk_dialog_new_with_buttons(title,parent,GTK_DIALOG_DESTROY_WITH_PARENT,respText1,resp1,r… in CreateMyDialog() 939 …dialog = gtk_dialog_new_with_buttons(title,parent,GTK_DIALOG_DESTROY_WITH_PARENT,respText1,resp1,r… in CreateMyDialog()
|