Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configure Options

Status
Not open for further replies.

SmallProgram

Programmer
Feb 6, 2002
42
0
0
IN
Hello Friends,
CAn we use the "all" tag in the cget option to get all the properties of the object.
If yes please explain me how?
Thanks in Advance.
Mallik. Programmer,Amatuer
 
Try:
Code:
puts [join [[entry .e] config] \n]
Then you get a list with five values items: the option, the name in options database, the class of the option, the default value, the current value.

Here the beginning:
-highlightthickness highlightThickness HighlightThickness 0 0
-insertbackground insertBackground Foreground SystemWindowText SystemWindowText
-insertborderwidth insertBorderWidth BorderWidth 0 0
-insertofftime insertOffTime OffTime 300 300
-insertontime insertOnTime OnTime 600 600
-insertwidth insertWidth InsertWidth 2 2

ulis



 
I have tried this Mr.Ulis.
But somebody told me tha we need not take this much pinn in getting the values.
Any how very much thanks
I'll let u know if I get an answer from my Tutor.
Mallik. Programmer,Amatuer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top