Re: Dialog box size?



"M . Thielker" wrote:
> On 2001.08.16 18:06 Emmanuel wrote:
> > dialog
> > box is ridiculously small. What have I missed ?
> 
> On a CList, you may have to call gtk_widget_set_usize to set a size request,
> otherwise the clist will be as small as it's contents, and that's none at
> all at creation time....

BTW, the right way of solving this problem is to call
gtk_window_default_size() and allow the widgets inside the dialog box
to expand. set_usize() should be avoided whenever possible.

/Pawel




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