Re: [gtk-list] howto make a window non-resizable?



use:
gtk_window_set_policy( GTK_WINDOW(base_window), FALSE, FALSE, FALSE );


( see gtk resource project -> GtkWindow for an explanation of the FALSEs.)
/------------------------------------------------------------------------\
| Miranda Hawarden-Ogata             Email: hawarden@irtf.ifa.hawaii.edu |
| NASA IRTF, Institute of Astronomy  Phone: (808) 974-4206               |
| 1175 Manono St., Bldg 393            Fax: (808) 974-4207               |
| Hilo, HI 96720                                                         |
\------------------------------------------------------------------------/

-----Original Message-----
From: Patrick Lambert <drow@post.com>
To: gtk-list@redhat.com <gtk-list@redhat.com>
Date: Thursday, August 05, 1999 1:20 PM
Subject: [gtk-list] howto make a window non-resizable?


>
>How do you make a window non-resizable?
>
>
>
>--
>Patrick Lambert
>E-mail: drow@post.com  FAX: 514-221-2288
>
>--
>To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
>
>



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