diff options
author | jenglish@flightlab.com <jenglish> | 2006-11-07 03:45:27 (GMT) |
---|---|---|
committer | jenglish@flightlab.com <jenglish> | 2006-11-07 03:45:27 (GMT) |
commit | 0ccad2dde27ed932692a5eff00cca73534e7742e (patch) | |
tree | 8067b063a85bcd662fa0771dc6b6ab068aa3f9f3 /generic/ttk/ttkClassicTheme.c | |
parent | a1b59584f9b3936946f2fd64ee7a22e88973ad1f (diff) | |
download | tk-0ccad2dde27ed932692a5eff00cca73534e7742e.zip tk-0ccad2dde27ed932692a5eff00cca73534e7742e.tar.gz tk-0ccad2dde27ed932692a5eff00cca73534e7742e.tar.bz2 |
Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS:
fix comments damaged by overzealous search-and-destroy;
removed obsolete [style default] synonym for [ttk::style configure];
removed other dead code.
Diffstat (limited to 'generic/ttk/ttkClassicTheme.c')
-rw-r--r-- | generic/ttk/ttkClassicTheme.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/ttk/ttkClassicTheme.c b/generic/ttk/ttkClassicTheme.c index f62c6f2..19164aa 100644 --- a/generic/ttk/ttkClassicTheme.c +++ b/generic/ttk/ttkClassicTheme.c @@ -1,5 +1,5 @@ /* - * $Id: ttkClassicTheme.c,v 1.2 2006/11/03 03:06:22 das Exp $ + * $Id: ttkClassicTheme.c,v 1.3 2006/11/07 03:45:27 jenglish Exp $ * * Copyright (c) 2004, Joe English * @@ -288,12 +288,11 @@ static Ttk_ElementSpec ArrowElementSpec = /*------------------------------------------------------------------------ - * +++ Sash element (for ttk::paned window) + * +++ Sash element (for ttk::panedwindow) * * NOTES: * - * Paned windows with -orient horizontal use vertical sashes, - * and vice versa. + * panedwindows with -orient horizontal use vertical sashes, and vice versa. * * Interpretation of -sashrelief 'groove' and 'ridge' are * swapped wrt. the core panedwindow, which (I think) has them backwards. |