Class: Window
Syntax:
extern _kernel_oserror *window_set_menu
(
unsigned int flags,
ObjectId window,
ObjectId menu_id
);
Purpose: Function sets the menu that will be displayed when the menu button is pressed over the window. If menu_id = 0 then the menu for the window is detached.
|
|
|