Re: About gtk_label_set_text()
- From: Clemens Kirchgatterer <clemens root at>
- To: learfox furry ao net
- Cc: Antonio Martínez Álvarez <newton retemail es>, GTK Application Development List <gtk-app-devel-list gnome org>
- Subject: Re: About gtk_label_set_text()
- Date: Sun, 25 Feb 2001 00:01:51 +0100
learfox furry ao net wrote:
I think this should work! When you attach the signal, make sure you
pass the label widget as the client data pointer.
this should not be needed at all. you can get the label out of the
button with:
GtkWidget *label;
label = (GTK_LABEL(GTK_BIN(button)->child));
i hope this is right, i tell this from memory ;-) ...
regards ...
clemens
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]