[maemo-developers] Stock GTK Icons
From: Markku Vire markku.vire at movial.fiDate: Tue Mar 3 10:54:25 EET 2009
- Previous message: libicd-network-wpa
- Next message: PyMaemo on Fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()
- Previous message: libicd-network-wpa
- Next message: PyMaemo on Fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]