On Nov 15, 2007 5:58 AM, sphurti durgade <[EMAIL PROTECTED]> wrote:
> Hi
> i am packing /putting notebook and one search box into fixed (GtkFixed). and 
> this  fixed is packed into vbox

Children of a GtkFixed will not resize, they will maintain thier coordinates and
sizes as dictacted by the size request, this fixed widget should expand itself
I would think (maybe better to put it into a viewport or swindow but I
dont think
thats nescisarry).

Anyway, GtkFixed is used for fixed coordinates (not fixed ratios), this
will not resize nicely in dynamically resizable interfaces.

You might try using things like GtkAlignment or even GtkAspectFrame if you want
to make fancy resizable layouts

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

Reply via email to