<< SL_OrWindowClip | SL_DetachWindowMenu >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_AttachWindowMenu
NAME
SL_AttachWindowMenu -- attaches a menu to a window.
SYNOPSIS
success = SL_AttachWindowMenu(winhandle, menuid);
D0 A0 D0
SLFLAG SL_AttachWindowMenu(WINHANDLE, UWORD);
FUNCTION
This will attach the menu specified by menuid to the window.
INPUTS
winhandle - as returned by SL_CreateWindowA.
menuid - the resource id of the menu to add.
RESULTS
success - TRUE if the menu was found and attached.
FALSE if the menu could not be found.
SEE ALSO
SL_DetachWindowMenu, SL_SetWindowAttr.
SL_AttachWindowMenu Command Section By Type url:SL_AttachWindowMenu
created:2008-03-01 23:36:19 last updated:2008-03-01 23:36:19
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_AttachWindowMenu | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_OrWindowClip | SL_DetachWindowMenu >> |
Top: Documentation Library | Up: SoftLogik App Library API |