How do I call g_object_set() from pygtk? It doesn't seem to be in gtk, or gobject module.
I need to set the weight property of a GtkCellRendererText object. To do so , I guess I need to do g_object_set(renderer,"weight",2) or something like that. Is this correct? -- Patriotism is not a flag on your antenna _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
