Re: get size of a GTKImage
- From: davidgn servidor unam mx
- To: gtk-app-devel-list gnome org
- Subject: Re: get size of a GTKImage
- Date: Wed, 22 Jun 2005 17:03:31 -0500 (CDT)
davidgn servidor unam mx 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
I am using Python pygtk, and have done that but it returns always 1
I create the GtkImage, an event box and add the image to the event box, but
allocation.width and allocation.height are 1 in both the image and the event box.
-------------------------------------------------
www.correo.unam.mx
UNAMonos Comunicándonos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]