re: Modifying widget's w/ libglade



button is clicked.  Unfortunately, I don't know how to access the
button's label in my signal-handler, could anyone tell me how that works

GtkWidget *button;
GtkWidget *label;
char *text;

label = GTK_BIN (button)->child;
gtk_label_set_text (GTK_LABEL (label), text);

Carlos




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]