Develop and Download Open Source Software

Browse Subversion Repository

Contents of /filemv/mouseg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Wed Jan 2 22:06:47 2008 UTC (16 years, 4 months ago) by tabasa
File MIME type: text/plain
File size: 216 byte(s)


1 #define MENU_MOUSEGESTURE_Len_MAX IDM_CMD_BASE
2
3
4 class menuMouse
5 {
6 HMENU menu[3];
7 int num;
8 public:
9 menuMouse(){num=0;};
10 int getNum() ;
11 int addlist(HWND) ;
12 int init(HMENU,HMENU,HMENU) ;
13 int PrintList(HMENU);
14 };

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision
svn:mime-type text/plain

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26