Changeset 104 for cpp/gdk/framsg.h
- Timestamp:
- 07/23/13 18:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/framsg.h
r82 r104 4 4 #include <stdarg.h> 5 5 6 extern char* MSG_LEVEL[]; 7 6 8 void FMprintf(const char *o,const char *m,int w,const char *bl, ...); 7 9 void FMprintf(const char *o,const char *m,int w,const char *bl,va_list va); 8 void FMprintf(const char *bl,...); // dla leniwych - zastepujeprintf10 void FMprintf(const char *bl,...); //for lazy people - instead of printf 9 11 void FramMessage(const char *o,const char *m,const char *bl,int w); 10 12 … … 17 19 /* 18 20 w: weight (importance) of a message 19 -1:debugging information, not needed for final users 20 0: information 21 1: warning or corrected error 22 2: uncorrected error. can cause malfunction 23 3: serious error, causes side effects. user should save what can be 24 21 22 -1: debugging information, not needed for final users 23 0: information 24 1: warning or corrected error 25 2: uncorrected error. can cause malfunction 26 3: serious error, causes side effects. user should save what can be saved and restart the application 25 27 */ 26 28
Note: See TracChangeset
for help on using the changeset viewer.