By default, always refresh editor and redraw properties when property value is changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1897,12 +1897,15 @@ public:
|
||||
SetValueInEvent() instead.
|
||||
|
||||
@param pList
|
||||
Pointer to list variant that contains child values. Used to indicate
|
||||
which children should be marked as modified.
|
||||
Pointer to list variant that contains child values. Used to
|
||||
indicate which children should be marked as modified.
|
||||
|
||||
@param flags
|
||||
Various flags (for instance, wxPG_SETVAL_REFRESH_EDITOR).
|
||||
Various flags (for instance, wxPG_SETVAL_REFRESH_EDITOR, which is
|
||||
enabled by default).
|
||||
*/
|
||||
void SetValue( wxVariant value, wxVariant* pList = NULL, int flags = 0 );
|
||||
void SetValue( wxVariant value, wxVariant* pList = NULL,
|
||||
int flags = wxPG_SETVAL_REFRESH_EDITOR );
|
||||
|
||||
/** Set wxBitmap in front of the value. This bitmap may be ignored
|
||||
by custom cell renderers.
|
||||
|
Reference in New Issue
Block a user