|
Class: ScrollActivity (private in MenuPanel
This class is only visible from within
MenuPanel.
Object
|
+--MenuPanel::ScrollActivity
- Package:
- stx:libwidg2
- Category:
- Views-Menus
- Owner:
- MenuPanel
default icons
-
icon
-
template for the four icons (created by rotating this icon)
-
iconAt: aDirection on: aMenu
-
lazy computation of the four icons (by rotating the down-triangle-icon)
image specs
-
iconBlack
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconBlack inspect
ImageEditor openOnClass:self andSelector:#iconBlack
Icon flushCachedIcons
|
-
iconGrey
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconGrey inspect
ImageEditor openOnClass:self andSelector:#iconGrey
Icon flushCachedIcons
|
-
iconGrey3D
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
iconScrollLeft
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconScrollLeft inspect
ImageEditor openOnClass:self andSelector:#iconScrollLeft
Icon flushCachedIcons
|
-
iconScrollLeftM
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconScrollLeftM inspect
ImageEditor openOnClass:self andSelector:#iconScrollLeftM
Icon flushCachedIcons
|
-
iconScrollRight
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconScrollRight inspect
ImageEditor openOnClass:self andSelector:#iconScrollRight
Icon flushCachedIcons
|
-
iconScrollRightM
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconScrollRightM inspect
ImageEditor openOnClass:self andSelector:#iconScrollRightM
Icon flushCachedIcons
|
instance creation
-
new
-
(comment from inherited method)
return an instance of myself without indexed variables
accessing
-
activeMenu
-
returns the active menu the scrolling is activated on; nil
is returned if scrolling is deactivated
-
direction
-
returns the scroll-direction
-
iconAt: aDirection on: aMenu
-
3 - 1 * 90 180
initialization
-
initialize
-
(comment from inherited method)
just to ignore initialize to objects which do not need it
queries
-
isActive
-
returns true if scrolling is activated
user operations
-
startIfRequiredAt: aDirection on: aMenu comesViaButtonPress: comesViaButtonPress
-
start scrolling; returns true if scrolling is activated
Usage example(s):
true ifTrue:[^ self __startIfRequiredAt:aDirection on:aMenu comesViaButtonPress:comesViaButtonPress].
|
-
stop
-
stop scrolling;
returns true if the scrolling was activated otherwise false
|