Lines Matching refs:pressed
15 ``style_blue`` to the knob of a slider when it's in pressed state.
47 - :cpp:enumerator:`LV_STATE_PRESSED`: (0x0020) Being pressed
56 pressed at the same time. This is represented as :cpp:expr:`LV_STATE_FOCUSED | LV_STATE_PRESSED`.
59 setting a different background color for the default and pressed states.
79 2. When the Widget is pressed there are 2 related properties: default
80 with white (default is related to every state) and pressed with gray.
81 The pressed state has 0x0020 precedence which is higher than the
83 3. When the Widget has focus the same thing happens as in pressed state
86 4. When the Widget has focus and pressed both gray and red would work,
87 but the pressed state has higher precedence than focused so gray
91 the pressed state's precedence so rose color would be used.
100 want to see if it's pressed, therefore the pressed state has a higher
102 the pressed color.
107 pressed + checked + focused).
110 colors for released, pressed, checked + pressed, focused, focused +
111 pressed, focused + pressed + checked, etc. states is quite difficult.
112 Instead, for example, use the background color for pressed and checked
137 light-gray color for the pressed state
142 style (red). When the button is pressed the light-gray color is a better
159 So if a button is pressed, and the text color comes from a parent, the
160 pressed text color will be used.
285 - :cpp:enumerator:`LV_STATE_PRESSED`: The main part in pressed state. :cpp:enumerator:`LV_PART_MAIN…
288 …_STATE_PRESSED | LV_STATE_CHECKED` The indicator part when the Widget is pressed and checked at th…
295 …style(btn, &btn_red, LV_STATE_PRESSED); /* Overwrite only some colors to red when pressed */
427 By default, when a Widget changes state (e.g. it's pressed) the new
431 the pressed color over 300 ms.
444 applied. Setting a 100 ms transition time in the pressed state causes a
445 100 ms transition when going to the pressed state. This example
446 configuration results in going to the pressed state quickly and then