wxPropertyGrid Validation Failure Behavior Flags

Enumerations

enum  wxPG_VALIDATION_FAILURE_BEHAVIOR_FLAGS {
  wxPG_VFB_STAY_IN_PROPERTY = 0x01, wxPG_VFB_BEEP = 0x02, wxPG_VFB_MARK_CELL = 0x04, wxPG_VFB_SHOW_MESSAGE = 0x08,
  wxPG_VFB_DEFAULT = wxPG_VFB_STAY_IN_PROPERTY|wxPG_VFB_BEEP, wxPG_VFB_UNDEFINED = 0x80
}

Enumeration Type Documentation

Enumerator:
wxPG_VFB_STAY_IN_PROPERTY 

Prevents user from leaving property unless value is valid. If this behavior flag is not used, then value change is instead cancelled.

wxPG_VFB_BEEP 

Calls wxBell() on validation failure.

wxPG_VFB_MARK_CELL 

Cell with invalid value will be marked (with red colour).

wxPG_VFB_SHOW_MESSAGE 

Display customizable text message explaining the situation.

wxPG_VFB_DEFAULT 

Defaults.

wxPG_VFB_UNDEFINED 

Only used internally.

Definition at line 4207 of file propgrid.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


wxpropgrid
Author(s): Jaakko Salli
autogenerated on Fri Jan 11 09:34:05 2013