bar chart
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-09-14 01:09:57 +09:00
commit 120eb5baaf
14 changed files with 405 additions and 44 deletions

View file

@ -270,6 +270,11 @@ int main() {
f = frame("Chart", -PaddingContent, -PaddingContent, MwChartClass,
NULL);
w = child(f);
MwChartAdd(w, -1, "A", -100, NULL);
MwChartAdd(w, -1, "B", 100, NULL);
MwChartAdd(w, -1, "C", 200, NULL);
MwChartAdd(w, -1, "D", 300, NULL);
f = frame("ComboBox", -PaddingContent, 24, MwComboBoxClass, NULL);
w = child(f);