Menu

#3 Expose certain menu/key functions

Future Release
open
nobody
5
2004-03-17
2004-03-17
No

Hi,

I know about (simple) modules in .pm files, but I don't
know about
the .xs-files. So maybe this is a boring question for you
experts:

In the file "guitest.xs" are some interesting functions I'd
like to
use,
e.g. "GetMenuItemIndex", "GetMenuItemCount", "KeyDow
n", "KeyUp".
These functions are not exported by the module
guitest.pm.
How can I access these functions? Is there a reason
why they are not
exported?

Especially the "KeyDown" and "KeyUp" would be very
nice in order to
drag an object with the mouse (via SendLButtonDown,
SendMouseMoveAbs,
SendLButtonUp) and press the CTRL or SHIFT key at the
same time.

Thanks for your help.

Michael

Discussion