blob: 07c87c2bdbb0a86571295778171e72fa3ca63c7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
Title: Split dw::core and dw::fltk into directories
Author: rodarima
Created: Fri, 08 Mar 2024 22:08:25 +0000
State: open
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](https://dillo-browser.github.io/old/dw/html/dw-overview.html):

|