Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv20231/include/gui

Modified Files:
        wxMApp.h 
Log Message:
added a few useful command line options


Index: wxMApp.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMApp.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- wxMApp.h    18 Mar 2002 22:39:27 -0000      1.62
+++ wxMApp.h    29 Mar 2002 20:42:21 -0000      1.63
@@ -71,4 +71,8 @@
    virtual int  OnExit();
 
+   // methods used for the command line parsing
+   virtual void OnInitCmdLine(wxCmdLineParser& parser);
+   virtual bool OnCmdLineParsed(wxCmdLineParser& parser);
+
    // this function is virtual only in 2.3.0
 #if wxCHECK_VERSION(2, 3, 0)


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to