CATNavigation2DViewer description

Quick Reference

Abstract

The purpose of this article is to list the detailed properties of the widget CATNavigation2DViewer in Interactive Dialog Designer.

Requirements
Framework VisualizationController
Module CATVisController

CATNavigation2DViewer

Properties Supported Values Default Value Description
Accelerator The accelerator of the dialog object as a CATUnicodeString instance.
Enabled true Sets whether the widget is enabled.
Height 500
Help The help message displayed in the message area of the status bar.
HideFrame false Sets whether the border frame is visible or not.
HideTitle false Sets whether the title is visible or not.
IconFocussed The name of the icon when the dialog object is on focus
IconNormal The name of the icon in its default state
IconSelected The name of the icon when the dialog object is selected
LayoutType Grid
Tabulation
Grid Sets the layout manager for the container
LongHelp The message is displayed in a box when the What's This command is used.
ShortHelp The short help message (or tooltip) of the dialog object.
ShowBasicIcons Displays a frame over the graphic zone to display the basic viewpoint operations icons. (Refrane, etc...)
ShowScrollbars Displays vertical and horizontal scrollbars
Title Title or text content of the widget.
ViewerAnchorDown Sets vertically the anchor at the bottom of the window
ViewerAnchorLeft Sets horizontally the anchor at the left of the window
ViewerAnchorRight Sets horizontally the anchor at the right of the window
ViewerAnchorUp Sets vertically the anchor at the top of the window
Visible true Sets whether the widget is visible.
Width 800
Callbacks Description
DragButton Sent whenever a mouse drag mechanism starts on a button.
DragCancel Sent whenever a mouse drag mechanism stops.
DragDrop Sent whenever a mouse drop happens. This notification is sent by the target of the drag&drop operation.
DragDropEnd Sent whenever a mouse drop happens.This notification is sent by the source of the drag&drop operation.
DragEnter Sent whenever a mouse drag enters the window.
DragLeave Sent whenever a mouse drag leaves the window.
DragOver Sent whenever a mouse drag rolls over the window.
DragStart Sent whenever a mouse drag mechanism begins.
HelpRequested Sent whenever the object is selected using the What's This command.
Resized Sent whenever the object is resized.
VisibilityChanged Sent whenever the object visibility is modified.

History

Version: 1 [Jul 2007] Document created