AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     textarea.h

Syntax:     
extern _kernel_oserror *textarea_get_selection_text
(
unsigned int  flags,
ObjectId      object_id, 
ComponentId   component_id,
char         *buffer,
int           size,
unsigned int *nbytes
);


Purpose:     Function copies any selected text within a text area to a buffer provided by the client or, if called with buffer == NULL, writes the required buffer size to nbytes. The output string is NUL terminated and may contain line feeds. This is one of two C veneers for method TextArea_GetSelection.

[sh-index] Back to list of manuals