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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user