On Tue, 24 Feb 2009 05:56:12 +0100, Peter Billam
wrote:
Greetings,
As a newbie, starting with Python3, I'm working my way through Mark
Summerfield's tkinter examples. In the toolbar, there's lines like:
for image, command in (
('images/filenew.gif', self.fileNew),
('ima
En Tue, 24 Feb 2009 02:56:12 -0200, Peter Billam
escribió:
As a newbie, starting with Python3, I'm working my way through Mark
Summerfield's tkinter examples. In the toolbar, there's lines like:
image = os.path.join(os.path.dirname(__file__), image)
image = tkinter.PhotoImage(file
Greetings,
As a newbie, starting with Python3, I'm working my way through Mark
Summerfield's tkinter examples. In the toolbar, there's lines like:
for image, command in (
('images/filenew.gif', self.fileNew),
('images/fileopen.gif', self.fileOpen),
('images/filesave.g