Re: Shrinking main window?



On 4/28/06, Alex Buell <alex buell munted org uk> wrote:
There seems to be no equivalent of gtk's gtk_window_set_policy(). Is
there a way I can set the main window to automatically shrink when
desired? Thanks.

--
http://www.munted.org.uk

Take a nap, it saves lives.
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Well, this is from the GTK+ docs for this function:
Warning
gtk_window_set_policy is deprecated and should not be used in
newly-written code. Use gtk_window_set_resizable() instead.

So I'd question whether you really need this functionality enough to
use a deprecated function.  And if you decide you need it, you'll
probably need to call the GTK+ function directly.

Jonner



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