Re: [Q] : about dialog boxes



On 16.05.2002 20:23 Steffen Klemer wrote:
> Am 2002.05.16 13:52 schrieb(en) Emmanuel:
>> 	Hi all,
>> I was asked to make the filter dialog box resizable. Is that possible 
>> with a gnome dialog box? If not (what I think) I have to make it a 
>> window, then to manage the resize requests signals, and that's it ?
> 
> You can make it resizeable.
> 
> with e.g.
> 
> gtk_window_set_policy (GTK_WINDOW (dialog1), TRUE, TRUE, FALSE);
> 
> The first and second TRUE handle shrink and grow, the FALSE "auto 
> shrink".
> 

Thanks, patch posted on the list (that was so easy with Gtk+, waw ;-).
Bye
Manu



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