def build_InputEntry(self):
inputEntry = gtk.Entry();
inputEntry.connect("key_press_event",self.send_key_event)
inputEntry.connect("key_release_event",self.send_key_event)
inputEntry.connect("paste_clipboard",self.copy)
return inputEntry;
评论列表
文章目录