On Fri, May 05, 2006 at 11:50:36AM +0200, Felix Kater wrote:
>
> However, I wonder why attaching a label with GTK_FILL | GTK_EXPAND expands
> its cell
If you attach a widget with GTK_EXPAND, it makes the space
alloted for this widget expand when the container is
expaned. This is the *point* of
On Thu, 4 May 2006 23:33:18 +0200
David Nečas (Yeti) <[EMAIL PROTECTED]> wrote:
> On Thu, May 04, 2006 at 11:12:32PM +0200, Felix Kater wrote:
> > To achieve this I assume I need to do two things: tell the table to expand
> > itself to the maximum, and tell it to expand the second row only (the
On Thu, May 04, 2006 at 11:12:32PM +0200, Felix Kater wrote:
> my table widget simply contains a label (first row) and a scrolled window
> (second row). I need the scrolled window (with a large drawing area inside)
> to expand. However, it doesn't.
>
> To achieve this I assume I need to do two t
Hi,
my table widget simply contains a label (first row) and a scrolled window
(second row). I need the scrolled window (with a large drawing area inside) to
expand. However, it doesn't.
To achieve this I assume I need to do two things: tell the table to expand
itself to the maximum, and tell i