Add missing UI functions for X11 Window class #459
Labels
good first issue
An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required
gui
Graphical User Interface related issue.
help wanted
We need a help
improvement
Upgrade existing feature
Linux
Linux OS specific issue
macOS
macOS OS specific issue
Milestone
We have an optional UI Window classes for image display and drawings. All of them locate in
src/ui
directory. Currently we support Qt, Win32 API and X11 frameworks. X11 code locates insrc/ui/x11/x11_ui.h
andsrc/ui/x11/x11_ui.cpp
files. UiWindowX11 class does not have an implementation of following functions:We want to add them. You could have a look at Win32 or Qt implementation for reference of code implementation.
The text was updated successfully, but these errors were encountered: