scrolled window border

758 Views Asked by At

In Gtkmm how to remove the inset border from a scrolled window?I used a scrolled window that holds a image widget.The scrolled window itself appears within a Hbox.An inset border appears around the window which i want to remove.How?

1

There are 1 best solutions below

2
On

I believe you can get rid of that using the Gtk::ScrolledWindow method set_shadow_type(Gtk::SHADOW_NONE)