]> git.saurik.com Git - wxWidgets.git/commit
Implemented window coord mirroring for RTL. This
authorRobert Roebling <robert@roebling.de>
Sun, 10 Sep 2006 19:39:22 +0000 (19:39 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 10 Sep 2006 19:39:22 +0000 (19:39 +0000)
commit6959763942eb0e852113945c54113f3521b9c26f
treeb158ddc8df529bf8f9d8ae3e259adeb67598ba6f
parent1d203ed837619b76fe3336a6080efbe6e6002152
  Implemented window coord mirroring for RTL. This
    is only implemented for *setting* the coordinates
    which is enough for wxSizers and 99% or other
    dialogs to work.
  Also reversed the meaning of wxStaticText alignment
    in RTL mode. It is possible that later versions
    of GTK actually do that themselves. (?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/win_gtk.h
src/gtk/stattext.cpp
src/gtk/toplevel.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp