Hi,
Thus spoketh craf
unto us on Fri, 03 Dec 2010 14:04:27 -0300:
(...)
> def window():
> t = Toplevel()
> button2 = Button(t,text='Hello').pack()
>
>
> CODE EXPLANATION:---
>
> 1. From the main module FMain.py call the window function
Hi.
I use Python 3.1 and Tkinter.ttk 8.5 on Ubuntu 9.10.
CODE:
module:FMain.py
from tkinter import ttk
from FSecondWindow import *
class App:
def __init__(self,master):
button1 = ttk.Button(master,text='Show
TopLevel',command=lam
Hi.
I use Python 3.1 and Tkinter.ttk 8.5 on Ubuntu 9.10.
CODE:
module:FMain.py
from tkinter import ttk
from FSecondWindow import *
class App:
def __init__(self,master):
button1 = ttk.Button(master,text='Show
TopLevel',command=lam