wxWidgets/samples/widgets
Olly Betts ecf85bf4cb Remove WXWIN_OS_DESCRIPTION.
This constant wasn't very useful as it contained the description of the OS on
the machine where the library was built, not the one on which the application
using it was running. It also wasn't used anywhere in wxWidgets and apparently
wasn't meant to be used outside of it.

Finally, putting the output of `uname -r` into it created problems with
creating reproducible builds as just a change in the kernel version changed
the build results.

Closes #17002.
2015-05-22 02:29:49 +02:00
..
icons Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
activityindicator.cpp Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
bmpcombobox.cpp Fix invalid use of wxSizer flags in samples and utils. 2015-04-25 21:26:40 +04:00
button.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
checkbox.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
choice.cpp Don't re-create wxChoice with proportion of 1 2015-05-18 18:42:40 +04:00
clrpicker.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
combobox.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
datepick.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
descrip.mms
dirctrl.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
dirpicker.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
editlbox.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
filectrl.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
filepicker.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
fontpicker.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
gauge.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
hyperlnk.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
itemcontainer.cpp
itemcontainer.h
listbox.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
makefile.bcc Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
makefile.gcc Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
Makefile.in Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
makefile.mic Remove WXWIN_OS_DESCRIPTION. 2015-05-22 02:29:49 +02:00
makefile.unx Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
makefile.vc Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
notebook.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
odcombobox.cpp Fix invalid use of wxSizer flags in samples and utils. 2015-04-25 21:26:40 +04:00
radiobox.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
searchctrl.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
slider.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
spinbtn.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
statbmp.cpp
static.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
textctrl.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
timepick.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
toggle.cpp Improve widgets sample UI consistency. 2015-01-02 14:26:53 +00:00
widgets_vc7.vcproj Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
widgets_vc8.vcproj Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
widgets_vc9.vcproj Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
widgets.bkl Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
widgets.cpp Do not crash when an invalid widget is handled, i.e. null StaticBitmap widget when the image file could not be found. 2015-04-29 17:27:43 +03:00
widgets.h Allow choosing the widget variant in the widgets sample. 2015-03-20 00:08:37 +01:00