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.


Generated on Sun Oct 4 12:26:24 2009 for wxPropertyGrid by  doxygen 1.5.9