RibirX / Ribir

Non-intrusive GUI framework for Rust

Home Page:https://ribir.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paint effect widget that will be inherited by descendants

M-Adoo opened this issue · comments

commented

Add some miniature widgets that affect only one effect of the painter for the subtree as built-in widgets. The benefits are:

  • Other widgets no longer need to have paint effect fields; they can compose these miniature widgets to change their paint style.
  • Themes can utilize these paint effect widgets to configure their host widget.