MicroTeX
MicroTeX copied to clipboard
wxWidgets interface support
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
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