wxwidgets/samples
Vadim Zeitlin 8a64b6acea Fix inheritance hierarchy of wxTimePickerCtrlGeneric
This class must not derive from the native wxDatePickerCtrl, as it
doesn't make much sense and resulted in the need for an ugly hack with
either overriding unused and inapplicable pure virtual methods in this
class itself, as was originally done in 569c7d8ccb (Add wxTimePickerCtrl
class., 2011-09-29) when it was introduced, or not making these methods
pure virtual in the first place, as was done in d0da5061ce (Dirty hack
to allow generic wxDatePickerCtrl to compile under MSW., 2011-10-20),
but didn't really fix the problem.

Do fix it now by using different hierarchies for the native and generic
classes. The main disadvantage of doing it is that there is no common
base class for wxTimePickerCtrl and wxTimePickerCtrlGeneric providing
SetTime() and GetTime() methods any more, but this seems like a
relatively small price to pay because real applications won't be using
these two classes simultaneously, as the calendar sample does, anyhow.
2020-11-05 00:34:10 +01:00
..
access Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
animate Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
archive Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
artprov Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
aui Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
calendar Fix inheritance hierarchy of wxTimePickerCtrlGeneric 2020-11-05 00:34:10 +01:00
caret Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
clipboard Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
collpane Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
combo Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
config Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
console Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dataview Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
debugrpt Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dialogs Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dialup Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
display Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dll Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dnd Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
docview Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
dragimag Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
drawing Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
erase Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
event Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
except Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
exec Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
font Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
fswatcher Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
grid Show new wxGridSelectNone mode in the grid sample 2020-10-31 17:13:06 +01:00
help Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
htlbox Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
html Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
image Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
internat Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
ipc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
joytest Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
keyboard Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
layout Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
listctrl Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
mdi Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
mediaplayer Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
memcheck Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
menu Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
mfc Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
minimal Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
nativdlg Include windows.h in native dialog sample resource file 2020-10-21 01:01:26 +02:00
notebook Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
oleauto Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
opengl Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
ownerdrw Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
popup Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
power Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
preferences Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
printing Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
propgrid Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
regtest Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
render Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
ribbon Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
richtext Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
sashtest Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
scroll Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
secretstore Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
shaped Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
sockets Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
sound Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
splash Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
splitter Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
statbar Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
stc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
svg Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
taborder Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
taskbar Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
taskbarbutton Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
text Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
thread Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
toolbar Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
treectrl Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
treelist Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
typetest Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
uiaction Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
validate Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
vscroll Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
webview Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
widgets Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
wizard Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
wrapsizer Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
xrc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
xti Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Info.plist.in Set NSPrincipalClass to wxNSApplcation for CMake builds too 2018-05-02 15:53:09 +02:00
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
sample.ico
sample.rc Remove obsolete symbols from the samples 2015-12-03 22:11:04 +01:00
sample.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
samples.bkl Remove the flash sample 2019-07-18 17:48:23 +02:00