enum Core::Skin::ControlStyles

Overview

#include <coreskinformat.h>

enum ControlStyles
{
    kValueBarAppearanceVertical      = 1<<(kLastViewOption+1),
    kValueBarAppearanceCentered      = 1<<(kLastViewOption+2),
    kValueBarAppearanceFilmstrip     = 1<<(kLastViewOption+3),
    kImageViewAppearanceColorize     = 1<<(kLastViewOption+1),
    kButtonBehaviorWantsFocus        = 1<<(kLastViewOption+1),
    kButtonBehaviorDeferred          = 1<<(kLastViewOption+2),
    kButtonAppearanceTransparent     = 1<<(kLastViewOption+3),
    kButtonBehaviorSilentTracking    = 1<<(kLastViewOption+4),
    kLabelAppearanceColorize         = 1<<(kLastViewOption+1),
    kTextBoxAppearanceMultiLine      = 1<<(kLastViewOption+1),
    kTextBoxAppearanceHideText       = 1<<(kLastViewOption+2),
    kListViewBehaviorWheelSelection  = 1<<(kLastViewOption+1),
    kListViewBehaviorDeselectAllowed = 1<<(kLastViewOption+2),
};

Detailed Documentation

Enum Values

kButtonBehaviorDeferred

parameter is changed on mouse/touch up instead of down

kListViewBehaviorWheelSelection

wheel changes selection

kListViewBehaviorDeselectAllowed

allow deselection on click/touch