Re: get size of a GTKImage

2005-06-22 Thread davidgn
> > [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 manage

Re: get size of a GTKImage

2005-06-20 Thread Brian J. Tarricone
[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 dimens

get size of a GTKImage

2005-06-20 Thread davidgn
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,