Re: EuGTK: GtkCheckMenuItem
- Posted by irv Feb 24, 2012
- 1721 views
I left that out, but you can easily fix that: in GtkEngine.e, around line 199, add GtkCheckMenuItem to the case as shown below:
case GtkToggleButton, GtkCheckButton, GtkMenuItem, GtkCheckMenuItem then if match("_",args[1]) > 0 then return "new_with_mnemonic" else return "new_with_label" end if
And you no longer need the new_with_label=>: part, that is the default. In fact, you should remove all such => commands, they are no longer used. I've updated EuGTK to add GtkCheckMenuItem, as well as a few bug fixes today:
https://sites.google.com/site/euphoriagtk/Home