Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv9023/port/src/include
Modified Files:
CommonDialogs.h
Log Message:
added AboutDialog (still only Linux)
Index: CommonDialogs.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/CommonDialogs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CommonDialogs.h 26 Apr 2003 21:02:15 -0000 1.1
--- CommonDialogs.h 2 May 2003 06:35:30 -0000 1.2
***************
*** 13,15 ****
--- 13,17 ----
BOOL osRunFontDialog(char **fname, int *fsize, int *fweight, int *fstyle, BOOL *funderline, BOOL *fstrikeout, WindowHandle owner);
+ void osRunAboutDialog(char *appName, char *appVersion, char *copyright, char *comments, char *authors, char *documenters, char *translator_credits, BitmapHandle bitmap, WindowHandle owner);
+
#endif
|