Back: BLOX.BEmbeddedText-accessing Up: BLOX package Forward: BLOX.BEventSet class-initializing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.18 BLOX.BEventSet

Defined in namespace BLOX
Superclass: BLOX.BEventTarget
Category: Graphics-Windows
I combine event handlers and let you apply them to many objects. Basically, you derive a class from me, override the #initialize: method to establish the handlers, then use the #addEventSet: method understood by every Blox class to add the event handlers specified by the receiver to the object.

1.18.1 BLOX.BEventSet class: initializing  (class)
1.18.2 BLOX.BEventSet: accessing  (instance)
1.18.3 BLOX.BEventSet: initializing  (instance)


1.18.1 BLOX.BEventSet class: initializing

new
This method should not be called for instances of this class.

new: widget
Private - Create a new event set object that will attach to the given widget. Answer the object. Note: this method should be called by #addEventSet:, not directly


1.18.2 BLOX.BEventSet: accessing

widget
Answer the widget to which the receiver is attached.


1.18.3 BLOX.BEventSet: initializing

initialize: aBWidget
Initialize the receiver's event handlers to attach to aBWidget. You can override this of course, but don't forget to call the superclass implementation first.



Back: BLOX.BEventSet-accessing Up: BLOX.BEventSet Forward: BLOX.BEventTarget   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html