How to get a dropdown menu in FLTK?

I am creating a GUI with FLTK, and I am wondering if there is a widget for something similar to a drop-down menu. I want to show one value, then the user clicks the value (or something else related to it), then a list of values ​​is displayed for the user to select it, and then collapse again. I could not find the documentation for the widget that can do this, so I thought I would ask. Any help is appreciated.

+3
source share
1 answer

I believe you are looking for FL_Choice .

+3
source

All Articles