Does that mean, I can not use inherit on tab% here? Because that's my problem I 
need functions from both classes but I can only inherit from one, the other 
always results in runtime errors. 

Is there a way to use more from-interfaces than just one? The they it's worded 
suggested that you can use more than one parent interface.

Like mainly, I want to use the function (current-tab) in frame% to figure out 
the opened tab and acquire the file name it is referencing. And then in tab% i 
want to override the function (break-callback) to print the filename out when 
ever a program is cancelled (for some reason break-call is a function in tab 
whereas execute-call is a function in frame...) 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to