Class: Window
Syntax:
extern _kernel_oserror *window_set_default_focus
(
unsigned int flags,
ObjectId window,
ComponentId focus
);
Purpose: Function sets which gadget the cursor appears in when the window specified is open. focus = -1 means no default focus, and focus = -2 means put the focus in the window.
|
|
|