]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/qt/app.h
applied patches from Mike Oliver <oliver@math.ucla.edu> to return click position...
[wxWidgets.git] / include / wx / qt / app.h
index cb50ba9c9e5318745cbcf0a72ff4df8bcf259ea4..85358825205e986398d286ac3b7b97722d6deac9 100644 (file)
@@ -68,6 +68,9 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
   // Called to set off the main loop
   virtual int OnRun() { return MainLoop(); };
   virtual int OnExit() { return 0; }
+  /** Returns the standard icons for the msg dialogs, implemented in 
+      src/generic/msgdlgg.cpp and src/gtk/app.cpp. */
+  virtual wxIcon GetStdIcon(int which) const;
 
   inline void SetPrintMode(int mode) { m_printMode = mode; }
   inline int GetPrintMode() const { return m_printMode; }