1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
<HTML>
<HEAD><TITLE>LabelEntry</TITLE></HEAD>
<BODY BGCOLOR=white>
<DL><DT><I><A HREF="#descr">NAME</A></I></DT>
<DD><B>LabelEntry</B>
-
LabelFrame containing an Entry widget.
</DD></DL>
<DL>
<DT><I>CREATION</I></DT>
<DD><A HREF="#descr"><B>LabelEntry</B></A> <I>pathName</I> ?<I>option value...</I>?</DD>
</DL>
<DL>
<DT><I><A HREF="Entry.html">OPTIONS from <B>Entry</B></A></I></DT>
<DD><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
<TR>
<TD> -borderwidth or -bd</TD>
<TD> -command</TD>
</TR>
<TR>
<TD> -disabledforeground</TD>
<TD> -dragenabled</TD>
</TR>
<TR>
<TD> -dragendcmd</TD>
<TD> -dragevent</TD>
</TR>
<TR>
<TD> -draginitcmd</TD>
<TD> -dragtype</TD>
</TR>
<TR>
<TD> -dropcmd</TD>
<TD> -dropenabled</TD>
</TR>
<TR>
<TD> -dropovercmd</TD>
<TD> -droptypes</TD>
</TR>
<TR>
<TD> -editable</TD>
<TD> -entrybg (see <B>-background</B>)</TD>
</TR>
<TR>
<TD> -entryfg (see <B>-foreground</B>)</TD>
<TD> -exportselection</TD>
</TR>
<TR>
<TD> -font</TD>
<TD> -helptext</TD>
</TR>
<TR>
<TD> -helptype</TD>
<TD> -helpvar</TD>
</TR>
<TR>
<TD> -highlightbackground</TD>
<TD> -highlightcolor</TD>
</TR>
<TR>
<TD> -highlightthickness</TD>
<TD> -insertbackground</TD>
</TR>
<TR>
<TD> -insertborderwidth</TD>
<TD> -insertofftime</TD>
</TR>
<TR>
<TD> -insertontime</TD>
<TD> -insertwidth</TD>
</TR>
<TR>
<TD> -justify</TD>
<TD> -relief</TD>
</TR>
<TR>
<TD> -selectbackground</TD>
<TD> -selectborderwidth</TD>
</TR>
<TR>
<TD> -selectforeground</TD>
<TD> -show</TD>
</TR>
<TR>
<TD> -state</TD>
<TD> -takefocus</TD>
</TR>
<TR>
<TD> -text</TD>
<TD> -textvariable</TD>
</TR>
<TR>
<TD> -width</TD>
<TD> -xscrollcommand</TD>
</TR>
</TABLE></DD>
</DL>
<DL>
<DT><I><A HREF="LabelFrame.html">OPTIONS from <B>LabelFrame</B></A></I></DT>
<DD><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
<TR>
<TD> -background or -bg</TD>
<TD> -disabledforeground</TD>
</TR>
<TR>
<TD> -foreground or -fg</TD>
<TD> -helptext</TD>
</TR>
<TR>
<TD> -helptype</TD>
<TD> -helpvar</TD>
</TR>
<TR>
<TD> -label (see <B>-text</B>)</TD>
<TD> -labelanchor (see <B>-anchor</B>)</TD>
</TR>
<TR>
<TD> -labelfont (see <B>-font</B>)</TD>
<TD> -labelheight (see <B>-height</B>)</TD>
</TR>
<TR>
<TD> -labeljustify (see <B>-justify</B>)</TD>
<TD> -labelwidth (see <B>-width</B>)</TD>
</TR>
<TR>
<TD> -name</TD>
<TD> -padx</TD>
</TR>
<TR>
<TD> -pady</TD>
<TD> -side</TD>
</TR>
<TR>
<TD> -state</TD>
<TD> -underline</TD>
</TR>
<TR>
<TD> -wraplength</TD>
</TABLE></DD>
</DL>
<DL>
<DT><I><A HREF="#wc">WIDGET COMMAND</A></I></DT>
<DD><I>pathName</I> <A HREF="#bind"><B>bind</B></A>
?<I>arg...</I>?
</DD>
<DD><I>pathName</I> <A HREF="#cget"><B>cget</B></A>
<I>option</I>
</DD>
<DD><I>pathName</I> <A HREF="#configure"><B>configure</B></A>
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
</DD>
</DL>
<BR><HR WIDTH="100%"><BR>
<B><A NAME="descr"></A>DESCRIPTION</B><BR>
<P>
LabelEntry is a widget composed of <A HREF="LabelFrame.html">LabelFrame</A> widget
containing an <A HREF="Entry.html">Entry</A> widget.
Tk entry command can also be used on LabelEntry widget.
</P>
<HR WIDTH="50%"><BR>
<B><A NAME="wc">WIDGET COMMAND</A></B><BR>
<DL><DT><A NAME="bind"><I>pathName</I> <B>bind</B></A>
?<I>arg...</I>?
</DT><DD>
Set bindings on the entry widget.
</DD></DL>
<DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A>
<I>option</I>
</DT><DD>
Returns the current value of the configuration option given by <I>option</I>.
<I>Option</I> may have any of the values accepted by the creation command.
</DD></DL>
<DL><DT><A NAME="configure"><I>pathName</I> <B>configure</B></A>
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
</DT><DD>
Query or modify the configuration options of the widget. If no <I>option</I> is specified,
returns a list describing all of the available options for <I>pathName</I>.
If <I>option</I> is specified with no <I>value</I>, then the command returns a list
describing the one named <I>option</I> (this list will be identical to the corresponding
sublist of the value returned if no <I>option</I> is specified). If one or
more <I>option-value</I> pairs are specified, then the command modifies the given widget
option(s) to have the given value(s); in this case the command returns an empty string.
<I>Option</I> may have any of the values accepted by the creation command.
Read-only options are not be modified.
</DD></DL>
</BODY></HTML>
|