Haiku API Bindings
value_info
Not logged in

Documentation | ApplicationKit | value_info

DESCRIPTION

Exposes the C++ array as a native list. Each element of the list is exposed as a native map with the following structure.

FIELDS

name

A native string, the value name.

value

An integer value.

kind

An integer value kind constant.

usage

A usage string.

extra_data

An integer; the use and meaning depends on the value. (The system will not mess with this data; you can do whatever you want with when designing your own scripting suite.)