Re: Window (tkinter) with no decoration

2009-02-03 Thread Djames Suhanko
Exactly ! I thank you very much, Matimus !!! >> I would like to do a menu bar like kicker or windows menu. is possible? > Maybe you are looking for this? > rt = Tkinter.Tk() > rt.overrideredirect(True) -- Djames Suhanko LinuxUser 158.760 -- http://mail.python.org/mailman/listinfo/python-list

Re: Window (tkinter) with no decoration

2009-02-03 Thread Matimus
On Feb 3, 8:58 am, Djames Suhanko wrote: > Hello, programmers! >  I would like to do a menu bar like kicker or windows menu. is possible? > > -- > Djames Suhanko > LinuxUser 158.760 Maybe you are looking for this? import Tkinter rt = Tkinter.Tk() rt.overrideredirect(True) # do stuff Matt --

Window (tkinter) with no decoration

2009-02-03 Thread Djames Suhanko
Hello, programmers! I would like to do a menu bar like kicker or windows menu. is possible? -- Djames Suhanko LinuxUser 158.760 -- http://mail.python.org/mailman/listinfo/python-list