wxWidgets/include/wx/propgrid
Paul Cornett c41ff4e694 Remove unuseable wxPGArrayEditorDialog ctor
It calls Create(), which calls the pure virtual ArrayGetCount(), which will
crash, as the required override can't be called from the base class ctor.
2019-02-17 18:00:26 -08:00
..
advprops.h Updated documentation for some wxPropertyGrid classes. 2016-07-23 23:38:39 +02:00
editors.h Use wxVector<wxWindow*> instead of wxArrayPtrVoid 2019-01-11 19:22:48 +01:00
manager.h Use Boolean variable to store Boolean values 2019-01-11 19:22:49 +01:00
property.h Use wxVector<> instead of wxArrayPGProperty 2018-11-10 20:43:58 +01:00
propgrid.h Use wxEventType instead of int 2019-01-11 19:22:50 +01:00
propgriddefs.h Use wxVector<wxObject*> instead of wxArrayPGObject 2019-01-11 19:22:47 +01:00
propgridiface.h Update wxPropertyGrid documentation 2017-03-27 18:54:16 +02:00
propgridpagestate.h Use wxVector<int> instead of wxArrayInt 2018-11-01 18:22:22 +01:00
props.h Remove unuseable wxPGArrayEditorDialog ctor 2019-02-17 18:00:26 -08:00