#-*-coding:utf-8-*-
'''
Created on 2015年11月30日
@author: Zroad
'''
from Tkinter import *
class Notebook(object):
def __init__(self, master, side=LEFT):
self.active_fr = None
self.count = 0
self.choice = IntVar(0)
if side in (TOP, BOTTOM):
self.side = LEFT
Tkinter实现带标签的记事本
最新推荐文章于 2023-09-18 10:02:35 发布