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:
@@ -19,7 +19,7 @@
|
|||||||
//
|
//
|
||||||
// * Currently there is no example of a custom property editor. However,
|
// * Currently there is no example of a custom property editor. However,
|
||||||
// SpinCtrl editor sample is well-commented. It can be found in
|
// 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
|
// * To find code that populates the grid with properties, search for
|
||||||
// string "::Populate".
|
// string "::Populate".
|
||||||
@@ -27,10 +27,6 @@
|
|||||||
// * To find code that handles property grid changes, search for string
|
// * To find code that handles property grid changes, search for string
|
||||||
// "::OnPropertyGridChange".
|
// "::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".
|
// For compilers that support precompilation, includes "wx/wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
Reference in New Issue
Block a user