
FRAME_NO_CONFIRM
Controls whether a notice is displayed when a frame is destroyed.
Argument: Bool
Default:
TRUE
Procs: create, get, set
Objects: Frame
See Also: 4.2.4
FRAME_NTH_SUBFRAME
Gets the frame’s nth (from 1) subframe. Returns NULL if requested Subframe does not exist.
Return Type: Frame
Argument: int
Procs: get
Objects: Frame
Usage:
Frame frame;
frame = xv_get (base_frame, FRAME_NTH_SUBFRAME, 1);
See Also: 4.8,
FRAME_NTH_SUBWINDOW
FRAME_NTH_SUBWINDOW
Gets the frame’s nth (from 0) subwindow. Returns NULL if requested Subwindow does not exist.
Return Type: Xv_Window
Argument: int
Procs: get
Objects: Frame
See Also: 4.8,
FRAME_NTH_SUBFRAME
FRAME_PREVIOUS_ELEMENT
When set on a canvas, the focus is set to the view’s horizontal scrollbar, vertical scrollbar, or the last
element in the canvas.
Argument: None
Procs: set
Objects: Frame
FRAME_PREVIOUS_PANE
Set the input focus to the previous pane that can accept input focus.
Argument: None
Procs: set
Objects: Frame
FRAME_RIGHT_FOOTER
Specifies the right-justified footer. XView copies the string on set.
Argument: char *
Default:
NULL
Procs: create, get, set
Objects: Frame
See Also: FRAME_SHOW_FOOTER , FRAME_LEFT_FOOTER
66 XView Reference Manual