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,
>
> [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
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