- void SetValueInEvent( wxVariant value ) const;
-
- /** Call this to set value of the property. Unlike methods in wxPropertyGrid,
- this does not automatically update the display.
-
- @remarks
- Use wxPropertyGrid::ChangePropertyValue() instead if you need to run through
- validation process and send property change event.
-
- If you need to change property value in event, based on user input, use
- SetValueInEvent() instead.
-
- @param pList
- 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).
- */
- void SetValue( wxVariant value, wxVariant* pList = NULL, int flags = 0 );
-
- /** Set wxBitmap in front of the value. This bitmap may be ignored
- by custom cell renderers.
- */
- void SetValueImage( wxBitmap& bmp );