I'm making a GUI application with gtk2hs. Most of the GUI is designed in Glade.
I now need a table to show some data. The problem is, that I can't find the table in glade. I searched in the Container category, but only found a "Grid". However I couldn't find a Grid in the documentation of gtk2hs, but I need the castTo*
function for the grid to use it.
I'm now wondering where the Table in glade is or how I can use the grid in gtk2hs.
My glade version: 3.18.2
My gtk2hs version: 0.12.5.7