:orphan: .. title:: choice: Extend objects clickable area .. _choice_343: .. describe:: choice: Extend objects clickable area *Extend objects clickable area* Type: ``bool`` Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_EXT_CLICK_AREA_OFF ` Choice options ============== - \ :option:`LVGL_EXT_CLICK_AREA_OFF ` - \ :option:`LVGL_EXT_CLICK_AREA_TINY ` - \ :option:`LVGL_EXT_CLICK_AREA_FULL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects .. parsed-literal:: choice bool "Extend objects clickable area" default \ :option:`LVGL_EXT_CLICK_AREA_OFF ` depends on \ :option:`LVGL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*