Teek API Documentation
Tcl/Tk interface for Ruby (8.6+ and 9.x).
Quick Links
- Teek::App - Main entry point
Getting Started
require 'teek'
app = Teek::App.new
app.set_window_title('Hello Teek')
app.command(:button, '.b', text: 'Hello', command: proc { app.destroy('.') })
app.command(:pack, '.b')
app.mainloop
Search
Use the search box above to find classes, modules, and methods.