In gtk.py in GtkText there is
def insert(self, font, fg, bg, string):
_gtk.gtk_text_insert(self._o, font, fg, bg, string,
len(string))
Could anyone tell me what kind of font this is? Following the
Gtk-documentation I would say it should be a GdkFont but I can't seem to
find this class reflected in the pygtk files, and GDK.py doesn't help out
much.
Thanks in advance
Niklas Saers
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk