Class: Window
Syntax:
extern _kernel_oserror *window_add_gadget
(
unsigned int flags,
ObjectId window,
Gadget *gadget,
ComponentId *gadget_component
);
Purpose: Function adds a gadget to the list of gadgets for this window object. If flags = -1 then the Toolbox will allocate an unused Component Id.
|
|
|