diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /94 |
Diffstat (limited to '94')
-rw-r--r-- | 94/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/94/index.md b/94/index.md new file mode 100644 index 0000000..07c87c2 --- /dev/null +++ b/94/index.md @@ -0,0 +1,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): + + |