X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3472e2f425abae0e610d6a9136d4fd41110b9e5c..58bd3862b82749175bd04809607d82f1b22f0300:/samples/propgrid/propgrid.cpp diff --git a/samples/propgrid/propgrid.cpp b/samples/propgrid/propgrid.cpp index b41ca175ee..31c1483878 100644 --- a/samples/propgrid/propgrid.cpp +++ b/samples/propgrid/propgrid.cpp @@ -1660,6 +1660,10 @@ void FormMain::PopulateWithExamples () wxPG_LABEL, 300000) ); + pg->AppendIn(carProp, new wxBoolProperty(wxT("Convertible"), + wxPG_LABEL, + false) ); + // Displayed value of "Car" property is now very close to this: // "Lamborghini Diablo SV; 5707 [300; 3.9; 8.6] 300000"