Searched refs:argument (Results 1 – 24 of 24) sorted by relevance
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 262 …- 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 …]
|
D | api_json.rst | 80 - ``"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/ |
D | lv_example.py | 9 def excluded_list(argument): argument 10 return argument.split(',')
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 88 * @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.
|
D | CHANGELOG.rst | 386 - **docs(tileview): fix tileview column/row argument order** `6388 <https://github.com/lvgl/lvgl/pu…
|
D | Doxyfile | 2058 # gcc). The argument of the tag is a list of macros of the form: name or
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 162 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/ |
D | basics.rst | 115 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/ |
D | wayland.rst | 99 or ``false`` for the ``fullscreen`` argument. 106 or ``false`` for the ``maximized`` argument.
|
D | libinput.rst | 74 The second argument controls whether or not all devices are rescanned. If you have many devices con…
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 102 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`
|
D | obj_id.rst | 141 buffer provided in its ``buf`` argument. 149 class is passed in its ``class_p`` argument in case it is needed for determining the
|
D | gridnav.rst | 48 The ``flags`` argument controls the navigation behavior:
|
D | file_explorer.rst | 141 to pass as the 2nd argument are the following:
|
/lvgl-latest/docs/details/widgets/ |
D | canvas.rst | 64 (``LV_COLOR_FORMAT_I1/2/4/8``) pass the color index as the ``color`` argument by using
|
D | dropdown.rst | 76 as the ``options`` argument to :cpp:expr:`lv_dropdown_set_options(dropdown, options)`.
|
D | image.rst | 130 The ``angle_x10`` argument is an ``int32_t`` containing the angle (in degrees)
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 58 … can be activated by passing a second buffer of same size instead of the :cpp:expr:`NULL` argument.
|
D | lcd_stm32_guide.rst | 159 void LVGL_Task(void const *argument); 255 void LVGL_Task(void const *argument)
|
D | gen_mipi.rst | 172 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/ |
D | stm32.rst | 220 void LVGLTimer(void const * argument) 229 void LVGLTick(void const * argument)
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 45 data that will be available in the event. NULL may be passed for this argument if
|
D | obj.rst | 286 without a parent (i.e. passing NULL for the ``parent`` argument during creation). As
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 222 For many ``lv_display_...()`` functions, passing NULL for the ``disp`` argument will
|