mentry::ipv6AddrMentry
  Commandmentry::ipv6AddrMentry – Create and manipulate
    mentry widgets for IPv6 addressesmentry::ipv6AddrMentry pathName ?options?
pathName
    for displaying and editing IPv6 addresses in the standard hexadecimal
    notation (where the eight groups of one to four hexadecimal digits are
    separated from each other by o colon).  The supported
    options are the same as in the case of the
    mentry::mentry
    command.type attribute of
    the widget to the value "IPv6Addr" and returns the name of the
    newly created widget.mentry::ipv6AddrMentry command defines four new
    keyboard bindings for the entry children of the mentry widget it
    creates:  The Up key increments the entry's value by 1 if
    the latter is less than 65535.  Similarly, the Down key
    decrements the entry's value by 1 if the latter is greater than 0. 
    The Prior key increments the entry's value by at most 10 if
    the latter is less than 65535.  Similarly, the Next key
    decrements the entry's value by at most 10 if the latter is greater than
    0.  If the entry is empty then all of these keys insert the value
    0 into the entry.Up and
    Down keys can also be triggered by rolling the mouse
    wheel.  In addition, on Mac OS Classic and Mac OS X Aqua, the actions
    performed by the Prior and Next keys can also be
    triggered by rolling the mouse wheel while holding down the
    Option key.mentry::putIPv6Addr Commandmentry::putIPv6Addr – Output an IPv6 address to a
    mentry of type "IPv6Addr"mentry::putIPv6Addr address pathName
address to
    the mentry widget pathName, which must have been
    created with the mentry::ipv6AddrMentry command (this is
    checked by examining the widget's type attribute, which
    must have the value "IPv6Addr").::) (representing consecutive groups of
    zeros).  The command generates an error if the address is
    invalid.mentry::getIPv6Addr Commandmentry::getIPv6Addr – Get an IPv6 address from a
    mentry of type "IPv6Addr"mentry::getIPv6Addr pathName
pathName, which must have been created with the
    mentry::ipv6AddrMentry
    command (this is checked by examining the widget's type
    attribute, which must have the value "IPv6Addr")."EMPTY".