summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-05 15:37:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-05 15:37:47 (GMT)
commitaf930f542b494c26a51841c6c3ba8b38ba84d378 (patch)
treefffbe946b42d4da43a33e7f776913cb877a1a110 /generic/tkButton.c
parent959d11df46f93807f4e8d3c99264002a054ae98a (diff)
parent2469ec79a7eedc59f089fe069bb239daaf988a82 (diff)
downloadtk-af930f542b494c26a51841c6c3ba8b38ba84d378.zip
tk-af930f542b494c26a51841c6c3ba8b38ba84d378.tar.gz
tk-af930f542b494c26a51841c6c3ba8b38ba84d378.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tkButton.c')
-rw-r--r--generic/tkButton.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkButton.c b/generic/tkButton.c
index 5a11ad6..68f0cc6 100644
--- a/generic/tkButton.c
+++ b/generic/tkButton.c
@@ -271,8 +271,8 @@ static const Tk_OptionSpec checkbuttonOptionSpecs[] = {
DEF_BUTTON_COMMAND, offsetof(TkButton, commandPtr), TCL_INDEX_NONE,
TK_OPTION_NULL_OK, 0, 0},
{TK_OPTION_STRING_TABLE, "-compound", "compound", "Compound",
- DEF_BUTTON_COMPOUND, TCL_INDEX_NONE, offsetof(TkButton, compound), 0,
- tkCompoundStrings, 0},
+ DEF_BUTTON_COMPOUND, TCL_INDEX_NONE, offsetof(TkButton, compound),
+ 0, tkCompoundStrings, 0},
{TK_OPTION_CURSOR, "-cursor", "cursor", "Cursor",
DEF_BUTTON_CURSOR, TCL_INDEX_NONE, offsetof(TkButton, cursor),
TK_OPTION_NULL_OK, 0, 0},
@@ -307,14 +307,14 @@ static const Tk_OptionSpec checkbuttonOptionSpecs[] = {
{TK_OPTION_JUSTIFY, "-justify", "justify", "Justify",
DEF_BUTTON_JUSTIFY, TCL_INDEX_NONE, offsetof(TkButton, justify), 0, 0, 0},
{TK_OPTION_RELIEF, "-offrelief", "offRelief", "OffRelief",
- DEF_BUTTON_RELIEF, TCL_INDEX_NONE, offsetof(TkButton, offRelief), 0, 0, 0},
+ DEF_BUTTON_RELIEF, TCL_INDEX_NONE, offsetof(TkButton, offRelief), 0, 0, 0},
{TK_OPTION_STRING, "-offvalue", "offValue", "Value",
DEF_BUTTON_OFF_VALUE, offsetof(TkButton, offValuePtr), TCL_INDEX_NONE, 0, 0, 0},
{TK_OPTION_STRING, "-onvalue", "onValue", "Value",
DEF_BUTTON_ON_VALUE, offsetof(TkButton, onValuePtr), TCL_INDEX_NONE, 0, 0, 0},
{TK_OPTION_RELIEF, "-overrelief", "overRelief", "OverRelief",
- DEF_BUTTON_OVER_RELIEF, TCL_INDEX_NONE, offsetof(TkButton, overRelief),
- TK_OPTION_NULL_OK, 0, 0},
+ DEF_BUTTON_OVER_RELIEF, TCL_INDEX_NONE, offsetof(TkButton, overRelief),
+ TK_OPTION_NULL_OK, 0, 0},
{TK_OPTION_PIXELS, "-padx", "padX", "Pad",
tkDefLabelPadx, offsetof(TkButton, padXPtr),
offsetof(TkButton, padX), 0, 0, 0},