Mark> I would like to like to have three horizontal panes likes you
    Mark> often see in IDE or in glade itself. I can't seem to figure out
    Mark> how to accomplish this? Do I simply add another horizontal pane
    Mark> into one of the positions of a horizontal pane?

Yeah, I think so.  At one point (a long time ago) I did something with an
hbox (I think, maybe it was a table) all within Python.  I laid it out
window-button-window-button-window left-to-right and tracked the mouse drag
movement on the buttons using that to resize the neighboring windows.  I
used the image from a grab handle as the image of the very thin buttons to
make it all look more-or-less like Gtk built it.  It's not a terribly
elegant solution, but you should be able to hide all the ugly in a class.

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to