Hi, Builtin stock icons were disabled on purpose in Maemo, so you won't get any images. Stock item texts are displayed normally. You can google for some old discussions if interested.
Cheers, -Markku- Nick Nobody wrote: > 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
