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

📄 swift.zc

📁 实现树形结构
💻 ZC
字号:
//[c]swift - imports everything
//[c]
//[of]:	license
//[c]    Code Browser - a folding text editor for programmers
//[c]    Copyright (C) 2003-07 Marc Kerbiquet
//[c]
//[c]    This program is free software; you can redistribute it and/or modify
//[c]    it under the terms of the GNU General Public License as published by
//[c]    the Free Software Foundation; either version 2 of the License, or
//[c]    (at your option) any later version.
//[c]
//[c]    This program is distributed in the hope that it will be useful,
//[c]    but WITHOUT ANY WARRANTY; without even the implied warranty of
//[c]    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//[c]    GNU General Public License for more details.
//[c]
//[c]    You should have received a copy of the GNU General Public License
//[c]    along with this program; if not, write to the Free Software
//[c]    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//[cf]
//[c]
public

import "graphics/geometry"
import "graphics/graphics"

import "file/file-defines"

import "user/box"
import "user/keyboard"
import "user/menu"
import "user/accelerator"
import "user/command"
import "user/container-box"
import "user/border-box"
import "user/shell"
import "user/blank-box"
import "user/label-box"
import "user/left-list-box"
import "user/grid-box"
import "user/paned-box"
import "user/frame"
import "user/dialog-box"
import "user/edit-box"
import "user/directory-box"
import "user/drop-down-edit-box"
import "user/drop-down-list-box"
import "user/list-box"
import "user/tree-box"
import "user/image-list"
import "user/check-box"
import "user/button"
import "user/stacking-box"
//import "user/collapsing-box"
import "user/separator-box"
//import "user/notebook-list"
import "user/multi-view"
import "user/box-initializers"
import "user/notebook"
import "user/scrollbar"

import "toolbox/message-box"
import "toolbox/file-selector-box"
//import "toolbox/font-selector-box"
import "toolbox/clipboard"
import "toolbox/timer"
import "toolbox/process"

end

⌨️ 快捷键说明

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