Added 'bool editable' argument to wxPropertyGrid::MakeColumnEditable()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-09-01 13:54:41 +00:00
parent aa498ec94e
commit e9fb1910b9
4 changed files with 53 additions and 7 deletions

View File

@@ -751,9 +751,12 @@ public:
/**
Makes given column editable by user.
@param editable
Using @false here will disable column from being editable.
@see BeginLabelEdit(), EndLabelEdit()
*/
void MakeColumnEditable( unsigned int column );
void MakeColumnEditable( unsigned int column, bool editable = true );
/**
It is recommended that you call this function any time your code causes