X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afcc11bb931e5f8c5b41822fb04e598e02a0571c..598e55d7143d4fca6cd7e2562cff5310671b7cd3:/docs/latex/wx/sysopt.tex?ds=inline diff --git a/docs/latex/wx/sysopt.tex b/docs/latex/wx/sysopt.tex index 99a4d5129a..91009e1a7c 100644 --- a/docs/latex/wx/sysopt.tex +++ b/docs/latex/wx/sysopt.tex @@ -33,6 +33,21 @@ Setting this to 0 causes more flicker, but allows applications to paint graphics used.} \end{twocollist} +\wxheading{GTK} + +\twocolwidtha{7cm} +\begin{twocollist}\itemsep=0pt +\twocolitem{{\bf Option}}{{\bf Value}} +\twocolitem{gtk.tlw.can-set-transparent}{\helpref{wxTopLevelWindow::CanSetTransparent()}{wxtoplevelwindowcansettransparent} +method normally tries to detect automatically whether transparency for top +level windows is currently supported, however this may sometimes fail and this +option allows to override the automatic detection. Setting it to $1$ makes the +transparency be always available (setting it can still fail, of course) and +setting it to $0$ makes it always unavailable.} +\twocolitem{gtk.desktop}{This option can be set to override the default desktop +environment determination. Supported values are \texttt{GNOME} and \texttt{KDE}.} +\end{twocollist} + \wxheading{Mac} \twocolwidtha{7cm} @@ -42,6 +57,9 @@ used.} a window. You can also use the symbol wxMAC\_WINDOW\_PLAIN\_TRANSITION.} \twocolitem{window-default-variant}{The default variant used by windows (cast to integer from the wxWindowVariant enum). Also known as wxWINDOW\_DEFAULT\_VARIANT.} +\twocolitem{mac.listctrl.always\_use\_generic}{Tells wxListCtrl to use the generic +control even when it is capable of using the native control instead. +Also knwon as wxMAC\_ALWAYS\_USE\_GENERIC\_LISTCTRL.} \end{twocollist} \wxheading{MGL}