Next: , Previous: , Up: BLOX package   [Index]


1.26 BLOX.Blox

Defined in namespace BLOX
Superclass: BLOX.BEventTarget
Category: Graphics-Windows

I am the superclass for every visible user interface object (excluding canvas items, which are pretty different). I provide common methods and a simple Tcl interface for internal use. In addition, I expose class methods that do many interesting event-handling things.

NOTE: some of the methods (notably geometry methods) may not be suitable for all Blox subclasses and may be included only for backwards compatibility towards 1.1.5 BLOX. You should use geometry methods only for subclasses of BWidget.