How to get number of rows and columns of Gtk::Grid?

79 Views Asked by At

I want to get number of rows and columns of Gtk::Grid. But Gtk::Grid has no member function for it so I can't it. How to get number of rows and columns?

0

There are 0 best solutions below