Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

ipentry - An IP address entry widget

Table Of Contents

SYNOPSIS

package require Tcl 8.4
package require Tk 8.4
package require ipentry ?0.3?

::ipentry::ipentry pathName ?option value...?
::ipentry::ipentry6 pathName ?option value...?
pathName complete
pathName get
pathName insert iplist
pathName icursor index
pathName configure option value...
pathName cget option

DESCRIPTION

This package provides a widget for the entering of a IP address.

Each widget created with the command above supports the following methods:

Widget options

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ipentry of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

entry, ip address, network

CATEGORY

Widget