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
begin:vcard
fn:Robert Caryl
n:Caryl;Robert
org:Fiscal Systems, Inc.
adr:;;102 Commerce Circle;Madison;AL;35758;USA
email;internet:[EMAIL PROTECTED]
title:Senior Software Design Engineer
tel;work:356-772-8920 X108
x-mozilla-html:TRUE
url:http://www.fis-cal.com
version:2.1
end:vcard
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list