1 Star 6 Fork 5

cheney/tkinter界面展示

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
test_advanced_widgets.py 1.12 KB
Copy Edit Raw Blame History
cheney authored 2021-08-25 03:05 . New: canvas
from win import Win
from advanced_widgets import *
# some functions are not testing myself, if any bugs please fix first then run again
# it should be a minor problem
def test_Toplevel():
toplevel = ToplevelCustom()
toplevel.resource_set_test()
toplevel.methods_entry_test()
def test_PanedWindow():
pw = PanedWindowCustom()
pw.resource_set_test()
pw.methods_entry_test()
def test_Listbox():
lb = ListboxCustom()
lb.resource_set_test()
lb.methods_entry_test()
def test_Spinbox():
sb = SpinboxCustom()
sb.resource_set_test()
sb.methods_entry_test()
def test_Textbox():
tx = TextboxCustom()
tx.resource_set_test()
tx.methods_entry_test()
def test_ScrolledTextbox():
tx = ScrolledTextCustom()
tx.resource_set_test()
tx.methods_entry_test()
def test_BitmapImagetbox():
image = BitmapImageCustom()
def test_PhotoImagetbox():
image = PhotoImageCustom()
def test_Canvasbox():
canvas = CanvasCustom()
canvas.resource_set_test()
canvas.methods_entry_test()
if __name__ == '__main__':
test_Toplevel()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cheneykids/tkinter-interface-display.git
git@gitee.com:cheneykids/tkinter-interface-display.git
cheneykids
tkinter-interface-display
tkinter界面展示
master

Search

0d507c66 1850385 C8b1a773 1850385