]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention that GTK now supports wxALWAYS_SHOW_SB.
authorRobert Roebling <robert@roebling.de>
Mon, 23 Oct 2006 19:00:59 +0000 (19:00 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 23 Oct 2006 19:00:59 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/window.tex

index 11464e39e3749b4303c9795f45b6cad826051a76..5fa5cf6e46511eccec8e9a2dd4a2cae5fcf78ed5 100644 (file)
@@ -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
index 5414d828cf6b195217db8908322daeec6631ad5d..2ea573f0a98ffd93031966d366c29522e2ff272b 100644 (file)
@@ -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.}