]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get
[wxWidgets.git] / include / wx / app.h
index 0e00618dbe4761b4dcc6dfe1ef9dc4dc6aa9eb51..bbec49fe080bf6e6df70ba5b4fbe1cc4686b4d50 100644 (file)
@@ -232,6 +232,9 @@ public:
     static wxAppInitializerFunction GetInitializerFunction()
         { return m_appInitFn; }
 
+    // process all events in the wxPendingEvents list
+    virtual void ProcessPendingEvents();
+
     // access to the command line arguments
     int      argc;
     wxChar **argv;