wxWidgets/samples/widgets
Vadim Zeitlin 679ab0b315 Optionally set the window name in wxPersistentRegisterAndRestore().
In practice names are not often used so typically whenever you want to make a
window settings persistent you also need to set its name and the it's
convenient to let a single function do both tasks, so add an overload taking
the name string (this is a separate function instead of optional parameter to
avoid compilation errors if this is ever used with non-wxWindow-derived
objects which don't have SetName() method).

Also expand the documentation slightly and add @since tags.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-11 10:44:23 +00:00
..
icons added wxGenericStaticBitmap (#9608) 2008-06-21 15:32:33 +00:00
bmpcombobox.cpp Added workaround for VC6 internal compiler error (fixes #11104) 2009-08-15 05:30:18 +00:00
button.cpp Add support for showing "elevation" icon in wxMSW buttons. 2010-02-08 19:52:00 +00:00
checkbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
choice.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
clrpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
combobox.cpp Add wxComboBox::Popup() and Dismiss() to manually show or hide its popup. 2010-01-24 01:00:45 +00:00
datepick.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dirctrl.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dirpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
editlbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
filectrl.cpp Add "filter changed" event to wxFileCtrl. 2010-05-29 10:35:47 +00:00
filepicker.cpp Undo test code accidentally committed as part of r62643. 2009-11-14 17:34:47 +00:00
fontpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
gauge.cpp Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
hyperlnk.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
itemcontainer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
itemcontainer.h compilation fix in wxUSE_STL case after r54761 2008-08-31 15:05:02 +00:00
listbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
makefile.bcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.gcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
Makefile.in Rebake. 2010-01-09 19:56:18 +00:00
makefile.mic Added missing licence line 2004-11-22 20:40:22 +00:00
makefile.unx Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.vc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.wat Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
notebook.cpp Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
odcombobox.cpp Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDOWN and wxEVT_COMMAND_COMBOBOX_CLOSEUP events 2009-09-26 09:15:29 +00:00
radiobox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
searchctrl.cpp Set the string to search for in wxSearchCtrl events. 2010-07-11 10:44:18 +00:00
slider.cpp Implement support for wxSL_<DIR> in wxGTK, show them better in the sample. 2009-11-14 23:15:27 +00:00
spinbtn.cpp Use GetWidgets() in the widgets samples instead of GetWidget2(). 2010-05-13 15:31:30 +00:00
statbmp.cpp Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
static.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
textctrl.cpp Test wxTE_PROCESS_ENTER style in the widgets sample. 2010-02-03 21:07:46 +00:00
toggle.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
widgets_vc7.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets_vc8.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets_vc9.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets.cpp Optionally set the window name in wxPersistentRegisterAndRestore(). 2010-07-11 10:44:23 +00:00
widgets.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
widgets.h Use GetWidgets() in the widgets samples instead of GetWidget2(). 2010-05-13 15:31:30 +00:00