Hi,

Try the following code :

...
uses ... GTK, gdkpixbuf ...
....

function gdk_pixbuf_rotate_simple(pixbuf : PGdkPixbuf; angle :
longint) : PGdkPixbuf; external 'libgdk-x11-2.0.so' name
'gdk_pixbuf_rotate_simple';

Ido

On 5/13/07, Fujimaki Haruyuki <[EMAIL PROTECTED]> wrote:
ik wrote:
> Apparently you will have to import the function on your own at this
> time :(
> I believe (not sure though, maybe someone can answer that) pixbuf
> device, is the font handle (in this case). If so, then you can use it
> as follows:
[...]

Thank you for giving an example code.
I have never imported GTK functions.
Unfortunately, I do not have time to learn how to import it now.
If I have enough time, I will try.

Haruyuki

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



--
http://ik.homelinux.org/

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to