From 4ff4d0452517648e45268203917e611d107e6c7d Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 23 Oct 2006 19:00:59 +0000 Subject: [PATCH] Mention that GTK now supports wxALWAYS_SHOW_SB. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 6 ++++++ docs/latex/wx/window.tex | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 11464e39e3..5fa5cf6e46 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -84,6 +84,12 @@ Unix Ports: - Added autopackage for wxGTK and an example of using autopackage for a wx program (Francesco Montorsi) +wxGTK +- More RTL work. +- Support wxALWAYS_SHOW_SB +- Speed up MIME types loading. Only the GNOME database + should be loaded under GNOME etc. For this, the code + queries the X11 session protocol. 2.7.1 diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 5414d828cf..2ea573f0a9 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -74,7 +74,7 @@ and no longer has an effect.} \twocolitem{\windowstyle{wxALWAYS\_SHOW\_SB}}{If a window has scrollbars, disable them instead of hiding them when they are not needed (i.e. when the size of the window is big enough to not require the scrollbars to navigate it). -This style is currently only implemented for wxMSW and wxUniversal and does +This style is currently implemented for wxMSW, wxGTK and wxUniversal and does nothing on the other platforms.} \twocolitem{\windowstyle{wxCLIP\_CHILDREN}}{Use this style to eliminate flicker caused by the background being repainted, then children being painted over them. Windows only.} -- 2.47.2