FocusFrame(3X) manual page
Table of Contents
FocusFrame - frame used to support keyboard traversal
#include
<ivplus/frame.h>
FocusFrame is used by interactors that don’t draw
on their own canvas to get the location cursor used in keyboard traversal.
FocusFrame uses the static interactor painter highlightPainter to draw
the frame. Currently, most interactors draw on their own canvas for the
location cursor. This class would probably not be useful for other purposes.
ScrollBar is an example of a class which uses a focusframe.
FocusFrame->Frame->IVFrame->MonoScene->Scene->Interactor
Create a focusframe
around the given interactor with the specified width.
Inserts an interactor into the frame.
Calls
the Interactor operation Focused() with a boolean value indicating whether
or not this is the currently focused interactor.
The following
resources are application level resources. See World(3X)
.
Color
of the location cursor.
Width of the location cursor.
None.
frame.h
frame.C
Frame(3X)
, Interactor(3X)
, IVFrame(3X)
, MonoScene(3X)
, Scene(3X)
.
Table of Contents