ipentry -
An IP address entry widget
package require Tcl 8.4 package require ipentry ? 0.1 ? ::ipentry::ipentry pathName ? option value... ? pathName complete pathName get pathName insert iplist pathName icursor index pathName configure option value... pathName cget option
| Name | Database name | Database class |
|---|---|---|
| -state | state | State |
| Specifies one of three states for the entry: normal, disabled, or readonly. | ||
| -font | font | Font |
| -bd | borderWidth | BorderWidth |
| -fg | foreground | Foreground |
| -bg | background | Background |
| -relief | relief | Relief |
| -highlightthickness | highlightThickness | HighlightThickness |
| -highlightcolor | highlightColor | HighlightColor |
| -highlightbackground | highlightBackground | HighlightBackground |
| -selectbackground | selectBackground | Background |
| -selectforeground | selectForeground | Foreground |
| -selectborderwidth | selectBorderWidth | BorderWidth |
| -disabledbackground | disabledBackground | DisabledBackground |
| -disabledforeground | disabledForeground | DisabledForeground |
| -readonlybackground | readonlyBackground | ReadonlyBackground |
| -insertbackground | insertBackground | Background |
| Standard widget options. See options for a description of their meanings and values. | ||