Added another button to show wxBitmapButton problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -491,6 +491,8 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
||||
);
|
||||
bmpBtn = NULL; // suppress warning
|
||||
|
||||
new wxButton(panel, -1, "Another button", wxPoint(250, 20));
|
||||
|
||||
m_notebook->AddPage(panel, "wxBitmapXXX");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user