Re: radio button label

2000-10-21 Thread David Odin
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]

RE: radio button label

2000-10-20 Thread Dugas, Alan
> 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

Re: radio button label

2000-10-19 Thread Eric Monsler
"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

Re: radio button label

2000-10-19 Thread Donna S. Martin
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

RE: radio button label

2000-10-19 Thread Dugas, Alan
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 > > > > > > >

Re: radio button label

2000-10-19 Thread Jeff Shipman
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:

Re: radio button label

2000-10-19 Thread Darin Fisher
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

RE: radio button label

2000-10-19 Thread Dugas, Alan
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

Re: radio button label

2000-10-19 Thread Jeff Shipman
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

radio button label

2000-10-19 Thread Dugas, Alan
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