Lines Matching refs:Image
4 Image Button (lv_imagebutton)
11 The Image Button is very similar to the simple 'Button' Widget. The only
25 properties are used, a rectangle will be drawn behind the Image
34 Image sources
40 The image sources work the same as described in the :ref:`Image Widget <lv_image>`
41 except that "Symbols" are not supported by the Image button. Any of the sources can ``NULL``.
60 they will be used instead when the Image Button is in that state.
67 set the state of Image Buttons.
76 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when Image Button's CHECKED state is toggled.
77 This requires the Image Button's :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` flag to be set.
96 - :cpp:enumerator:`LV_KEY_ENTER` Clicks the Image Button