Home
last modified time | relevance | path

Searched refs:sample_fragment_t (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_2.c21 typedef struct sample_fragment_t { struct
26 } sample_fragment_t; argument
31 .instance_size = sizeof(sample_fragment_t)
72 ((sample_fragment_t *) self)->depth = *((int *) args); in sample_fragment_ctor()
73 ((sample_fragment_t *) self)->counter = 0; in sample_fragment_ctor()
78 sample_fragment_t * fragment = (sample_fragment_t *) self; in sample_fragment_create_obj()
121 sample_fragment_t * fragment = (sample_fragment_t *) lv_event_get_user_data(e); in sample_fragment_inc_click()
Dlv_example_fragment_1.c17 struct sample_fragment_t { struct
25 .instance_size = sizeof(struct sample_fragment_t) argument
42 ((struct sample_fragment_t *) self)->name = args; in sample_fragment_ctor()
49 lv_label_set_text_fmt(label, "Hello, %s!", ((struct sample_fragment_t *) self)->name); in sample_fragment_create_obj()
/lvgl-latest/docs/others/
Dfragment.md24 struct sample_fragment_t {
37 .instance_size = sizeof(struct sample_fragment_t)