Hi , Here is what I did to find if "any" popup-menu is open
ImplSVData pSVData = ImplGetSVData();
if ( pSVData->maAppData.mpActivePopupMenu)
printf("popup is open\n");
Question:
How do I find if "any" of the menubar is open ??
Regards,
Jayant
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
