Some more samples documented etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-02 18:13:45 +00:00
parent 07f5b19a15
commit cddfbd9f55
3 changed files with 40 additions and 5 deletions

View File

@@ -154,8 +154,8 @@ MyCanvas::MyCanvas( wxScrolledWindow *parent, wxWindowID id,
{
m_owner = parent;
// (void)new wxButton( this, -1, "Hallo I", wxPoint(0,50), wxSize(100,25) );
// (void)new wxButton( this, -1, "Hallo II", wxPoint(200,50), wxSize(100,25) );
(void)new wxButton( this, -1, "Hallo I", wxPoint(0,50), wxSize(100,25) );
(void)new wxButton( this, -1, "Hallo II", wxPoint(200,50), wxSize(100,25) );
SetBackgroundColour( *wxWHITE );