wxWidgets/samples/widgets
Vadim Zeitlin c0b0562533 Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8
Add wx/gtk/private/wrapgtk.h wrapping gtk/gtk.h in pragmas disabling
these warnings and include it everywhere instead of directly including
gtk/gtk.h.

Also include wx/gtk/private/gtk2-compat.h from this wrapper header as it
was included by 90% of the files including gtk/gtk.h itself and it seems
to be better and simpler to just always include it.
2018-05-21 12:34:04 +02:00
..
icons Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
activityindicator.cpp Use wxWindow instead of wxControl in the widgets sample. 2015-08-03 17:57:42 +02:00
bmpcombobox.cpp Fix invalid image size in wxBitmapComboBox widgets sample 2018-05-17 20:20:05 +02:00
button.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
checkbox.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
choice.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
clrpicker.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
combobox.cpp Allow modifying wxComboBox from its CLOSEUP handler with wxGTK2 2016-02-24 20:07:34 +01:00
datepick.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
descrip.mms Add compile support for widgets sample on OpenVMS 2011-11-10 14:41:14 +00:00
dirctrl.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
dirpicker.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
editlbox.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
filectrl.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
filepicker.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
fontpicker.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
gauge.cpp Really add wxGA_PROGRESS support to wxGauge in wxOSX 2016-02-01 03:03:53 +01:00
headerctrl.cpp Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
hyperlnk.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
itemcontainer.cpp Use a separate variable for each loop in the widgets sample 2016-02-06 18:29:27 +01:00
itemcontainer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.cpp Use wxFALLTHROUGH 2017-10-17 09:21:45 -07:00
makefile.bcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
makefile.gcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
Makefile.in Update version to 3.1.2 2018-02-20 00:08:01 +01:00
makefile.unx Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
makefile.vc Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
native_wrapper.mm Add wxNativeWindow allowing to easily embed native widgets in wx. 2015-08-03 17:57:42 +02:00
native.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
notebook.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
odcombobox.cpp Use wxWindow instead of wxControl in the widgets sample. 2015-08-03 17:57:42 +02:00
radiobox.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
searchctrl.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
slider.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
spinbtn.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
statbmp.cpp Look in multiple paths when searching for resource files of samples 2018-05-17 20:20:04 +02:00
static.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
textctrl.cpp Look in multiple paths when searching for resource files of samples 2018-05-17 20:20:04 +02:00
timepick.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
toggle.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
widgets_vc7.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
widgets_vc8.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
widgets_vc9.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
widgets.bkl Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
widgets.cpp Fix size glitch of WidgetsBookCtrl in widgets sample 2018-05-17 20:20:05 +02:00
widgets.h Include required headers explicitly in the widgets sample 2018-03-24 19:14:52 +01:00