[pygtk] gtk.ComboBox with RELIEF_NONE

2008-10-02 Thread Darren Hart
I've been trying to find a way to create a combobox with no relief (like the sidebar selector in nautilus). So far I haven't found a way to set this property for a gtk.ComboBox. Is there a way? >From what I can see so far I'd have to use a container button with a label and a gtk arrow and a menu

Re: [pygtk] Totals in TreeView

2008-10-02 Thread Neil Dugan
Alessandro Dentella wrote: > Hi list, > > I try wit a different subject... sometime that makes the difference! > > I guess I'm not the only one that tried adding a different look for a row. > In internet there's plenty of solutions via a model column and some via > set_cell_data_f

Re: [pygtk] _msbt.pyd lib

2008-10-02 Thread Frédéric
Le 2/10/2008, "Frédéric" <[EMAIL PROTECTED]> a écrit: >> ImportError: "MemoryLoadLibrary failed loading bluetooth\_msbt.pyd" > >How can I force py2exe to bundle this lib? Sorry, wrong list :o/ -- Frédéric ___ pygtk mailing list pygtk@daa.com.au h

Re: [pygtk] _msbt.pyd lib

2008-10-02 Thread Frédéric
Le 1/10/2008, "Frédéric" <[EMAIL PROTECTED]> a écrit: > ImportError: "MemoryLoadLibrary failed loading bluetooth\_msbt.pyd" How can I force py2exe to bundle this lib? -- Frédéric ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailm

[pygtk] Connecting gtk.MenuItems to existing accelerators

2008-10-02 Thread Walter Leibbrandt
Hi, Much more than the subject, I cannot explain well, so I'll let the code do the talking: self.accel_group = gtk.AccelGroup() self.main_window.add_accel_group(self.accel_group) gtk.accel_map_add_entry("/Edit/Undo", gtk.keysyms.z, gdk.CONTROL_MASK) gtk.accel_ma