Next: Adding and Removing Labels, Previous: Creation and Destruction, Up: Value Labels [Contents][Index]
These functions inspect and manipulate basic properties of
struct val_labs
objects.
Returns the number of value labels in val_labs.
Tests whether val_labs’s width may be changed to new_width
using val_labs_set_width
. Returns true if it is allowed, false
otherwise.
A set of value labels may be resized to a given width only if each
value in it may be resized to that width, as determined by
value_is_resizable
(see value_is_resizable).
Changes the width of val_labs’s values to new_width, which
must be a valid new width as determined by
val_labs_can_set_width
.