docs(lv_obj.h): make enum name consistent with enumerators

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
Victor Wheeler
2025-06-06 11:46:49 -06:00
committed by Gabor Kiss-Vamosi
parent ffb29b02c9
commit 3d1b5338cf
+1 -1
View File
@@ -80,7 +80,7 @@ typedef enum {
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_obj_part_t;
} lv_part_t;
/**
* On/Off features controlling the object's behavior.