wxWidgets/samples/widgets
Vadim Zeitlin 9be5555cde use wxLog::Log() instead of ugly cast
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-07 14:25:38 +00:00
..
icons added wxGenericStaticBitmap (#9608) 2008-06-21 15:32:33 +00:00
bmpcombobox.cpp fix crash caused by cancelling querybitmap dialog; fix crash caused by clicking 'add widget icons' on an empty bitmapcombobox 2008-11-28 22:32:00 +00:00
button.cpp
checkbox.cpp
choice.cpp use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150) 2008-05-18 17:26:28 +00:00
clrpicker.cpp
combobox.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
datepick.cpp restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings 2006-12-11 13:30:27 +00:00
dirctrl.cpp Include wx/filedlg.h when not WX_PRECOMP. 2007-05-28 02:31:54 +00:00
dirpicker.cpp
editlbox.cpp merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
filectrl.cpp use wxJoin() instead of redoing it manually in the code logging the messages (part of patch 1927817) 2008-04-06 15:45:36 +00:00
filepicker.cpp
fontpicker.cpp
gauge.cpp no changes, just fixed spelling of 'indeterminate' 2007-03-20 16:23:12 +00:00
hyperlnk.cpp
itemcontainer.cpp add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
itemcontainer.h compilation fix in wxUSE_STL case after r54761 2008-08-31 15:05:02 +00:00
listbox.cpp implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample 2008-02-11 16:03:23 +00:00
makefile.bcc merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
makefile.gcc merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
Makefile.in Land the rest of the changes made by a rebake after r59067. 2009-03-02 20:11:39 +00:00
makefile.mic
makefile.unx merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
makefile.vc merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
makefile.wat merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features) 2009-02-08 00:47:04 +00:00
notebook.cpp made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
odcombobox.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
radiobox.cpp
searchctrl.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
slider.cpp
spinbtn.cpp delete the old labels when recreating the spin controls 2008-09-14 19:53:31 +00:00
statbmp.cpp build fix for PCH-less build 2008-06-26 17:25:28 +00:00
static.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
textctrl.cpp add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614) 2008-06-29 00:35:35 +00:00
toggle.cpp
widgets_vc7.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets_vc8.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets_vc9.vcproj add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +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 use wxLog::Log() instead of ugly cast 2009-03-07 14:25:38 +00:00
widgets.dsp add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets.h fixing typo 2008-08-23 14:14:35 +00:00
widgetsM5.xml