Re: [PHP-GTK] undefined method GtkPrintContext::get_cairo_context
[email protected] ("Madeleine D.") Mon, 29 Nov 2010 10:53:50 -0800
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Alex - The last I knew there were parts of Cairo not complete in PhpGtk2; not sure if this is one or not. Also, have you tried the PECL: http://pecl.php.net/package/cairo And you might want to open this conversation on the IRC, if you haven't already, since Elizabeth is there most days and she knows more about the Cairo piece than anybody else I know. Freenode: #php-gtk HTH, Madeleine d. On 11/28/2010 08:11 PM, Alex wrote: > hi, on win32 should I be able to invoke GtkPrintContext::get_cairo_context() > Call to undefined method GtkPrintContext::get_cairo_context() > > this is to run the printing_example.php script > > I saw in the log when my types are generated in /php-gtk/ext/gtk+ I get this > error: > > unknown type 'cairo_t*' > > thx > >