question about GDK_HINT_ASPECT

2006-05-11 Thread Chinh Nguyen
ows my drawing area at the correct aspect ratio but obviously doesn't constrain the window. -Chinh Nguyen [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Adding findbar like the one from Firefox

2006-05-02 Thread Chinh Nguyen
turn would resize my window. -Chinh Nguyen [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Adding findbar like the one from Firefox

2006-05-01 Thread Chinh Nguyen
is hidden. What is causing my window (or most likely my vbox container) to shrink? Is there a better way of packing in a widget that is to be shown/hidden that won't cause its parent to resize yet still allow any siblings to expand and shrink? TIA. -Chinh