add more frames

a little progress in code.

i decided to add inheritance in widgets.
This commit is contained in:
lizhi-rocky
2010-07-08 17:35:07 +08:00
parent d1760bad48
commit b0a6b3d31d
3 changed files with 209 additions and 2 deletions

View File

@@ -52,3 +52,9 @@ def display_widget_sub(w, p_win):
def kill_widget(win):
''' win - Tk window instance '''
win.destroy()
def display_entry(w):
def display_listbox(w):
def display_radiobutton(w):