From: Sandro R. R. F. <san...@ya...> - 2004-04-29 15:52:55
|
2004-04-29 11-40 UTC-0300 Sandro R. R. Freire <san...@ya...> * source/guilib.ch.prg #xcommand MENUITEM <item> [ ID <nId> ] ; ACTION <act> ; [ IMAGE <bmp> ] ; //ADDED by Sandro Freire [<res: FROM RESOURCE>] ; //true use image from resource [ ACCELERATOR <flag>, <key> ] ; [<lDisabled: DISABLED>] ; => ; Hwg_DefineMenuItem( <item>, <nId>, <{act}>, <.lDisabled.>, <flag>, <key>, <bmp>, <.res.>) command MENUITEM changed * source/menu.prg new variable added _oBitmap for use Bitmap + samples/TestMenuBitmap.prg replace to use in MENUITEM Sandro Freire http://www.lumainformatica.com.br |