fix compilation in wxUSE_MENUS==0 case
[wxWidgets.git] / src / generic / srchctlg.cpp
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
2007-02-06  Robin Dunnuse ChangeValue instead of SetValue to avoid bogus...
2007-01-21  Robin DunnReturn an empty string from GetValue if the textctrl...
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2006-12-20  Vadim Zeitlinunused parameter warning
2006-12-12  Robert Roebling Made wxSearchCtrl look like other text controls under...
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Robin DunnFix compile error
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Chris Elliottfix watcom problem (thanks ABX)
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...