hi,
> I don't think this is the problem.
> Before the window is resized, I have no problem moving the divider; I can
> make either pane take up the entire area of the window. The problem arises
> only when I make the window wider. When I do that, it is impossible for the
> left pane to take up t
>
> hi,
>
> > If I make the window wider while the app is running, I cannot make the
> left
> > pane wider than the original width of the window; the divider cannot be
> > dragged further to the right.
> you're probably looking for "shrink". you can only shrink a widget
> (i.e. by moving a pane)
hi,
> If I make the window wider while the app is running, I cannot make the left
> pane wider than the original width of the window; the divider cannot be
> dragged further to the right.
you're probably looking for "shrink". you can only shrink a widget
(i.e. by moving a pane) when shrinking is a
I'm placing a GtkHPaned inside a GtkHbox, which is inside a GtkWindow.
(Nothing else is in the Hbox)
If I make the window wider while the app is running, I cannot make the left
pane wider than the original width of the window; the divider cannot be
dragged further to the right.
I've tried t