Sha256: 13ac569a8c80e561136373d1cd359bae264a4a04be19f8e32bc551a9a335c8b5

Contents?: true

Size: 1020 Bytes

Versions: 6

Compression:

Stored size: 1020 Bytes

Contents

'\"
'\" 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.
'\" 
'\" RCS: @(#) Theme.3,v 1.4 2004/12/11 00:36:36 jenglish Exp
'\" 
.so man.macros
.TH Ttk_CreateTheme 3 0.2 tile "Tile Widget Set"
.BS
.SH NAME
Ttk_CreateTheme, Ttk_GetTheme, Ttk_GetDefaultTheme, Ttk_GetCurrentTheme \- create and use Themes.
.SH SYNOPSIS
.nf
Ttk_Theme Ttk_CreateTheme(\fIinterp\fR, \fIname\fR, \fIparentTheme\fR);
Ttk_Theme Ttk_GetTheme(\fIinterp\fR, \fIname\fR);
Ttk_Theme Ttk_GetDefaultTheme(\fIinterp\fR);
Ttk_Theme Ttk_GetCurrentTheme(\fIinterp\fR);
.fi
.SH 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.
.BE
.SH DESCRIPTION

.SH "SEE ALSO"
Ttk_RegisterLayout, Ttk_BuildLayout
.\" .SH KEYWORDS

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
Pratt-1.6.8 pkgs/tile-0.8.2/doc/Theme.3
Pratt-1.6.5 pkgs/tile-0.8.2/doc/Theme.3
Pratt-1.6.4 pkgs/tile-0.8.2/doc/Theme.3
Pratt-1.6.2 pkgs/tile-0.8.2/doc/Theme.3
Pratt-1.5.8 pkgs/tile-0.8.2/doc/Theme.3
Pratt-1.5.6 pkgs/tile-0.8.2/doc/Theme.3