How do I make a GTK 2 list with multiple selection?
问题 In a GTK 3 release, the ListBox widget added supported for multiple elements being selected from the list: I'd like to achieve the same effect with GTK 2. I'm considering using a ScrolledWindow with a VBox of CheckButton 's. I fear it's not going to look very good though; like this, but with a scrollbar: Does anyone know a good way to emulate the functionality in the first image using GTK 2? 回答1: It turns out there was a method of doing just this buried in the documentation! In fact, you