lzap
lzap

Reputation: 17173

How to get gtk3 border with in Vala?

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

Answers (1)

ptomato
ptomato

Reputation: 57920

I don't think it has one. Perhaps you want the border-width property?

Upvotes: 1

Related Questions