1. bug in wxSplitter corrected: mouse event coords may be negative when the

mouse is captured which made sash roll over the window
2. missing functions added to wxRadioBox
3. non existent functions removed from wxRadioBox and wxControl


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-05-19 22:25:41 +00:00
parent 93b7364ecd
commit d66a042c1c
5 changed files with 26 additions and 12 deletions

View File

@@ -123,10 +123,7 @@ bool wxNotebook::Create(wxWindow *parent,
const wxString& name)
{
// base init
SetName(name);
SetParent(parent);
m_windowId = id == -1 ? NewControlId() : id;
CreateBase(parent, id, pos, size, style, name);
// colors and font
m_backgroundColour = wxColour(GetSysColor(COLOR_BTNFACE));