Re: radio_button behavior with toggle_button style ?
- From: Soeren Sandmann <sandmann daimi au dk>
- To: gtk-list gnome org
- Subject: Re: radio_button behavior with toggle_button style ?
- Date: 10 Jan 2004 14:51:22 +0100
"Alain D'EURVEILHER" <deurveia esiee fr> writes:
> Is it possible to make a group of toggle button, but behavioring as the
> radiobuttons ??
Create the radio buttons as usual, then use
gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (radio_button), FALSE);
to make the radio buttons draw like regular buttons.
Søren
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]