Removing label from radiobutton
- From: Dan H <dunno stoptrick com>
- To: gtk-app-devel-list gnome org
- Subject: Removing label from radiobutton
- Date: Tue, 13 Nov 2007 15:44:08 +0100
Hello,
I'm using Glade-2 to build a GTK interface: I made an array of radiobuttons, and Glade always creates them
using gtk_radio_button_new_with_mnemonic. I don't want the buttons labelled, so I set the label to "", but
the button is still slightly asymmetric because of the empty label.
I tried to use gtk_button_set_label(button, NULL) in a "cleanup routine" but this doesn't change anything.
Is there a way to really get the label out of the button?
Thanks,
--D.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]