git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5125
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
So far, the following people are interested in taking part in this project:<P>
<ul>
So far, the following people are interested in taking part in this project:<P>
<ul>
+<li><a href="mailto:bsimser@home.com">Bil Simser</a>. Bil would like to coordinate
+the book. He's currently writing a book for WordWare Publishing (about his CDX library)
+and also has contacts at Sams and the Waite Group. Bil is writing <a href="http://lightning.prohosting.com/~wxbuild" target=_new>
+wxBuilder</a>, an IDE for wxWindows.
<li><a href="mailto:tomr@scitechsoft.com">Tom Ryan</a>, SciTech Software.
<li><a href="mailto:robin@alldunn.com">Robin Dunn</a>. <i>Chapter on wxPython.</i>
<li><a href="mailto:mheck@www.surveyorcorp.com">Matt Heck</a>, SurveyorCorp Inc.
<li><a href="mailto:tomr@scitechsoft.com">Tom Ryan</a>, SciTech Software.
<li><a href="mailto:robin@alldunn.com">Robin Dunn</a>. <i>Chapter on wxPython.</i>
<li><a href="mailto:mheck@www.surveyorcorp.com">Matt Heck</a>, SurveyorCorp Inc.
// no selection if the notebook became empty
m_nSelection = -1;
}
// no selection if the notebook became empty
m_nSelection = -1;
}
+ else
+ m_nSelection = TabCtrl_GetCurSel(m_hwnd);
+
if ( m_aPages.IsEmpty() )
m_nSelection = -1;
if ( m_aPages.IsEmpty() )
m_nSelection = -1;
+ else
+ m_nSelection = TabCtrl_GetCurSel(m_hwnd);