Fixing size of window containing 2 buttons

2007-03-07 Thread Jeffrey Barish
I am just starting with GTK, so no doubt I am missing something basic. I have a window with a buttonbox with 2 buttons. I use size_allocate on the buttons to position them. One of the buttons starts hidden. I would like to size the window so that it will accommodate both buttons, but I keep

Re: Fixing size of window containing 2 buttons

2007-03-07 Thread Allin Cottrell
On Wed, 7 Mar 2007, Jeffrey Barish wrote: I am just starting with GTK, so no doubt I am missing something basic. I have a window with a buttonbox with 2 buttons. I use size_allocate on the buttons to position them. One of the buttons starts hidden... It may be possible to get that to