logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Ttk_CreateTheme, Ttk_GetTheme, Ttk_GetDefaultTheme, Ttk_GetCurrentTheme - create and use Tk themes.

Arguments

       Tcl_Interp * interp (in)                  The  Tcl  interpreter  in  which  to  register/query  available
                                                 themes.

       Ttk_Theme parentTheme (in)                Fallback or parent theme from which the new theme will  inherit
                                                 elements and layouts.

       const char * name (in)                    The name of the theme.
________________________________________________________________________________________________________________

Description

Name

       Ttk_CreateTheme, Ttk_GetTheme, Ttk_GetDefaultTheme, Ttk_GetCurrentTheme - create and use Tk themes.

See Also

       Ttk_RegisterLayout, Ttk_BuildLayout

Tk                                                     8.5                                  Ttk_CreateTheme(3tk)

Synopsis

       Ttk_Theme Ttk_CreateTheme(interp, name, parentTheme);
       Ttk_Theme Ttk_GetTheme(interp, name);
       Ttk_Theme Ttk_GetDefaultTheme(interp);
       Ttk_Theme Ttk_GetCurrentTheme(interp);

See Also