]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
typo fixed
[wxWidgets.git] / include / wx / mac / app.h
index 02ed040e88e98d6c5419ba6de110b58ecd9a8425..7cab45cffaf21682e922de8bc82ae77dbbcfa63e 100644 (file)
@@ -67,6 +67,11 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
   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; }