From b5f0ae57a43383821c418ba17275ae26d78f62c2 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 23 Oct 2006 19:35:00 +0000 Subject: [PATCH] Document wxAppTraits::GetDesktopEnvironment. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/apptraits.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/latex/wx/apptraits.tex b/docs/latex/wx/apptraits.tex index 31d0773ab2..005a1215e3 100644 --- a/docs/latex/wx/apptraits.tex +++ b/docs/latex/wx/apptraits.tex @@ -68,6 +68,15 @@ this is used in GUI mode only and always returns \NULL in console. NOTE: returned pointer will be deleted by the caller. +\membersection{wxAppTraits::GetDesktopEnvironment}\label{wxapptraitsgetdesktopenvironment} + +\constfunc{virtual wxString}{GetDesktopEnvironment}{\void} + +This method returns the name of the desktop environment currently +running in a Unix desktop. Currently only "KDE" or "GNOME" are +supported and the code uses the X11 session protocol vendor name +to figure out, which desktop environment is running. The methods +return an empty string otherwise and on all other platforms. \membersection{wxAppTraits::GetStandardPaths}\label{wxapptraitsgetstandardpaths} -- 2.45.2