Re: Radio buttons - howto disable callback on deselect?
- From: Daniel Pekelharing <legendstar gmail com>
- To: Olexiy Avramchenko <aolexiy gmail com>
- Cc: Gtk-App-Devel-List <gtk-app-devel-list gnome org>
- Subject: Re: Radio buttons - howto disable callback on deselect?
- Date: Thu, 19 Jan 2006 16:46:14 +0200
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]