Implemented two-window approach for wxX11.
authorRobert Roebling <robert@roebling.de>
Sun, 24 Mar 2002 22:17:53 +0000 (22:17 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 24 Mar 2002 22:17:53 +0000 (22:17 +0000)
commitab6b6b15e0790bf3fd9e5b58da7077ac5592d8d3
treee44283d2688fe030343cb3eb76ffb65081512bb1
parentdf0e1b64e382510896c2ae3849cca91baede40d7
  Implemented two-window approach for wxX11.
  Implemented wxSTAY_ON_TOP the way Qt does it.
  Added group window support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/window.h
include/wx/x11/private.h
include/wx/x11/reparent.h
include/wx/x11/window.h
src/univ/winuniv.cpp
src/x11/app.cpp
src/x11/dcclient.cpp
src/x11/popupwin.cpp
src/x11/reparent.cpp
src/x11/toplevel.cpp
src/x11/window.cpp