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,

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

Unresponsive gtk entry

2005-07-11 Thread davidgn
I am writing a small application to identify users using pam. As gtk won't acept sbit binaries, its done with two programs. one cli program to interface with pam and talk on two pipes with the gui one gui who forks to exec the first one and talk with it with the set of pipes. This one also starts