]> git.saurik.com Git - wxWidgets.git/commit
implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLe...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 22 Jan 2007 15:04:49 +0000 (15:04 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 22 Jan 2007 15:04:49 +0000 (15:04 +0000)
commit42b0d8b96d2b4246ccfbe985639ee40f94225b5b
tree28fa225ade4ff51bd19818d04f5508b6471a42da
parentc3a58b249e576b73b01cd74deb1cf879aa6e1975
implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_core.dsp
include/wx/dfb/nonownedwnd.h [new file with mode: 0644]
include/wx/dfb/popupwin.h [new file with mode: 0644]
include/wx/dfb/toplevel.h
include/wx/dfb/window.h
include/wx/nonownedwnd.h [new file with mode: 0644]
include/wx/popupwin.h
include/wx/toplevel.h
src/dfb/nonownedwnd.cpp [new file with mode: 0644]
src/dfb/toplevel.cpp