Type XttGraphOptionsMask
Version 1.0
 Bitmask for xtt graph options.

See also




XttGraphOptionsMask elements   pwr_mXttGraphOptionsMask
FullScreen Full screen. The window is created fullscreen without frame.
Maximize Maximize. The window is created maximized.
FullMaximize Full maximize.
Iconify Iconify. The window is created iconified.
Menu Menu.
Scrollbars Scrollbars. Adds horizontal and vertical scrollbar.
Navigator Navigator. Opens a navigator for scrolling and zooming.
HideDecorations Decorations. The window is create without frame.
Dialog Dialog window. Window can't be resized, minimized or maximized.


Elements detail


FullScreen
Value 1
c-type pwr_mXttGraphOptionsMask_FullScreen
 Full screen. The window is created fullscreen without frame.

Maximize
Value 2
c-type pwr_mXttGraphOptionsMask_Maximize
 Maximize. The window is created maximized.

FullMaximize
Value 4
c-type pwr_mXttGraphOptionsMask_FullMaximize
 Full maximize.

Iconify
Value 8
c-type pwr_mXttGraphOptionsMask_Iconify
 Iconify. The window is created iconified.

Menu
Value 16
c-type pwr_mXttGraphOptionsMask_Menu
 Menu.

Scrollbars
Value 32
c-type pwr_mXttGraphOptionsMask_Scrollbars
 Scrollbars. Adds horizontal and vertical scrollbar.

Navigator
Value 64
c-type pwr_mXttGraphOptionsMask_Navigator
 Navigator. Opens a navigator for scrolling and zooming.

HideDecorations
Value 128
c-type pwr_mXttGraphOptionsMask_HideDecorations
 Decorations. The window is create without frame.

Dialog
Value 256
c-type pwr_mXttGraphOptionsMask_Dialog
 Dialog window. Window can't be resized, minimized or maximized.