On Tue, Dec 23, 2003 at 12:45:17PM +0000, Sajith VK wrote: > I need to use some pango functions in my program. > Is the pango binding in the pygtk is compleete? I find functions > like itemize() and reoder() in pango, but they are not available > in pygtk-pango.
Not all functions are wrapped; look at the PyGTK source code to see if/why the function you want isn't wrapped. > Also the API structure of pango and pango in pygtk seems to be > different. can somebody explain what exactly the difference? AFAIK (which may not mean much), there shouldn't be a significant difference apart from pythonization and objectification <wink>. It helps if you ask for specific functions you require (and what you are trying to do with them) since then `someone' can step up and propose a solution or workaround. 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/
