mentry::ipAddrMentry
Commandmentry::ipAddrMentry - Create and manipulate mentry
widgets for IP addresses
mentry::ipAddrMentry pathName ?options?
pathName
for displaying and editing IP addresses in the standard dotted-decimal
notation. The supported options are the same
as in the case of the mentry::mentry command.
type attribute of the widget
to the value "IPAddr" and returns the name of the newly
created widget.
mentry::putIPAddr Commandmentry::putIPAddr - Output an IP address to a mentry of
type "IPAddr"
mentry::putIPAddr address pathName
address to the
mentry widget pathName, which must have been
created with the mentry::ipAddrMentry command (this is
checked by examining the widget's type attribute,
which must have the value "IPAddr").
mentry::getIPAddr Commandmentry::getIPAddr - Get an IP address from a mentry of
type "IPAddr"
mentry::getIPAddr pathName
pathName, which must have been created with the
mentry::ipAddrMentry
command (this is checked by examining the widget's
type attribute, which must have the value
"IPAddr").
"EMPTY".