Re: how to use hbox?

2011-12-12 Thread jcupitt
Hi Gary, 2011/12/11 Gary Kline kl...@thought.org:        well, i've reached a stumbling block.  the app i am working        on had things is a vertical stack.  so far, there about 6        rectangles.  the first shows the default title and the        count: Something like talk.0.txt Here's a

Re: how to use hbox?

2011-12-12 Thread Costin Chirvasuta
There is a very handy program called gtk-demo which contains many demo programs complete with source code. gtk3-demo is for GTK3. They're in the gtk2.0-examples and gtk-3-examples packages on Ubuntu. Check, for instance, Dialog and Message Boxes in the do_dialog() function. You can double-click

how to use hbox?

2011-12-11 Thread Gary Kline
guys, well, i've reached a stumbling block. the app i am working on had things is a vertical stack. so far, there about 6 rectangles. the first shows the default title and the count: Something like talk.0.txt the second and third rectangles are

Re: how to use hbox?

2011-12-11 Thread James Tappin
2011/12/11 Gary Kline kl...@thought.org:        can somebody help me figure out how to pack the buttons        horizontally, or is is not possible to mix hbox and vbox? It should be as simple as: make the vbox put the various items in it, including the hbox put the increase decrease buttons in