- If property is not selected, then indicates that the the actual property
- value has failed validation (NB: this behavior is not currently supported,
+ If property is not selected, that indicates that the actual property
+ value has failed validation (NB: this behaviour is not currently supported,
but may be used in future).
*/
wxPG_PROP_INVALID_VALUE = 0x0040,
but may be used in future).
*/
wxPG_PROP_INVALID_VALUE = 0x0040,
#define wxPG_DATE_PICKER_STYLE wxS("PickerStyle")
/** SpinCtrl editor, int or double. How much number changes when button is
#define wxPG_DATE_PICKER_STYLE wxS("PickerStyle")
/** SpinCtrl editor, int or double. How much number changes when button is
You might want to take into account that m_value is Null variant
if property value is unspecified (which is usually only case if
You might want to take into account that m_value is Null variant
if property value is unspecified (which is usually only case if
instead of OnEvent.
- You might want to take into account that m_value is Null variant if
property value is unspecified (which is usually only case if you
instead of OnEvent.
- You might want to take into account that m_value is Null variant if
property value is unspecified (which is usually only case if you
virtual wxString ValueToString( wxVariant& value, int argFlags = 0 ) const;
/** Converts string to a value, and if successful, calls SetValue() on it.
virtual wxString ValueToString( wxVariant& value, int argFlags = 0 ) const;
/** Converts string to a value, and if successful, calls SetValue() on it.
- /** Converts integer to a value, and if succesful, calls SetValue() on it.
- Default behavior is to do nothing.
+ /** Converts integer to a value, and if successful, calls SetValue() on it.
+ Default behaviour is to do nothing.
- Default image width or height is indicated with dimension -1.
- You can also return wxPG_DEFAULT_IMAGE_SIZE, i.e. wxSize(-1, -1).
*/
- Default image width or height is indicated with dimension -1.
- You can also return wxPG_DEFAULT_IMAGE_SIZE, i.e. wxSize(-1, -1).
*/
return True here as being disabled is considered a temporary
condition (unlike being read-only or having limited editing enabled).
*/
return True here as being disabled is considered a temporary
condition (unlike being read-only or having limited editing enabled).
*/
wxIntProperty, wxUIntProperty, wxFloatProperty, wxEditEnumProperty.
@param enable
wxIntProperty, wxUIntProperty, wxFloatProperty, wxEditEnumProperty.
@param enable
void InitAfterAdded( wxPropertyGridPageState* pageState,
wxPropertyGrid* propgrid );
void InitAfterAdded( wxPropertyGridPageState* pageState,
wxPropertyGrid* propgrid );
// Removes child property with given pointer. Does not delete it.
void RemoveChild( wxPGProperty* p );
// Removes child property with given pointer. Does not delete it.
void RemoveChild( wxPGProperty* p );