Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_replace_text
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
unsigned int index_start,
unsigned int index_end,
const char *text
);
Purpose: Function replaces the text between positions index_start and index_end within a text area. The replacement string (text) must be NUL terminated and may contain line feeds.
|
|
|