Home
last modified time | relevance | path

Searched refs:cmMenu (Results 1 – 19 of 19) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0311.pp14 cmMenu = 3;
/dports/devel/fpc-fv/fpc-3.2.2/packages/fv/src/
H A Dfvconsts.pas221 cmMenu = 3;
H A Dmenus.pas634 evCommand: If (E.Command = cmMenu) Then Begin { Menu command }
860 If Event.Command = cmMenu Then DoSelect; { Select menu item }
H A Dapp.pas1147 NewStatusKey('', kbF10, cmMenu,
H A Dviews.pas217 cmMenu = 3; { Menu command }
/dports/lang/fpc-source/fpc-3.2.2/packages/fv/src/
H A Dfvconsts.pas221 cmMenu = 3;
H A Dmenus.pas634 evCommand: If (E.Command = cmMenu) Then Begin { Menu command }
860 If Event.Command = cmMenu Then DoSelect; { Select menu item }
H A Dapp.pas1147 NewStatusKey('', kbF10, cmMenu,
H A Dviews.pas217 cmMenu = 3; { Menu command }
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dwviews.pas573 if E.Command = cmMenu then
823 if E.Command = cmMenu then
1152 if E.Command = cmMenu then
H A Dfpide.pas1109 NewStatusKey('', kbF10, cmMenu,
H A Dweditor.pas3619 Message(Application,evCommand,cmMenu,nil);
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dwviews.pas573 if E.Command = cmMenu then
823 if E.Command = cmMenu then
1152 if E.Command = cmMenu then
H A Dfpide.pas1109 NewStatusKey('', kbF10, cmMenu,
H A Dweditor.pas3619 Message(Application,evCommand,cmMenu,nil);
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dglobal.c883 ev. cmd = cmMenu; in generic_view_handler()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_menu.c709 ev. cmd = cmMenu; in send_cmMenu()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DWidget.c1004 case cmMenu: in Widget_handle_event()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h767 #define cmMenu (0x00000029|ctDiscardable) /* send when menu going to be activated */ macro