EuGTK, routine_id

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

I don't know whether this is a EuGTK problem or a routine_id problem.

function onMenu_Reqs()  -- I would like to put r here. 
 
-- some code 
-- r is needed 
 
  return(0) 
end function 
for r = 1 to length(MenuReqs) do 
  connect(MenuReqs[r],"activate",call_back(routine_id("onMenu_Reqs")) 
end for 
 
-- MenuReqs is a sequence of GtkCheckMenuItems. 
-- The length of MenuReqs is unknown, because it depends on the number of *.req files. 

In the Euphoria documentation, there is no such thing as
routine_id("onMenu_Reqs", r)

So how do you do it?

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

Search



Quick Links

User menu

Not signed in.

Misc Menu