Re: radio_button behavior with toggle_button style ?



"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]