Re: problem with gtk and frames



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, Mishael A Sibiryakov wrote:
В Вск, 27/03/2005 в 18:09 +0000, 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 space, widening the gap between the
application border and the frames and the menu also which is not good :)

If you have any idea, thx.
Try gtk_container_set_border_width(GTK_CONTAINER(MainWindow), pixels);


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


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.








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]