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

1.5 BLOX.BButtonLike

Defined in namespace BLOX
Superclass: BLOX.BExtended
Category: Graphics-Examples
I am an object whose 3-D appearance resembles that of buttons.

1.5.1 BLOX.BButtonLike: accessing  (instance)


1.5.1 BLOX.BButtonLike: accessing

callback
Answer a DirectedMessage that is sent when the receiver is clicked, or nil if none has been set up.

callback: aReceiver message: aSymbol
Set up so that aReceiver is sent the aSymbol message (the name of a zero- or one-argument selector) when the receiver is clicked. If the method accepts an argument, the receiver is passed.

invokeCallback
Generate a synthetic callback

pressed
This is the default callback for the widget; it does nothing if you don't override it. Of course if a subclass overriddes this you (user of the class) might desire to call this method from your own callback.



Back: BLOX.BButtonLike Up: BLOX.BButtonLike Forward: BLOX.BCanvas   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html