Added a new examples : vertical sliders and mouse-owning sliders (#256)

This commit is contained in:
Octave Decaux
2023-02-02 15:13:34 +01:00
committed by GitHub
parent 5b37ce0630
commit cec2de3440
2 changed files with 491 additions and 1 deletions

View File

@ -353,7 +353,8 @@ EXAMPLES = \
property_list/property_list \
portable_window/portable_window \
scroll_panel/scroll_panel \
style_selector/style_selector
style_selector/style_selector \
custom_sliders/custom_sliders
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))