Home
last modified time | relevance | path

Searched refs:total_columns (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgxe_horizontal_list_create.c86 GX_WIDGET *parent, INT total_columns, in _gxe_horizontal_list_create() argument
115 if (total_columns <= 0) in _gxe_horizontal_list_create()
121 …status = _gx_horizontal_list_create(horizontal_list, name, parent, total_columns, callback, style,… in _gxe_horizontal_list_create()
Dgx_horizontal_list_create.c91 GX_WIDGET *parent, INT total_columns, in _gx_horizontal_list_create() argument
104 horizontal_list -> gx_horizontal_list_total_columns = total_columns; in _gx_horizontal_list_create()
/GUIX-v6.2.1/common/inc/
Dgx_window.h61 GX_WIDGET *parent, INT total_columns,
Dgx_api.h3829 INT total_columns,
5301 … INT total_columns, VOID (*callback)(GX_HORIZONTAL_LIST *, GX_WIDGET *, INT),