⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hello_world_wt.py

📁 The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt
💻 PY
字号:
# A "simple as it gets" widget templateimport PicoGUIapp = PicoGUI.Application('Greetings', PicoGUI.WTFile())l = app.addWidget('Label')l.side = 'All'l.text = 'Hello, World!'l.font = ':24:Bold'import sysif len(sys.argv) > 1:    fname = sys.argv[1]else:    fname = 'hello.pgwt'open(fname, 'w').write(app.server.dump())

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -