Menu

#163 wxListbook not showing page bitmaps.

v1.0_(example)
open
nobody
None
5
2015-09-07
2015-09-07
No

Adding a wxListbook page and assigning it a bitmap doesn't seem to work. The code produced doesn't show an attached bitmap either.
The error seems to be in
m_listbook3->AddPage( m_panel, wxT("a page"), false );
It should be
m_listbook3->AddPage( m_panel, wxT("a page"), false, imageID );

Discussion