Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -347,7 +347,7 @@ typedef wxByte wxPGVFBFlags;
|
|||||||
actually perform validation. Mostly used in custom property
|
actually perform validation. Mostly used in custom property
|
||||||
classes.
|
classes.
|
||||||
*/
|
*/
|
||||||
class wxPGValidationInfo
|
class WXDLLIMPEXP_PROPGRID wxPGValidationInfo
|
||||||
{
|
{
|
||||||
friend class wxPropertyGrid;
|
friend class wxPropertyGrid;
|
||||||
public:
|
public:
|
||||||
@@ -355,7 +355,8 @@ public:
|
|||||||
@return Returns failure behavior which is a combination of
|
@return Returns failure behavior which is a combination of
|
||||||
@ref propgrid_vfbflags.
|
@ref propgrid_vfbflags.
|
||||||
*/
|
*/
|
||||||
wxPGVFBFlags GetFailureBehavior();
|
wxPGVFBFlags GetFailureBehavior() const
|
||||||
|
{ return m_failureBehavior; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns current failure message.
|
Returns current failure message.
|
||||||
|
Reference in New Issue
Block a user