Various underscore doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -215,7 +215,7 @@ sizer->Add(win);
|
||||
- wxSizer::Add/Insert returns pointer to wxSizerItem just added so conditions
|
||||
writeen with if(Add(..)==true) will not work. Use if(Add(..)) instead.
|
||||
|
||||
- New \helpref{wxBrush::IsHatch()}{wxbrushishatch} checking for brush type replaces IS_HATCH macro.
|
||||
- New \helpref{wxBrush::IsHatch()}{wxbrushishatch} checking for brush type replaces IS\_HATCH macro.
|
||||
|
||||
- wxSystemSettings::GetSystem*() members deprecated and replaced with wxSystemSettings::Get*().
|
||||
|
||||
|
Reference in New Issue
Block a user