Re: [pygtk] accelerator for an image button.

2008-07-09 Thread Neil Dugan
Gian Mario Tagliaretti wrote: 2007/11/3, Neil Dugan [EMAIL PROTECTED]: Hi Neil, I am trying to make an python/gtk+ app. One problem I am having is attaching an accelerator to a image button. This is the code I am using to create the buttons. --- cut --- def index_control(self):

Re: [pygtk] accelerator for an image button.

2007-11-03 Thread Gian Mario Tagliaretti
2007/11/3, Neil Dugan [EMAIL PROTECTED]: Hi Neil, I am trying to make an python/gtk+ app. One problem I am having is attaching an accelerator to a image button. This is the code I am using to create the buttons. --- cut --- def index_control(self): hbox =

[pygtk] accelerator for an image button.

2007-11-02 Thread Neil Dugan
Hi I am new to this list. I am trying to make an python/gtk+ app. One problem I am having is attaching an accelerator to a image button. This is the code I am using to create the buttons. --- cut --- def index_control(self): hbox = gtk.HBox() for stock