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:
@@ -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
|
||||
|
Reference in New Issue
Block a user