MicroTeX icon indicating copy to clipboard operation
MicroTeX copied to clipboard

wxWidgets interface support

Open asmwarrior opened this issue 4 years ago • 1 comments

Hi, I see there are some development of QT interface, but is it possible to support the wxWidgets?

There are some discussion here: How to display math formula or symbol in wxWidgets?

Any ideas? Thanks

asmwarrior avatar Jun 30 '20 09:06 asmwarrior

Yes, basically you need to wrap the wxWidgets graphical backend to implement the interfaces declared in the file src/graphic/graphic.h (see the demo app in src/platform/cairo/* or src/platform/qt/*), and you can check the demo app src/samples/gtkmm_main.cpp to see how it works.

See also #26

NanoMichael avatar Jun 30 '20 09:06 NanoMichael