RE: Trouble with GtkPaned

2006-05-24 Thread Roland Koebler
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

RE: Trouble with GtkPaned

2006-05-24 Thread Larry Kastel
> > 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)

RE: Trouble with GtkPaned

2006-05-24 Thread rk-list
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

Trouble with GtkPaned

2006-05-24 Thread Larry Kastel
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