
TEXTSW_MULTI_CLICK_TIMEOUT
Specifies the maximum number of milliseconds between successive mouse clicks to still have the
clicks considered a multi-click.
Argument: int
Default: 390
Procs: create, get, set
Objects: Textsw
TEXTSW_NOTIFY_PROC
Names a notify procedure.
Argument: void (*notify_proc) ()
Default:
NULL
Procs: create, set
Objects: Textsw
Callback:
void
notify_proc(textsw, avlist)
Textsw textsw
Attr_avlist avlist
Notify procedure installed by application using
TEXTSW_NOTIFY_PROC.
See Also: 8.12
TEXTSW_READ_ONLY
If TRUE
, prevents editing of the displayed text. If another file is loaded in, read-only status is turned
off again.
Argument: Bool
Default:
FALSE
Procs: create, get, set
Objects: Textsw
TEXTSW_STATUS
If set, specifies the address of a variable of type Textsw_status. A value that reflects what hap-
pened during the call to xv_create is then written into it. Note that this attribute must appear in the
attribute list before the operation whose status you want to determine.
Argument: Textsw_status *
Default: None
Procs: create
Objects: Textsw
See Also: 8.2
TEXTSW_STORE_CHANGES_FILE
Controls whether the target filename given to textsw_store() to save the current contents to a
file changes the name of the file being edited (
TEXTSW_FILE).
Argument: Bool
Default:
TRUE
Procs: create, set
Objects: Textsw
See Also: 8.5.1
146 XView Reference Manual