Hello list, By default when using a GtkHPaned, if you set_position, the position is based off the left margin. This results in only the right hand side pane (pane2) resizing when the parent window is resized. I'd like to have set_position use the right hand side margin as a reference instead of the left, and thus only allow the left pane (pane1) to resize when the parent window is enlarged. How do I go about configuring that? thanks, Vikram. |