3

I am making a GUI with FLTK and I am wondering if there is a widget for something resembling a drop-down menu. I want one value to be shown, then have the user click the value (or something else associated with it), then a list of values be shown for the user to select one from, then the list collapse again. I have been unsuccessful finding documentation for a widget that can do this so I thought I would ask. Any help is appreciated.

Kara
  • 6,115
  • 16
  • 50
  • 57
Sterling
  • 3,835
  • 14
  • 48
  • 73

1 Answers1

4

I believe you are looking for FL_Choice.

eckyputrady
  • 156
  • 5