Import Tk 8.6.11
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* Copyright (c) 2003 Joe English. Freely redistributable.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "tkInt.h"
|
||||
#include "ttkThemeInt.h"
|
||||
|
||||
@@ -810,7 +809,7 @@ Tcl_Obj *Ttk_UnparseLayoutTemplate(Ttk_TemplateNode *node)
|
||||
APPENDSTR("-sticky");
|
||||
APPENDOBJ(Ttk_NewStickyObj(flags & _TTK_MASK_STICK));
|
||||
|
||||
/* @@@ Check again: are these necessary? */
|
||||
/* @@@ Check again: are these necessary? Can't see any effect! */
|
||||
if (flags & TTK_BORDER) { APPENDSTR("-border"); APPENDSTR("1"); }
|
||||
if (flags & TTK_UNIT) { APPENDSTR("-unit"); APPENDSTR("1"); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user