Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst262 …- A pointer to that struct is provided as the **first** argument of a callback registration functi…
263 - A pointer to that struct is provided as the **first** argument of the callback itself
265 - Option 2: ``user_data`` as a function argument
267 …meter called ``void * user_data`` is provided to the registration function as the **last** argument
269 - The callback itself receives ``void *`` as the **last** argument
275 - The function pointer member receives the same struct as its **first** argument
279 (option 1) and provide ``user_data`` argument when calling the callback (options 2),
287 …t_path_cb`` and :cpp:type:`lv_anim_path_cb_t` receive :cpp:type:`lv_anim_t` as their first argument
289 …ata`` field, and :cpp:type:`lv_anim_path_cb_t` receive :cpp:type:`lv_anim_t` as its first argument.
290 …cpp:func:`lv_imgfont_create` registers ``path_cb`` and receives ``user_data`` as the last argument.
[all …]
Dapi_json.rst80 - ``"arg"``: Used to describe an argument/parameter in a function or a function pointer.
83 - ``"name"``: The name of the argument/parameter.
123 - ``"special_type"``: Currently only used to describe an ellipsis argument
/lvgl-latest/docs/_ext/
Dlv_example.py9 def excluded_list(argument): argument
10 return argument.split(',')
/lvgl-latest/docs/
DCODING_STYLE.rst88 * @param parent brief description of argument. Additional detail can appear
273 argument which is a pointer to Widget object itself.
275 first argument, and the prefix of the ``struct`` name should be used as the prefix of the
283 …- Pass a pointer to a ``struct`` as the first argument of both the registration function and the c…
285 …- The last argument of the registration function must be ``void * user_data`` and the same ``user_…
286 needs to be passed as the last argument of the callback.
DCHANGELOG.rst386 - **docs(tileview): fix tileview column/row argument order** `6388 <https://github.com/lvgl/lvgl/pu…
DDoxyfile2058 # gcc). The argument of the tag is a list of macros of the form: name or
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst162 The ``-t`` argument gives a name to the resulting image.
186 The ``-d`` flag runs the container in detached mode. The ``-p`` argument specifies the port mapping.
226 By using the ``--device`` argument it is possible to map a device to a container.
/lvgl-latest/docs/intro/
Dbasics.rst115 NULL as the parent argument. Technically, this can be any type of Widget, but in
122 the Widget's parent is passed as the first argument to the function that creates
139 ``auto_del`` argument. If you want to keep the current Screen in RAM when you load a
140 new Screen, pass ``false`` for the ``auto_del`` argument, or call
246 Event callbacks receive the argument :cpp:expr:`lv_event_t * e` containing the
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst99 or ``false`` for the ``fullscreen`` argument.
106 or ``false`` for the ``maximized`` argument.
Dlibinput.rst74 The second argument controls whether or not all devices are rescanned. If you have many devices con…
/lvgl-latest/docs/details/other-components/
Dobj_property.rst102 The following is an example of an array that could be used as the ``values`` argument
216 * so we can use `arg1.num` and `arg2.num` to set the argument.
269 For the ``lv_property_t * value`` argument of the :cpp:func:`lv_obj_set_property`
Dobj_id.rst141 buffer provided in its ``buf`` argument.
149 class is passed in its ``class_p`` argument in case it is needed for determining the
Dgridnav.rst48 The ``flags`` argument controls the navigation behavior:
Dfile_explorer.rst141 to pass as the 2nd argument are the following:
/lvgl-latest/docs/details/widgets/
Dcanvas.rst64 (``LV_COLOR_FORMAT_I1/2/4/8``) pass the color index as the ``color`` argument by using
Ddropdown.rst76 as the ``options`` argument to :cpp:expr:`lv_dropdown_set_options(dropdown, options)`.
Dimage.rst130 The ``angle_x10`` argument is an ``int32_t`` containing the angle (in degrees)
/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst58 … can be activated by passing a second buffer of same size instead of the :cpp:expr:`NULL` argument.
Dlcd_stm32_guide.rst159 void LVGL_Task(void const *argument);
255 void LVGL_Task(void const *argument)
Dgen_mipi.rst172 The third argument of the :cpp:func:`lv_lcd_generic_mipi_create()` function is a flag array. This c…
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst220 void LVGLTimer(void const * argument)
229 void LVGLTick(void const * argument)
/lvgl-latest/docs/details/base-widget/
Devent.rst45 data that will be available in the event. NULL may be passed for this argument if
Dobj.rst286 without a parent (i.e. passing NULL for the ``parent`` argument during creation). As
/lvgl-latest/docs/details/main-components/
Ddisplay.rst222 For many ``lv_display_...()`` functions, passing NULL for the ``disp`` argument will