Re: GtkScrolledWindow in full screen

2007-10-11 Thread Robert Pearce
On Tue, 9 Oct 2007, Jonh Wendell [EMAIL PROTECTED] wrote :

The widget size is exactly the screen size, say, 1280x800.

When i put my window full screen, i still see the scrollbars, but they
are not necessary, because the widget is the only widget visible on
screen, and its size is the same as the screen size.

Is that really true? I think not. If I have a GTK window containing only 
one widget of size 1280x800, the window is still 1284x804 because the 
window manager has added a border-frame around it. So when maximized on 
a 1280x800 screen the widget is only allocated 1276x796 and the 
scrollbars are required.
-- 
Rob Pearce   http://www.bdt-home.demon.co.uk

The contents of this | Windows NT crashed.
message are purely   | I am the Blue Screen of Death.
my opinion. Don't| No one hears your screams.
believe a word.  |
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: GtkScrolledWindow in full screen

2007-10-11 Thread Jonh Wendell
Em Qui, 2007-10-11 às 21:54 +0100, Robert Pearce escreveu:
 On Tue, 9 Oct 2007, Jonh Wendell [EMAIL PROTECTED] wrote :
 
 The widget size is exactly the screen size, say, 1280x800.
 
 When i put my window full screen, i still see the scrollbars, but they
 are not necessary, because the widget is the only widget visible on
 screen, and its size is the same as the screen size.
 
 Is that really true? I think not. If I have a GTK window containing only 
 one widget of size 1280x800, the window is still 1284x804 because the 
 window manager has added a border-frame around it. So when maximized on 
 a 1280x800 screen the widget is only allocated 1276x796 and the 
 scrollbars are required.

I said *fullscreen*, not maximized

-- 
Jonh Wendell
[EMAIL PROTECTED] (MSN / Google Talk)

Linux User #114432
https://launchpad.net/~wendell

___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


GtkScrolledWindow in full screen

2007-10-09 Thread Jonh Wendell
Hi, folks.

I have a widget inside a GtkScrolledWindow, with both scrollbars
configured to GTK_POLICY_AUTOMATIC.

The widget size is exactly the screen size, say, 1280x800.

When i put my window full screen, i still see the scrollbars, but they
are not necessary, because the widget is the only widget visible on
screen, and its size is the same as the screen size.

Why is this happening? Am i missing to configure something?

Thanks,
-- 
Jonh Wendell
[EMAIL PROTECTED] (MSN / Google Talk)

Linux User #114432
https://launchpad.net/~wendell

___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list