The VB compiler does not seem to recognize a gtk grid. I have tried Dim gr As grid, gr = new Grid(), also gr = new Gtk.Grid(). Compiler gives error such as "'grid' is not declared. It may be inaccessible due to its ..." What needs to be done to get grid working?
The VB compiler does not seem to recognize a gtk grid.
I have tried Dim gr As grid, gr = new Grid(), also gr = new Gtk.Grid().
Compiler gives error such as "'grid' is not declared. It may be inaccessible due to its ..."
What needs to be done to get grid working?