On Tue, Dec 23, 2003 at 08:42:19PM +0000, Sajith VK wrote:
> I need the function pango_reoder_items(). In my language,(malayalam)
> pango first reoders the charecters before rendering.
> I need to get the reodered form of a string, so that
> I can know how it is going to be rendered by pango.
AFAIK, this function isn't wrapped by PyGTK (or at least, it wasn't back
in January [1]). You can check while building PyGTK if you get this
message while procesing pango.defs:
Could not write function reorder_items: No ArgType for GList*
There are a couple of others that were missing too.
The good news is that it probably isn't very hard to implement it, so
I'd suggest you take a look at the source code and see if you can manage
to wrap the function.
At any rate, you should open a bug on bugzilla.gnome.org to account for
the missing function, and if you manage to produce a patch, attach it
there.
[1] http://www.daa.com.au/pipermail/pygtk/2003-January/004290.html
Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/