xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Enumerations
xtd::forms::visual_styles Namespace Reference

Definition

The xtd::forms::visual_styles namespace contains classes for rendering controls and other windows user interface (UI) elements with visual styles in operating systems that support them.

Enumerations

enum class  check_box_state {
  unchecked_normal ,
  unchecked_hot ,
  unchecked_pressed ,
  unchecked_disabled ,
  checked_normal ,
  checked_hot ,
  checked_pressed ,
  checked_disabled ,
  mixed_normal ,
  mixed_hot ,
  mixed_pressed ,
  mixed_disabled
}
 Specifies the visual state of a check box that is drawn with visual styles. More...
 
enum class  push_button_state {
  normal ,
  hot ,
  pressed ,
  checked ,
  disabled ,
  default_state
}
 Specifies the visual state of a button that is drawn with visual styles. More...
 
enum class  radio_button_state {
  unchecked_normal ,
  unchecked_hot ,
  unchecked_pressed ,
  unchecked_disabled ,
  checked_normal ,
  checked_hot ,
  checked_pressed ,
  checked_disabled
}
 Specifies the visual state of a radio button that is drawn with visual styles. More...
 
enum class  toggle_button_state {
  unchecked_normal ,
  unchecked_hot ,
  unchecked_pressed ,
  unchecked_disabled ,
  checked_normal ,
  checked_hot ,
  checked_pressed ,
  checked_disabled ,
  mixed_normal ,
  mixed_hot ,
  mixed_pressed ,
  mixed_disabled
}
 Specifies the visual state of a check box that is drawn with visual styles. More...