
WIN_COLLAPSE_EXPOSURES
Collapses contiguous multiple Exposure (and GraphicsExpose) events destined for the same
window that are grouped by the count field in the X Expose event.
Argument: Bool
Default:
TRUE
Procs: create, get, set
Objects: Xv_Window
See Also: 5.3
WIN_COLUMN_GAP
Specifies the gap between columns in the window.
Argument: int
Default: 0
Procs: create, get, set
Objects: Xv_Window
WIN_COLUMN_WIDTH
Specifies the width of a column in the window.
Argument: int
Default: Font’s default width
Procs: create, get, set
Objects: Xv_Window
WIN_COLUMNS
Specifies the window’s width (including left and right margins) in columns relative to the width of the
window’s font.
WIN_COLUMNS is not a valid xv_create() attribute for a Textsw. Issue a separate
xv_set() call after the xv_create() in order to set this attribute on a Textsw.
Argument: int
Default: Varies based on font, typically 80 columns
Procs: create, get, set
Objects: Xv_Window
WIN_CONSUME_EVENT
Specifies that the window will accept an event of type specified. The event is appended to the current
input mask.
Argument: Event code (defined in <xview/win_input.h>)
Default: Varies from package to package
Procs: create, get, set
Objects: Xv_Window
See Also: 6.3.2, 5.7.1,
WIN_CONSUME_X_EVENT_MASK,
WIN_CONSUME_EVENTS,WIN_IGNORE_EVENT, WIN_IGNORE_EVENTS,
WIN_X_EVENT_MASK
WIN_CONSUME_EVENTS
Specifies a
NULL-terminated list of event types that this window accepts. The event ...