RE: problem with gtk and frames

2005-03-28 Thread Freddie Unpenstein
> I've got a small problem with frames. I made a screenshot to > illustrate my problem at http://[snip]. Indeed you can see that the > frame borders are too close to the application border (about 1 pixel). Have you considered using tooltips to hide the long descriptions? Or perhaps even those

Re: problem with gtk and frames

2005-03-28 Thread chaica
Ok thx I solved my problems. On Mon, 2005-03-28 at 03:01 +0200, Gian Mario Tagliaretti wrote: > On Mon, 28 Mar 2005 02:38:50 +, chaica <[EMAIL PROTECTED]> wrote: > > > I use c++ and gtkmm. gtk_container_set_border_width() doesn't exist in > > the gtkmm documentation. I tried to use it but I

Re: problem with gtk and frames

2005-03-27 Thread Claudio Polegato Jr.
Hi. Then try frame.set_border_width(pixels) to each frame. But I think your problem is on the vbox where you put the frames. Thus, set the vbox border with vbox.set_border_width(pixels) and spacing with vbox.set_spacing(pixels). []'s Claudio chaica escreveu: On Sun, 2005-03-27 at 21:09 +0400, Mis

Re: problem with gtk and frames

2005-03-27 Thread Gian Mario Tagliaretti
On Mon, 28 Mar 2005 02:38:50 +, chaica <[EMAIL PROTECTED]> wrote: > I use c++ and gtkmm. gtk_container_set_border_width() doesn't exist in > the gtkmm documentation. I tried to use it but I don't succeed. http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Container.html#a20

Re: problem with gtk and frames

2005-03-27 Thread chaica
On Sun, 2005-03-27 at 21:09 +0400, Mishael A Sibiryakov wrote: > В Вск, 27/03/2005 в 18:09 +, chaica пишет: > > Hi, > > > > I've got a small problem with frames. I made a screenshot to illustrate > > my problem at http://www.ohmytux.com/screenshot.png > > > > Indeed you can see that the frame

Re: problem with gtk and frames

2005-03-27 Thread Mishael A Sibiryakov
Ð ÐÑÐ, 27/03/2005 Ð 18:09 +, chaica ÐÐÑÐÑ: > Hi, > > I've got a small problem with frames. I made a screenshot to illustrate > my problem at http://www.ohmytux.com/screenshot.png > > Indeed you can see that the frame borders are too close to the > application border (about 1 pixel). I tried d

problem with gtk and frames

2005-03-27 Thread chaica
Hi, I've got a small problem with frames. I made a screenshot to illustrate my problem at http://www.ohmytux.com/screenshot.png Indeed you can see that the frame borders are too close to the application border (about 1 pixel). I tried different solutions but I just managed to create a global spac