Update 'intro' comment in propgrid sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-16 17:24:27 +00:00
parent 1425eca550
commit 7bb89a662b

View File

@@ -19,7 +19,7 @@
//
// * Currently there is no example of a custom property editor. However,
// SpinCtrl editor sample is well-commented. It can be found in
// contrib/src/propgrid/advprops.cpp.
// src/propgrid/advprops.cpp.
//
// * To find code that populates the grid with properties, search for
// string "::Populate".
@@ -27,10 +27,6 @@
// * To find code that handles property grid changes, search for string
// "::OnPropertyGridChange".
//
// * At the end of file there is example code for using the owner-drawn combo
// box independently outside the wxPropertyGrid.
//
//
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"