Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_get_cursor_position
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
unsigned int *index,
);
Purpose: Function gets the cursor position within a text area, which is written to index (requires TextGadgets 0.22).
|
|
|