Re: [pygtk] Gtk.ImageMenuItem

2005-04-29 Thread Eric Jardim
On 4/29/05, Milen Dzhumerov <[EMAIL PROTECTED]> wrote: ... I provide a stock_id but I don't need a accel group so I pass None. Is there a way to set and change the label next to theimage? Hmm, I think it will use the label of the stock_id. You can add your custom stock items with your custom labe

[pygtk] Gtk.ImageMenuItem

2005-04-29 Thread Milen Dzhumerov
Hi all, Sorry for asking this silly question, but I couldn't figure out how to set a label for a Gtk.ImageMenuItem. On this address(http://www.pygtk.org/pygtk2reference/class-gtkimagemenuitem.html ) it says that the constructor is "gtk.ImageMenuItem(stock_id=None, accel_group=None)", I provide a s