wAppIconPaint argument removed
[wmaker-crm.git] / doc / getstyle.1x
blobfac677202645bebc2bd190417fa481626186580c
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH getstyle 1x "January 1999"
3 .SH NAME
4 getstyle \- dumps the current Window Maker style related configuration or
5 creates a theme pack.
6 .SH SYNOPSIS
7 .B getstyle
8 [[\-t|\-\-theme-options] [\-p|\-\-pack] [style file]]
9 .SH DESCRIPTION
10 .B getstyle
11 can either dump the current Window Maker style related configuration
12 information to a file/stdout or create a self-contained theme pack. A theme
13 pack is a directory that contains everything that is needed by a
14 redistributable theme, includig the style information and pixmaps used by it.
16 Note that style information stored in the global configuration of the
17 system is not read.
19 The following options are stored by default: \fIIconBack\fP,
20 \fIIconBack\fP, \fITitleJustify\fP, \fIWindowTitleFont\fP,
21 \fIMenuTitleFont, MenuTextFont\fP, \fIIconTitleFont\fP,
22 \fIDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP,
23 \fIIconTitleColor\fP, \fICClipTitleColor\fP, \fIIconBackColor\fP,
24 \fIFTitleColor\fP, \fIPTitleColor\fP, \fIUTitleColor\fP,
25 \fIFTitleBack\fP, \fIPTitleBack, UTitleBack\fP, \fIMenuTitleColor\fP,
26 \fIMenuTextColor\fP, \fIMenuDisabledColor\fP, \fIMenuTitleBack\fP and
27 \fIMenuTextBack\fP.
29 If either \fB-t\fP or \fB--theme-options\fP is specified, in addition
30 to the previous options, \fIWorkspaceBack\fP is \fIalso\fP stored,
31 along with any user-definable mouse cursor settings
32 (\fINormalCursor\fP, \fIArrowCursor\fP, \fIMoveCursor\fP,
33 \fITopLeftResizeCursor\fP, \fITopRightResizeCursor\fP,
34 \fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP, 
35 \fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP, 
36 \fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP, 
37 \fISelectCursor\fP) that are present.
39 .SH OPTIONS
40 .TP
41 .B \-t
42 dumps theme related information too, which includes the root background
43 texture.  This option is always enabled when the \-p option is used.
44 .TP
45 .B \-p
46 creates a theme pack in the directory named by the theme name appended
47 with the .themed suffix.
49 .SH ENVIRONMENT
50 .IP GNUSTEP_USER_ROOT
51 specifies the initial path for the Defaults directory. "Defaults/" is
52 appended to this variable to determine the actual location of the
53 databases. If the varialbe is not set, it defaults to "~/GNUstep"
54 .SH FILES
55 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
56 This is the actual file that gets written.
57 .SH SEE ALSO
58 .BR setstyle (1x),
59 .BR wmaker (1x)
60 .SH AUTHOR
61 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
62 .PP
63 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.