WINGs: fix possible NULL pointer dereference (Coverity #50197)
[wmaker-crm.git] / doc / getstyle.1x
blobda76ab049a7154862254dd36cc6589a3a399f9d8
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: \fITitleJustify\fP,
20 \fIClipTitleFont\fP, \fIWindowTitleFont\fP, \fIMenuTitleFont\fP,
21 \fIMenuTextFont\fP, \fIIconTitleFont\fP, \fIDisplayFont\fP,
22 \fILargeDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP,
23 \fIClipTitleColor\fP, \fICClipTitleColor\fP, \fIFTitleColor\fP,
24 \fIPTitleColor\fP, \fIUTitleColor\fP, \fIFTitleBack\fP,
25 \fIPTitleBack\fP, \fIUTitleBack\fP, \fIResizebarBack\fP,
26 \fIMenuTitleColor\fP, \fIMenuTextColor\fP, \fIMenuDisabledColor\fP,
27 \fIMenuTitleBack\fP, \fIMenuTextBack\fP, \fIIconBack\fP,
28 \fIIconTitleColor\fP, \fIIconTitleBack\fP, \fIFrameBorderWidth\fP,
29 \fIFrameBorderColor\fP, \fIFrameSelectedBorderColor\fP,
30 \fIMenuStyle\fP, \fIWindowTitleExtendSpace\fP,
31 \fIMenuTitleExtendSpace\fP, and \fIMenuTextExtendSpace\fP.
33 If either \fB-t\fP or \fB--theme-options\fP is specified, in addition
34 to the previous options, \fIWorkspaceBack\fP is \fIalso\fP stored,
35 along with any user-definable mouse cursor settings
36 (\fINormalCursor\fP, \fIArrowCursor\fP, \fIMoveCursor\fP,
37 \fIResizeCursor\fP,
38 \fITopLeftResizeCursor\fP, \fITopRightResizeCursor\fP,
39 \fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP,
40 \fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP,
41 \fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP,
42 \fISelectCursor\fP) that are present.
44 .SH OPTIONS
45 .TP
46 .B \-t
47 dumps theme related information too, which includes the root background
48 texture.  This option is always enabled when the \-p option is used.
49 .TP
50 .B \-p
51 creates a theme pack in the directory named by the theme name appended
52 with the .themed suffix.
54 .SH ENVIRONMENT
55 .IP GNUSTEP_USER_ROOT
56 specifies the initial path for the Defaults directory. "Defaults/" is
57 appended to this variable to determine the actual location of the
58 databases. If the varialbe is not set, it defaults to "~/GNUstep"
59 .SH FILES
60 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
61 This is the actual file that gets written.
62 .SH SEE ALSO
63 .BR setstyle (1x),
64 .BR wmaker (1x)
65 .SH AUTHOR
66 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
67 .PP
68 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.