Copyright (c) 2003 Joe English

See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.

Ttk_CreateTheme 3 8.5 Tk "Tk Themed Widget"
.so man.macros S
NAME
Ttk_CreateTheme, Ttk_GetTheme, Ttk_GetDefaultTheme, Ttk_GetCurrentTheme - create and use Tk themes.
SYNOPSIS
Ttk_Theme Ttk_CreateTheme(interp, name, parentTheme);
Ttk_Theme Ttk_GetTheme(interp, name);
Ttk_Theme Ttk_GetDefaultTheme(interp);
Ttk_Theme Ttk_GetCurrentTheme(interp);
ARGUMENTS
.AP "Tcl_Interp *" interp in The Tcl interpreter in which to register/query available themes. .AP "Ttk_Theme" parentTheme in Fallback or parent theme from which the new theme will inherit elements and layouts. .AP "const char *" name in The name of the theme. E
DESCRIPTION
TODO - Document these functions better!
"SEE ALSO"
Ttk_RegisterLayout, Ttk_BuildLayout .SH KEYWORDS