Re: Radio Buttons w/ Labels and RC STYLE
- From: Havoc Pennington <hp redhat com>
- To: Steve & Patti Getzinger <steveandpatti wubs org>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Radio Buttons w/ Labels and RC STYLE
- Date: 12 Mar 2001 11:57:52 -0500
Steve & Patti Getzinger <steveandpatti wubs org> writes:
gtk_widget_modify_style(GTK_WIDGET(GTK_LABEL(radiobutton)->label), rc1_style);
...
Gtk-WARNING **: invalid cast from `GtkRadioButton' to `GtkLabel'
The cast GTK_LABEL(radiobutton) is a good guess at the problem ;-)
How about modify_style (GTK_BIN (radiobutton)->child, rc1_style)
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]