class_ctrl.h 510 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_ctrl.h
  3. // Purpose: Control classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_ctrl Controls
  9. @ingroup group_class
  10. Typically, these are small windows which provide interaction with the user.
  11. Controls that are not static can have wxValidator associated with them.
  12. */