Closes #14404.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71787
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@subsection wxBoolProperty
Represents a boolean value. wxChoice is used as editor control, by the
@subsection wxBoolProperty
Represents a boolean value. wxChoice is used as editor control, by the
default. wxPG_BOOL_USE_CHECKBOX attribute can be set to true in order to
use check box instead.
default. wxPG_BOOL_USE_CHECKBOX attribute can be set to true in order to
use check box instead.
-=======
- default. wxPG_BOOL_USE_CHECKBOX attribute can be set to true in order to use
- check box instead.
->>>>>>> .r67279
@subsection wxLongStringProperty
@subsection wxLongStringProperty
bool SetValueFromString( const wxString& text, int flags = 0 );
/**
bool SetValueFromString( const wxString& text, int flags = 0 );
/**
Converts integer to a value, and if successful, calls SetValue() on it.
Default behaviour is to do nothing.
Converts integer to a value, and if successful, calls SetValue() on it.
Default behaviour is to do nothing.
-=======
- Converts integer to a value, and if successful, calls SetValue() on it.
- Default behavior is to do nothing.
->>>>>>> .r67279
@param value
Int to get the value from.
@param value
Int to get the value from.