Added a constructor that allows creation of independent wxControl
authorRobin Dunn <robin@alldunn.com>
Thu, 23 Dec 1999 19:23:13 +0000 (19:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 23 Dec 1999 19:23:13 +0000 (19:23 +0000)
commit8d772832a04a3d2380ac6b3ffea6bfe6a72dcff6
tree61c7239b75ad4660ed18f7c89a7c3a0426e4f0f9
parent17bec151f9ae5d715023889377ee6979fb887d4a
Added a constructor that allows creation of independent wxControl
(for more easily creating custom controls)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/control.h
include/wx/gtk1/control.h
include/wx/msw/control.h
src/gtk/control.cpp
src/gtk/data.cpp
src/gtk1/control.cpp
src/gtk1/data.cpp
src/msw/control.cpp
src/msw/data.cpp