Re: Label resize policy
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: Vladislav Grinchenko <3rdshift comcast net>
- Cc: Gtk+ app dev list <gtk-app-devel-list gnome org>
- Subject: Re: Label resize policy
- Date: Fri, 17 Sep 2004 19:03:07 +0200 (CEST)
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]