Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_insert_text
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
unsigned int index,
const char *text
);
Purpose: Function inserts text into a text area at the position specified by index. The input string must be NUL terminated and may contain line feeds.
|
|
|