Re: [gtk-list] Item "deactivate"




On Tue, 22 Jun 1999, Alex Buoy wrote:
> 
> I want a command to be executed when deactivating the items (for instance a
> radio menu item) but I only saw the "activate" signal to connect to.
> How can I do that?
> 

Radio and check items have a "toggled" signal you can use (check
GTK_CHECK_MENU_ITEM(menuitem)->active to see if the toggle resulted in a
deactivate or an activate).

Havoc




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