|
Class: ClientView (private in XEmbedContainerView
This class is only visible from within
XEmbedContainerView.
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--XEmbedContainerView::ClientView
- Package:
- stx:libview
- Category:
- Views-XEmbed
- Owner:
- XEmbedContainerView
event handling
-
focusIn
-
XEMBED_FOCUS_IN
-
focusOut
-
XEMBED_FOCUS_OUT
-
hasKeyboardFocus: aBoolean
-
(comment from inherited method)
notification from the windowGroup that I got the keyboardFocus.
-
propertyChange: propertyId state: state
-
(comment from inherited method)
A property has changed, nothing to do here.
Note:
This is very X specific. PropertyChange events must be enabled
to get this event. To enable, do:
self enableEvent: #propertyChange
initialization & release
-
destroy
-
(comment from inherited method)
unmap & destroy - make me invisible, destroy subviews then
make me unknown to the device
-
initEvents
-
(comment from inherited method)
will be sent by create - can be redefined by subclasses to enable
view events
-
setContainer: container id: wid
-
private
-
mapUnmapAccordingToXEmbedInfo
-
Huh. may this happen?
|