Ah sorry, I'm more webdev so the wording might not properly translate over.
I was thinking of larger combinations of widgets that you already provide with behaviour that have fairly simple APIs from the outside, e.g. an edit button that toggles immediately between an "x" icon (when in edit-state) and an "edit" icon (when in normal display-state). Or an "Accordion" component. Or an entire form-component that you only need to tell what fields you want and maybe a validation callback function that gets called whenever the form gets modified, as well as a callback on what to do when the form gets submitted. Stuff like that. I already have a partial answer to that, in that it appears I can make my own nim-component-lib that provides such components, which is really cool! I was just wondering if such libraries already existed (Like maybe KDE has specific larger components to make things look consistent).
