Reputation: 17173
I have a GTK3 Window object in Vala and I need to get its Border struct:
http://www.valadoc.org/#!api=gtk+-3.0/Gtk.Border
How to do it? This changed a lot in Gtk3. Thanks
Upvotes: 0
Views: 294
Reputation: 57920
I don't think it has one. Perhaps you want the border-width
property?
Upvotes: 1