You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will print 'void lv_obj_set_auto_realign(lv_obj_t *obj, bool en)'. This is a good start. Perhaps this info could be formatted in such a way that it could be both human and machine-readable. A simple dictionary would do:
signature: void lv_obj_set_auto_realign(lv_obj_t *obj, bool en)
help: Enable autorealignment for this lvgl object
or something like that.
The text was updated successfully, but these errors were encountered:
It would be useful for user clarity and tooltip generation in the lv_gui_builder if the docstring of generated methods had more information.
For example, right now, calling:
will print
'void lv_obj_set_auto_realign(lv_obj_t *obj, bool en)'
. This is a good start. Perhaps this info could be formatted in such a way that it could be both human and machine-readable. A simple dictionary would do:or something like that.
The text was updated successfully, but these errors were encountered: