Re: Label resize policy



Hi

My first guess are wrong parameters to gtk_box_pack_start for the label.
Did you set "expand" and "fill" to TRUE?

Otherwise you might check "width" and "height" of

// The widgets desired size.
GTK_WIDGET(label)->requisition

// The widgets allocated size.
GTK_WIDGET(label)->allocation

HTH

Jan-Marek



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