|
Smalltalk/X WebserverDocumentation of class 'ExtendedComboBox::MenuWrapper': |
|
|
Class: MenuWrapper (private in ExtendedComboBoxThis class is only visible from within ExtendedComboBox.Inheritance:Object | +--GraphicsMedium | +--DisplaySurface | +--SimpleView | +--View | +--TopView | +--PopUpView | +--ExtendedComboBox::MenuWrapper
Description:
problem: we have a grab - and get all events;
to simulate regular behaior inside, we have to synthetically simulate
focus control and implicit grab on buttonPress.
[instance variables:]
comboBox <ExtendedComboBox>
widget <View> the widget which contains the menu
lastPointerView <View> view which contained the
mouse pointer.
used for enter/leave event generation.
implicitGrabView <View> view in which button was pressed;
nilled when released (wherever).
If non-nil, all events are forwarded to this
one (for example to scroll with mouse outside the scrollbar)
eventHandler <OneArgBlock> if not nil, the block will
handle all inputEvents
resizeCursor <Cursor> shown for resize handle
restoreCursor <Cursor> default cursor
Instance protocol:accessing
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 11:57:58 GMT
|