Hi Bob,
I tried that first, but that had no effect there is still a frame around the
window but of course without a shadow. With a shadow the frame becomes
bigger...
Any other hints?
Alex
Alexander Gehlert wrote:
Hi all,
I'm using the Gtk::ScrolledWindow class, inside the scrolled Window there
is a Gtk::Drawingarea.
Sometimes I need to bring my Window to fullscreen mode.
For the fullscreen mode i disable the scrollbars using Policy_never.
Sor far so good. But in fullscreen mode there is one pixel width frame
around my scrollded window.
Is there any way to disable that frame?
Set shadow type to none doesn't have any affect ot this...
Thanks in advance
Alexander Gehlert
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
Hey Alex,
Try:
Gtk::ScrolledWindow::set_shadow_type(Gtk::SHADOW_NONE);
Bob