|
From: Alexander S.K. <al...@be...> - 2004-03-22 10:14:29
|
2004-03-22 13:05 UTC+0300 Alexander Kresin <al...@be...>
* include/guilib.ch
+ New command has been added to define accelerators independently of
menu items:
#xcommand ACCELERATOR <flag>, <key> ;
[ ID <nId> ] ;
ACTION <act>
This command may be used inside MENU OF ... ENDMENU only.
* source/hbrowse.prg
+ oFont variable is added to the HColumn class, it is possible now to have
different fonts for columns in browse.
* source/menu.prg
* Support of ACCELERATOR command is added
* source/misc.c
+ ActivateKeyboardLayout( cLayout ) function has been added. It is intended
to switch the keyboard between English and national layouts, which are set
in the system ( cLayout = "00000409" for English, "00000419" for Russian ).
Regards,
Alexander
http://kresin.belgorod.su
|