basically doing this: foo = ComboEntry() foo.connect("button-press-event", self.on_widget_click) however, self.on_widget_click is *not* being called when i click on foo. how can i work around this or fix it? thanks