Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split dw::core and dw::fltk into directories #94

Open
rodarima opened this issue Mar 8, 2024 · 0 comments
Open

Split dw::core and dw::fltk into directories #94

rodarima opened this issue Mar 8, 2024 · 0 comments
Labels
design Related to design problems enhancement New feature or request

Comments

@rodarima
Copy link
Member

rodarima commented Mar 8, 2024

We have all Dillo widget classes in the same directory dw/ but they are two very well differentiated groups. The dw::core namespace contains platform agnostic classes, they don't depend on FLTK. On the other hand, dw::fltk implements all the functionality over FLTK for the widgets. This separation allows adding more UI backends to Dillo.

This is well explained in the dw overview page:

image

@rodarima rodarima added enhancement New feature or request design Related to design problems labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Related to design problems enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant