Browse Subversion Repository
Contents of /filemv/edit.h
Parent Directory
| 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: 383 byte(s)
| 1 |
|
| 2 |
int changeMemo(HWND Edit=NULL); |
| 3 |
void setfile(HWND hEdit,char *file,char *dir); |
| 4 |
void overwrite(HWND hEdit); |
| 5 |
BOOL checkoverwriteOK(char *file); |
| 6 |
void autooverwrite(HWND hEdit); |
| 7 |
void saveTempo(HWND hEdit); |
| 8 |
|
| 9 |
char* cnvbuff(char *buf, long len); |
| 10 |
|
| 11 |
BOOL geteditflag(); |
| 12 |
void seteditflag(BOOL f); |
| 13 |
void saveMemo(HWND); |
| 14 |
void loadMemo(HWND); |
| 15 |
void keylog( HWND, WORD key); |
| 16 |
|
| 17 |
_extern BOOL editflag; |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Id Revision
|
| svn:mime-type |
text/plain
|
|