New widget: StandardButton

This commit is contained in:
Olivier Goffart 2021-09-28 11:24:33 +02:00 committed by Olivier Goffart
parent 21f9850b43
commit 671df0f24f
16 changed files with 353 additions and 109 deletions

View file

@ -114,6 +114,7 @@ fn gen_corelib(root_dir: &Path, include_dir: &Path) -> anyhow::Result<()> {
"TextWrap",
"ImageFit",
"FillRule",
"StandardButtonKind",
]
.iter()
.chain(items.iter())