Root implementation to Motif

Is there any way to use Root graph classes with motif GUI?

Maybe you have an example of such usage, but I didn’t find any(((

Hi inpren,
the question is not clear for me.
What do you mean under “Root graph classes with motif GUI”?

Does that mean “to use Motif API from ROOT intepreter”?

Regards. Valeriy

We don’t have an example of this but it could probably be done with some low level hacking. You need to get the X11 window id from the Motif window in which you want to display the graphics and pass this to the TCanvas ctor.

Cheers, Fons.