Re: Howto correctly generate "expandable void"?

2008-10-24 Thread James Scott Jr
Till, I have not tested this yet, but I can give you an ideal of what I would try first. Window -vbox -- vbutton_box(a,b,c) -- postioned using start -- vbutton_box(x,y,z) -- postioned using end Here is the code. ***BEGIN /* Button Alignment */ #include int main(int argc, char *argv[] ) {

Re: Howto correctly generate "expandable void"?

2008-10-24 Thread Mike Massonnet
Hi, Le Fri, 24 Oct 2008 21:01:04 +0200, "Till Harbaum / Lists" <[EMAIL PROTECTED]> a écrit : > Hi, > > i have a vbox with a bunch of buttons. I want some of them to appear > at the top and some of them at the bottom. The buttons should not be > expanded and the space between them should also not

Print dialog is too big on some systems (Ubuntu 8.04 on an Asus Eee)

2008-10-24 Thread Garth's KidStuff
Hey all, I'm using the standard print method from Gtk (not Gtkmm because of a bug in the mm implementation), and the print dialog is way too big for the (admittedly very small) screen on the Asus Eee PC (800x480). Am I stuck with this behavior? The QA folks noted that Open Office has a dialog th

Howto correctly generate "expandable void"?

2008-10-24 Thread Till Harbaum / Lists
Hi, i have a vbox with a bunch of buttons. I want some of them to appear at the top and some of them at the bottom. The buttons should not be expanded and the space between them should also not expand except the space between the two groups. Something like this: (a) (b) (c) (x) (y) (z) How i

How to clean cairo_surface_t when i draw line or other, within video play

2008-10-24 Thread chen zhixin
Hello, First ,thanks for your reading. I have a problem,my program have one thread to get IMAGE from v4l2,and render to drawingarea, there are some functions request draw line ,poly,ellipse,text,on the image, in real time, but need to save the prev drawing. i put a cairo_surface_t on the IMAGE(a