[maemo-developers] Stock GTK Icons

From: Nick Nobody me at nikosapi.org
Date: Sat Feb 28 07:37:16 EET 2009
Hello,

How come the following short pygtk program doesn't display it's stock
icon on maemo? Am I doing something wrong or is this intentional?

#!/usr/bin/env python

import gtk

w = gtk.Window()
b = gtk.Button(gtk.STOCK_NEW)
b.set_use_stock(True)
w.add(b)
w.show_all()

gtk.main()


More information about the maemo-developers mailing list