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()

_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to