1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 16:42:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
7d17689e17 LibGUI: Add a new GComboBox widget.
This widget combines a GTextEditor, a GButton, a GWindow and a GListView
to implement a nice drop-down list.

It's currently using the GWindowType::Tooltip type because that's the most
appropriately behaving window type available at the moment. This should
definitely be fixed though.
2019-06-22 10:47:29 +02:00