How can I programatically activate a GtkRadioToolButton?
- From: <lindleyf cox net>
- To: gtk-app-devel-list gnome org
- Subject: How can I programatically activate a GtkRadioToolButton?
- Date: Thu, 1 Apr 2010 13:29:10 -0400
I have a tool bar containing several GtkRadioToolButtons. Clicking on them works fine. However, I'm trying to
figure out how I can activate one of them programatically.
My first guess was to do
gtk_widget_activate(GTK_WIDGET(radiobutton));
but that didn't work; gtk_widget_activate returned FALSE, and no "clicked" signal was emitted.
I've looked over the other available functions, and nothing strikes me as the obvious choice here. Any
suggestions?
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]