Develop and Download Open Source Software

Browse Subversion Repository

Contents of /filemv/status.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: 622 byte(s)


1 #ifndef _status
2 #define _status
3
4
5 void setstatus(char *mes);
6 void setstatus(int i);
7 void setstatus(int i,int j);
8 void setstatus(int i,int j,int);
9
10 void setstatusnum(DWORD pos);
11 void setstatusonly(char *mes);
12 void setstatusonly(int pos,char *mes);
13 void setstatusbyte(char *mes);
14 void setstatusspace(int num,int all, double space, double total);
15 void setstatus(char *mes,char *m2);
16 void logwrite(char *str, char *str2);
17 void logwrite(short i, short j);
18 void logwrite(char *str);
19 void setstatusMousepos(int num, int x, int y);
20 void setstatusMousepos(int x);
21
22 #define status_num 4
23 #define possize 120
24
25 #include "log.h"
26
27 #endif

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