Files
ladybird/Libraries/LibGUI/ComboBox.cpp
Andreas Kling 8055813ecf LibGUI: Add ComboBox::selected_index()
This returns the currently selected index. It was a bit strange that
we had set_selected_index() but not a way to read it back. :^)
2020-08-21 21:16:13 +02:00

7.7 KiB