EuGTK - GtkImageMenuItem - Is it checked?
- Posted by Jerry_Story Sep 01, 2010
- 1123 views
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.