Added icons and API for indeterminate checkmarks for the Tree class.

This commit is contained in:
Kevin Fischer
2021-07-22 13:34:54 -07:00
parent cfdac0973c
commit 75866c81e7
9 changed files with 60 additions and 2 deletions

View File

@@ -704,6 +704,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_icon("checked", "Tree", make_icon(checked_png));
theme->set_icon("unchecked", "Tree", make_icon(unchecked_png));
theme->set_icon("indeterminate", "Tree", make_icon(indeterminate_png));
theme->set_icon("updown", "Tree", make_icon(updown_png));
theme->set_icon("select_arrow", "Tree", make_icon(dropdown_png));
theme->set_icon("arrow", "Tree", make_icon(arrow_down_png));