Re: EuGTK: GtkCheckMenuItem

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu