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

📄 readme.txt

📁 是TCL的另外一个编译(解释)器
💻 TXT
字号:
BWidget ToolKit 1.4.1				June 2002Copyright (c) 1998-1999 UNIFIX.Copyright (c) 2001-2002 ActiveState Corp. See the file LICENSE.txt for license info (uses Tcl's BSD-style license).--------------------------------------------------------------------------WHAT IS BWIDGET ?The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built usingnative Tcl/Tk 8.x namespaces.The BWidgets have a professional look&feel as in other well knownToolkits (Tix or Incr Widgets), but the concept is radically differentbecause everything is pure Tcl/Tk.  No platform dependencies, and nocompiling required.  The code is 100% Pure Tcl/Tk.The BWidget library was originally developed by UNIFIX Online, andreleased under both the GNU Public License and the Tcl license.BWidget is now maintained as a community project, hosted bySourceforge.  Scores of fixes and enhancements have been added bycommunity developers.  See the ChangeLog file for details.--------------------------------------------------------------------------WIDGET LIST (1.4)Simple Widgets       Label           Extended Label widget      Entry           Extended Entry widget      Button          Extended Button widget      ArrowButton     Button widget with an arrow shape.      ProgressBar     Progress indicator widget      ScrollView      Display the visible area of a scrolled window      Separator       3D separator widgetManager Widgets       MainFrame       Manage toplevel with menu, toolbar and statusbar       LabelFrame      Frame with a Label      TitleFrame      Frame with a title      ScrolledWindow  Generic scrolled widget      ScrollableFrame Scrollable frame containing widget      PanedWindow     Tiled layout manager widget      ButtonBox       Set of buttons with horizontal or vertical layout      PagesManager    Pages manager widget      NoteBook        Notebook manager widget      Dialog          Dialog abstraction with custom buttonsComposite Widgets       LabelEntry      LabelFrame containing an Entry widget.       ComboBox        ComboBox widget      SpinBox         SpinBox widget      Tree            Tree widget      ListBox         ListBox widget      MessageDlg      Message dialog box      ProgressDlg     Progress indicator dialog box      PasswdDlg       Login/Password dialog box (contributed by Stephane Lavirotte)      SelectFont      Font selection widget      SelectColor     Color selection widgetCommands Classes       Widget          The Widget base class      DynamicHelp     Provide help to Tk widget or BWidget      DragSite        Commands set for Drag facilities      DropSite        Commands set for Drop facilities      BWidget         Utilities--------------------------------------------------------------------------INSTALLATION AND USE- On Unix Platform:  Uncompress the file BWidget-<version>.tar.Z|gz  To use the BWidget:  - If you have uncompressed the archive file under the Tcl Library Path    directory, you only need to do:      % package require BWidget  - If not, you have to specify the BWidget installation path in auto_path    global variable:      % lappend auto_path <install_path>      % package require BWidget  To launch the demo, you need to cd into the demo subdirectory:      $ cd <install_path>/demo      $ wish demo.tcl- On Windows and others Platforms:  Uncompress the file BWidget-<version>.zip  To use the BWidget:  - If you uncompressed the archive file under the Tcl Library Path    directory, you only need to do:      % package require BWidget  - If not, you have to specify the BWidget installation path in auto_path    global variable:      % lappend auto_path your_path      % package require BWidget  To launch the demo :      Double click on demo.tcl in the demo subdirectoryDistribution contains these directories:BWidget-<version>   Root directory and BWidget Tcl sources   BWman        HTML manual pages   images       images used by BWidget   lang         Resources for language customization   demo         Demo sources   tests        BWidgets test suite         --------------------------------------------------------------------------DOCUMENTATIONHTML manual pages are available in the BWman subdirectory.  Point toindex.html for frame version with tree navigation, or to contents.htmlfor no frame version.--------------------------------------------------------------------------CONTACTSThe BWidget toolkit is maintained on Sourceforge, athttp://www.sourceforge.net/projects/tcllib/

⌨️ 快捷键说明

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