X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01b2eeec59f924bc1af582e70d010f89dc29d3d3..2a6277d4f224dee8d3fce54c332b1e527916ae5d:/include/wx/qt/app.h diff --git a/include/wx/qt/app.h b/include/wx/qt/app.h index cb50ba9c9e..8535882520 100644 --- a/include/wx/qt/app.h +++ b/include/wx/qt/app.h @@ -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; }