The basic ComboBox
provided by Gtk can only handle a String
or a Pixbuf
But I wanted a text and a picture nearby on the same row of selection.
I looked for a while how to obtain the result bellow using Haskell and Gtk2Hs.
The basic ComboBox
provided by Gtk can only handle a String
or a Pixbuf
But I wanted a text and a picture nearby on the same row of selection.
I looked for a while how to obtain the result bellow using Haskell and Gtk2Hs.
Here is the code to obtain the expected result :
Best regards.