[EMAIL PROTECTED] wrote: > I am writing some app where I need to move an image around inside a GtkFixed, > and I need to get it's size. > > I create the image from a file with gtk_image_set_from_file() > > Is there an easy way? I managed to get it's dimensions by getting > it's > pixbuf, > but how can I be sure if it will always have an associated pixbuf? > > Reason is I want to center it initially and redimension it's container > so that > it fits. > > Any suggestion?
After it's been realised, you can get the size from widget->allocation.width and widget->allocation.height. -brian _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list