| actionWidgetFrom: spec | Utility to return an action widget based on spec over self (eg. an image widget) |
| actionWidgetFrom: spec in: repository on: aReceiver | Utility to return an action widget based on spec over a receiver (eg. an image widget) |
| addChild: | Adds a child widget to the receiver |
| center | Adds a child center element to the receiver |
| close | Receiver is closed and removed as child of its parent |
| createElement: aTag | Creates a GUI element with tag in the receiver's document |
| defaultMakeup | Sets the style of the receiver (left empty) |
| desktop | Returns the top level container (from parent or from superclass) |
| hideWindow | Hide window via style setting |
| imageWidget: | - |
| imageWidget:in: | - |
| initializeName | Gets name from parent or current desktop |
| isHidden | Return whether receiver is currently hidden |
| isOpen | Return whether receiver is currently opened |
| open:in: | Opens the receiver as a child of a container. |
| reset | Refined by subclasses |
| showWindow | - |
| tag | - |
| touchStart:in: | - |
| update | Reset and configure the receiver |
| click: | A mousedown and mouseup event occured on the same element. Or the user activated the element that has the keyboard focus (usually by pressing Enter or the space bar). |
| dblclick: | Two mouse click events occured on the same element within a reasonable time |
| mouseDown: | A user pressed a mouse button over an element |
| mouseMove: | The pointer is moving while it is over an element |
| mouseOver: | The mouse pointer is moved onto an element, or onto one of its children |
| mouseOut: | The mouse pointer is moved out of an element, or out of one of its children |
| mouseUp: | A user released a mouse button over an element |
| keyDown: | - |
| keyPress: | - |
| keyUp | - |