[go: up one dir, main page]

File: Theme.3

package info (click to toggle)
tile 0.8.2-2.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,152 kB
  • ctags: 3,093
  • sloc: ansic: 18,144; tcl: 4,607; makefile: 398; sh: 71
file content (34 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
'\"
'\" 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