Added companion window. Now it's working pretty much as expected except

for the usual flickering...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-18 16:28:38 +00:00
parent f1f2204967
commit 1a584f14bf
4 changed files with 185 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ protected:
wxImageList* m_imageList;
};
class TestValueWindow: public wxWindow
class TestValueWindow: public wxTreeCompanionWindow
{
public:
TestValueWindow(wxWindow* parent, wxWindowID id = -1,
@@ -95,7 +95,6 @@ public:
//// Overrides
//// Events
void OnSize(wxSizeEvent& event);
//// Data members
protected: