Wx::AcceleratorEntry

From WxPerl wiki

Revision as of 23:26, 22 October 2009 by Lichtkind (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wxAcceleratorEntry(int flags, int keyCode, int cmd)

Wx::AcceleratorEntry(
	 wxACCEL_ALT || wxACCEL_SHIFT || wxACCEL_CTRL || wxACCEL_NORMAL,
	 'D' || WXK_NUMPAD1, # ASCII must be UPPERCASE.  see %Keycodes% 
	 66666,		# EVT_MENU( $frame, 66666, \&DoSomething );
);
Google AdSense