On Wed, 2002-07-31 at 10:31, James Fraumeni wrote:
>       Hello. I feel like a deadbeat posting this but I had a quick question on 
> ways to justify buttons. My goal is to make a horizontal box with four 
> buttons left-justified, and two right-justified, and no spacers. The 
> goal is to have them stay as such when the window is resized (hence just 
> adding a number of spacers in the middle won't work. I have tried this 
> many ways.
1. Create a GtkHbox.
2. Put two (2, II, 00000010) GtkHButton Boxes into the HBox.  Pack one 
   to the start and one to the end, with  "expand" turned off and "fill"
   turned on for both ButtonBoxes.
3. Pack buttons into the respective ButtonBoxes.

And it should go.
-- 
Michael JasonSmith      http://www.cosc.canterbury.ac.nz/~mpj17/
_______________________________________________
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