User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-20 17:01:17 +00:00
parent e253521dda
commit f275b5dbfd
5 changed files with 48 additions and 35 deletions

View File

@@ -1107,7 +1107,7 @@ public:
@return
true if value was changed.
*/
bool SetValueFromString( const wxString& text, int flags = 0 );
bool SetValueFromString( const wxString& text, int flags = wxPG_PROGRAMMATIC_VALUE );
/** Converts integer to a value, and if succesful, calls SetValue() on it.
Default behavior is to do nothing.