ipentry(n) | An IP address entry widget | ipentry(n) |
ipentry - An IP address entry widget
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
This package provides a widget for the entering of a IP address.
Each widget created with the command above supports the following methods:
Command-Line Switch: -textvariable Database Name: textvariable Database Class: Variable
Command-Line Switch: -state Database Name: state Database Class: State
Command-Line Switch: -font Database Name: font Database Class: Font
Command-Line Switch: -bd Database Name: borderWidth Database Class: BorderWidth
Command-Line Switch: -fg Database Name: foreground Database Class: Foreground
Command-Line Switch: -bg Database Name: background Database Class: Background
Command-Line Switch: -relief Database Name: relief Database Class: Relief
Command-Line Switch: -highlightthickness Database Name: highlightThickness Database Class: HighlightThickness
Command-Line Switch: -highlightcolor Database Name: highlightColor Database Class: HighlightColor
Command-Line Switch: -highlightbackground Database Name: highlightBackground Database Class: HighlightBackground
Command-Line Switch: -selectbackground Database Name: selectBackground Database Class: Background
Command-Line Switch: -selectforeground Database Name: selectForeground Database Class: Foreground
Command-Line Switch: -selectborderwidth Database Name: selectBorderWidth Database Class: BorderWidth
Command-Line Switch: -disabledbackground Database Name: disabledBackground Database Class: DisabledBackground
Command-Line Switch: -disabledforeground Database Name: disabledForeground Database Class: DisabledForeground
Command-Line Switch: -readonlybackground Database Name: readonlyBackground Database Class: ReadonlyBackground
Command-Line Switch: -insertbackground Database Name: insertBackground Database Class: Background
entry, ip address
0.3 | ipentry |