]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/app.h
fixed wxBITMAP for Motif
[wxWidgets.git] / include / wx / stubs / app.h
index 67bceb9169bb7746f38ec307e6958b4da034597d..fba1c3f2416568306bf94aaad9ab8fbd07c62311 100644 (file)
@@ -67,6 +67,10 @@ 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; }