發表文章

目前顯示的是 11月 5, 2018的文章

Joe Jones (singer)

圖片
Joe Jones Birth name Joseph Charles Jones Born ( 1926-08-12 ) August 12, 1926 New Orleans, Louisiana, United States Died November 27, 2005 (2005-11-27) (aged 79) Los Angeles, California, U.S. Genres R&B Occupation(s) Singer, songwriter, arranger Labels Capitol Joseph Charles "Joe" Jones (August 12, 1926 – November 27, 2005) [1] was an American R&B singer, songwriter and arranger, who was born in New Orleans, Louisiana. Jones is also generally credited with discovering the Dixie Cups. He also worked with B.B. King. [2] As a singer, Jones had his greatest hit in the form of the Top Five 1960 R&B hit "You Talk Too Much", which also reached #3 on the pop chart. Career Jones served in the U.S. Navy, where he played piano in a band, before studying music at the Juilliard Conservatory of Music. He formed a band, Joe Jones and his Atomic Rebops, in the late 1940s; band members played on Roy Brown's 1947 hit "Go

Joe Jones (singer)

圖片
Joe Jones Birth name Joseph Charles Jones Born ( 1926-08-12 ) August 12, 1926 New Orleans, Louisiana, United States Died November 27, 2005 (2005-11-27) (aged 79) Los Angeles, California, U.S. Genres R&B Occupation(s) Singer, songwriter, arranger Labels Capitol Joseph Charles "Joe" Jones (August 12, 1926 – November 27, 2005) [1] was an American R&B singer, songwriter and arranger, who was born in New Orleans, Louisiana. Jones is also generally credited with discovering the Dixie Cups. He also worked with B.B. King. [2] As a singer, Jones had his greatest hit in the form of the Top Five 1960 R&B hit "You Talk Too Much", which also reached #3 on the pop chart. Career Jones served in the U.S. Navy, where he played piano in a band, before studying music at the Juilliard Conservatory of Music. He formed a band, Joe Jones and his Atomic Rebops, in the late 1940s; band members played on Roy Brown's 1947 hit "Go

GTK window destroy_with_parent does not work

圖片
up vote 0 down vote favorite I am using GTK+3 in python 2.7. I have some .glade files with windows in it and some of these windows are opening the others at the top level of themselves. I set " transient for " attribute of child windows to its parent window. My problem is that I want to destroy the child window when its parent is destroyed. Although either I write set_destroy_with_parent(True) in the code or check it in Glade designer, it does nothing and parent window will destroy and child remains! here is a example of my code: self.window = self.builder.get_object("showPymnts") #GTK Window self.mainDlg = self.builder.get_object("FormWindow") #GTK Window def showFunction(self , parent ): if parent: self.window.set_transient_for(parent) self.window.set_destroy_with

GTK window destroy_with_parent does not work

圖片
up vote 0 down vote favorite I am using GTK+3 in python 2.7. I have some .glade files with windows in it and some of these windows are opening the others at the top level of themselves. I set " transient for " attribute of child windows to its parent window. My problem is that I want to destroy the child window when its parent is destroyed. Although either I write set_destroy_with_parent(True) in the code or check it in Glade designer, it does nothing and parent window will destroy and child remains! here is a example of my code: self.window = self.builder.get_object("showPymnts") #GTK Window self.mainDlg = self.builder.get_object("FormWindow") #GTK Window def showFunction(self , parent ): if parent: self.window.set_transient_for(parent) self.window.set_destroy_with