Re: EuGTK - GtkImageMenuItem - Is it checked?
- Posted by Jerry_Story Sep 03, 2010
- 970 views
Jerry_Story said...
In EuGTK, how do you test whether a GtkImageMenuItem has a check mark beside it?
In wxEuphoria, it is done like this:
is_menuitem_checked( a_menu_item)
Perhaps adding some code to 'test40.ex' in the EuGTK demos would suffice.
Thanks.
Is this correct?
get(menu_item,"get_active",1)
It doesn't produce an error so I'm going to go with it for now.