Re: [pygtk] GTK installer from gladewin32 and pygtk ...

2004-09-08 Thread Cedric Gustin
Ivan Wong wrote:
3. Run the Gtk-demo (Start menu/Gtk/Gtk-demo).
everythin looked good just a silly font warning
** (gtk-demo.exe:3908): WARNING **: Couldn't load font Tahoma Italic 8 
falling
 back to Sans Italic 8
 
 
 I think it relates to wimp. Have you tried other themes?

Right, this is a wimp problem. There is no real
font file for Tahoma Italic. It is synthesized by the windows rasteriser
on the fly. Unfortunately, as GTK+ cannot find the real font file, you
get a warning in a command window.

I guess the best on win32 is to avoid italic and use bold instead (with
#ifdefs).

Cedric
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] GTK installer from gladewin32 and pygtk ...

2004-09-08 Thread John Ehresman
Cedric Gustin wrote:
Right, this is a wimp problem. There is no real
font file for Tahoma Italic. It is synthesized by the windows rasteriser
on the fly. Unfortunately, as GTK+ cannot find the real font file, you
get a warning in a command window.
There's a bug and partial fix for this at 
http://bugzilla.gnome.org/show_bug.cgi?id=110521

John
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] RSS output

2004-09-08 Thread Christian Robottom Reis

Sridhar R. contributed some code to generate an RSS feed of PyGTK.org
and I have just finished integrating the remaining bits into CVS. It
should resync overnight, and we'd appreciate testing and feedback on it
as soon as pygtk.org is updated (you'll see an RSS link on the
right-hand menu).

Thanks to Sridhar for taking up the challenge as quickly as he did.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 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/


[pygtk] GenericCellRenderer problem

2004-09-08 Thread Brian Campbell
I am trying to implement a custom cell renderer by subclassing
gtk.GenericCellRenderer.  The on_activate and on_start_editing methods of
gtk.GenericCellRenderer are never called, although on_get_size and on_render
work fine.  Is there something I am missing?  Do these functions work?


___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/