Re: [Q] : about dialog boxes



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".

cu
/Steffen

-- 
  /"\
  \ /  ASCII Ribbon Campaign    |      Try Not!
   X  * NO HTML/RTF in e-mail   |    Do or Do Not.
  / \ * NO MSWord docs in e-mail|There is no Try. -Yoda



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