gtk.Widget.__init__(self)
                style = gtk.rc_get_style_by_paths (self.get_settings(),
                        'GtkEntry', 'GtkEntry', gobject.TYPE_NONE)

Using gtk.Entry instead of gobject.TYPE_NONE will get you a style object, but I'm not sure if that's what you want.

Tom

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to