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
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
--
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