wxWidgets/samples/widgets
Dimitri Schoolwerth 6636ef8ddf Use wxString's empty() when checking if the string is (non-)empty throughout wx.
Instead of constructs such as if "( s.length() )" and "if (s.length() > 0)" use "if ( !s.empty() )" instead. Similarly for "if (s.length() == 0)" or "if ( s.IsNull() )", use "if ( s.empty() )".
No code changes intended except for a few instances where a construct like "if ( s.length() && wxFileExists(s) )" was changed to not check the length of the string and let wxFileExists handle such cases.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-22 14:38:36 +00:00
..
icons
bmpcombobox.cpp Use wxString's empty() when checking if the string is (non-)empty throughout wx. 2011-01-22 14:38:36 +00:00
button.cpp Add new wxCommandLinkButton class. 2010-08-17 14:48:50 +00:00
checkbox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
choice.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clrpicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
combobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
datepick.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dirctrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dirpicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
editlbox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filectrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filepicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontpicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
gauge.cpp No changes whatsoever, just remove trailing whitespace. 2010-09-30 11:44:45 +00:00
hyperlnk.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
itemcontainer.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
itemcontainer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listbox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
makefile.bcc
makefile.gcc
Makefile.in
makefile.mic
makefile.unx
makefile.vc
makefile.wat
notebook.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
odcombobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
radiobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
searchctrl.cpp No changes whatsoever, just remove trailing whitespace. 2010-09-30 11:44:45 +00:00
slider.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
spinbtn.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbmp.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
static.cpp Correct drawing of mnemonics in wxStaticBox label under wxMSW. 2010-09-21 11:44:47 +00:00
textctrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toggle.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
widgets_vc7.vcproj
widgets_vc8.vcproj
widgets_vc9.vcproj
widgets.bkl
widgets.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
widgets.dsp
widgets.h