Import Tk 8.6.10
This commit is contained in:
@@ -69,8 +69,8 @@ static Tk_OptionSpec TabOptionSpecs[] =
|
||||
{TK_OPTION_STRING, "-image", "image", "Image", NULL/*default*/,
|
||||
Tk_Offset(Tab,imageObj), -1, TK_OPTION_NULL_OK,0,GEOMETRY_CHANGED },
|
||||
{TK_OPTION_STRING_TABLE, "-compound", "compound", "Compound",
|
||||
"none", Tk_Offset(Tab,compoundObj), -1,
|
||||
0,(ClientData)ttkCompoundStrings,GEOMETRY_CHANGED },
|
||||
NULL, Tk_Offset(Tab,compoundObj), -1,
|
||||
TK_OPTION_NULL_OK,(ClientData)ttkCompoundStrings,GEOMETRY_CHANGED },
|
||||
{TK_OPTION_INT, "-underline", "underline", "Underline", "-1",
|
||||
Tk_Offset(Tab,underlineObj), -1, 0,0,GEOMETRY_CHANGED },
|
||||
{TK_OPTION_END, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0 }
|
||||
|
||||
Reference in New Issue
Block a user