mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 17:47:28 +08:00
docs(lv_obj.h): make enum name consistent with enumerators
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
ffb29b02c9
commit
3d1b5338cf
+1
-1
@@ -80,7 +80,7 @@ typedef enum {
|
|||||||
LV_PART_CUSTOM_FIRST = 0x080000, /**< Extension point for custom widgets*/
|
LV_PART_CUSTOM_FIRST = 0x080000, /**< Extension point for custom widgets*/
|
||||||
|
|
||||||
LV_PART_ANY = 0x0F0000, /**< Special value can be used in some functions to target all parts*/
|
LV_PART_ANY = 0x0F0000, /**< Special value can be used in some functions to target all parts*/
|
||||||
} lv_obj_part_t;
|
} lv_part_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* On/Off features controlling the object's behavior.
|
* On/Off features controlling the object's behavior.
|
||||||
|
|||||||
Reference in New Issue
Block a user