1. wxNotebook::GetPageCount() returns only the number of pages actually added
to the notebook 2. wxTreeCtrl: more kbd interface ad SetItemBold (doesn't work :-( ) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,7 @@ void MyFrame::OnDump(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
void MyFrame::DoSetBold(bool bold)
|
||||
{
|
||||
// m_treeCtrl->SetItemBold(m_treeCtrl->GetSelection(), bold);
|
||||
m_treeCtrl->SetItemBold(m_treeCtrl->GetSelection(), bold);
|
||||
}
|
||||
|
||||
void MyFrame::OnDelete(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user