X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/449090b54d2e74bfd28c217bab25d11764ca38cc..c01075e580ba924cf27ea7a4ba85508366143326:/include/wx/apptrait.h diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 3aa0e293ab..f9790351cf 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -118,6 +118,10 @@ public: // return true if the port is using wxUniversal for the GUI, false if not virtual bool IsUsingUniversalWidgets() const = 0; + + // return the name of the Desktop Environment such as + // "KDE" or "GNOME". May return an empty string. + virtual wxString GetDesktopEnvironment() const { return wxEmptyString; } }; // ----------------------------------------------------------------------------