Searched refs:total_columns (Results 1 – 4 of 4) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gxe_horizontal_list_create.c | 86 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()
|
D | gx_horizontal_list_create.c | 91 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/ |
D | gx_window.h | 61 GX_WIDGET *parent, INT total_columns,
|
D | gx_api.h | 3829 INT total_columns, 5301 … INT total_columns, VOID (*callback)(GX_HORIZONTAL_LIST *, GX_WIDGET *, INT),
|