Re: Radio buttons - howto disable callback on deselect?



On Thu, 2006-01-19 at 16:35 +0200, Olexiy Avramchenko wrote:
You can use smth like this:
void
callback (GtkToggleButton *toggle)
{
  if ( !gtk_toggle_button_get_active (toggle) )
   return;

  /* some other stuff */
}

Olexiy

Thanks! yea I just worked that out...

Due to delays in email however I guess you didn't know that yet.. ;-)

-- 
Daniel Pekelharing
<legendstar gmail com>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]