wxToolBarSimple fix + OGL studio sample compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-02-24 16:26:20 +00:00
parent dc1efb1d9f
commit f42c2a7a62
6 changed files with 21 additions and 9 deletions

View File

@@ -143,6 +143,17 @@ void wxToolBarSimple::Init()
m_defaultWidth = 16;
m_defaultHeight = 15;
m_xScrollPixelsPerLine = 1;
m_yScrollPixelsPerLine = 1;
m_xScrollingEnabled = FALSE;
m_yScrollingEnabled = FALSE;
m_xScrollPosition = 0;
m_yScrollPosition = 0;
m_xScrollLines = 0;
m_yScrollLines = 0;
m_xScrollLinesPerPage = 0;
m_yScrollLinesPerPage = 0;
}
wxToolBarToolBase *wxToolBarSimple::AddTool(int id,