#include <string-list.h>
Data Fields | |
const char * | name |
const char * | text |
Representation of a choice list of strings. The choices themselves consist of a key and a human-readable name. The list object is opaque.
Definition at line 42 of file string-list.h.
|
Option name (key, untranslated). Definition at line 44 of file string-list.h. Referenced by copyfunc(), escp2_parameters(), free_list_element(), namefunc(), olympus_parameters(), ps_parameters_internal(), raw_parameters(), stp_dither_describe_parameter(), stp_string_list_add_string(), and stpi_color_traditional_describe_parameter(). |
|
Human-readable (translated) text. Definition at line 44 of file string-list.h. Referenced by copyfunc(), free_list_element(), long_namefunc(), and stp_string_list_add_string(). |