> Is there a function, reciprocal to gtk_widget_set_usize()?
> I have a GtkLabel and I want to know its horizontal size.

GtkWidget *label;
label->allocation.height

But remember, the label has to be realized before you can get its size.

Tim
[EMAIL PROTECTED]


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to