|
| enum class | RefreshCondition : int {
NoRefresh = 0
, RefreshOnEnter = 1 << 0
, RefreshOnTickOnce = 1 << 1
, RefreshOnEnterOnce = 1 << 2
,
RefreshScrollbar = 1 << 3
} |
| enum class | RefreshCondition : int {
NoRefresh = 0
, RefreshOnEnter = 1 << 0
, RefreshOnTickOnce = 1 << 1
, RefreshOnEnterOnce = 1 << 2
,
RefreshScrollbar = 1 << 3
} |
The documentation for this class was generated from the following file: