[maemo-developers] Stock GTK Icons

From: Markku Vire markku.vire at movial.fi
Date: Tue Mar 3 10:54:25 EET 2009
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()


More information about the maemo-developers mailing list