On Thu, Oct 19, 2000 at 04:16:46PM -0400, Dugas, Alan wrote:
> How do you get a label from a gtkradiobutton?
>
>
It's in FAQ:
label = GTK_LABEL(GTK_BIN(my_radio_button)->child);
--
[EMAIL PROTECTED]
___
gtk-list mailing list
[EMAIL PROTECTED]
> Sent: Thursday, October 19, 2000 6:34 PM
> To: Dugas, Alan
> Cc: Darin Fisher; [EMAIL PROTECTED]
> Subject: Re: radio button label
>
> "Dugas, Alan" wrote:
> >
> > BINGO!!! Nice work Darin! ...and thanks also to Jeff! I don't un
"Dugas, Alan" wrote:
>
> BINGO!!! Nice work Darin! ...and thanks also to Jeff! I don't understand why
> the changes in Darin's code work however. The online documentation declares
> gtk_label_get() as follows;
>
> void gtk_label_get(GtkLabel *label, gchar **str);
>
> not
>
> void gtk_label
t;[EMAIL PROTECTED]>
To: Darin Fisher <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 19, 2000 4:02 PM
Subject: RE: radio button label
> BINGO!!! Nice work Darin! ...and thanks also to Jeff! I don't
understand why
> the changes in Darin's code
gchar *str);
Could either of you enlighten me? Thanks in advance.
> --
> From: Darin Fisher[SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 5:48 PM
> Cc: [EMAIL PROTECTED]
> Subject: Re: radio button label
>
>
>
>
>
>
>
ute before
> gtk_label_get()?
>
>
> -- Stupid Genius
>
> > --
> > From: Jeff Shipman[SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, October 19, 2000 5:12 PM
> > To: [EMAIL PROTECTED]
> > Subject:
y, October 19, 2000 5:12 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: radio button label
>>
>> Well, GtkRadioButton is derived from GtkBin and I know you can
>> get the label widget from a button using GTK_BIN(button)->child,
>> so perhaps you could use t
ay, October 19, 2000 5:12 PM
> To: [EMAIL PROTECTED]
> Subject: Re: radio button label
>
> Well, GtkRadioButton is derived from GtkBin and I know you can
> get the label widget from a button using GTK_BIN(button)->child,
> so perhaps you could use the same method to gra
Well, GtkRadioButton is derived from GtkBin and I know you can
get the label widget from a button using GTK_BIN(button)->child,
so perhaps you could use the same method to grab the label from
a GtkRadioButton?
Dugas, Alan wrote:
> How do you get a label from a gtkradiobutton?
>
>
>
> -- Stu
How do you get a label from a gtkradiobutton?
-- Stupid Genius
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
10 matches
Mail list logo