1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-17 20:34:18 +01:00

Code update for Window Maker version 0.50.0

Read changes in ChangeLog and NEWS
This commit is contained in:
dan
1999-01-06 15:22:33 +00:00
parent 16698efd45
commit 0261c32636
232 changed files with 20628 additions and 8087 deletions

View File

@@ -69,6 +69,9 @@ I18N = @I18N@
I18N_MB = @I18N_MB@
ICONEXT = @ICONEXT@
INTLIBS = @INTLIBS@
LD = @LD@
LIBTOOL = @LIBTOOL@
LITE = @LITE@
LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
MOFILES = @MOFILES@
@@ -222,6 +225,7 @@ clean: clean-generic mostlyclean
distclean: distclean-generic clean
-rm -f config.status
-rm -f libtool
maintainer-clean: maintainer-clean-generic distclean
@echo "This command is intended for maintainers to use;"

View File

@@ -1,21 +1,40 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH getstyle 1x "March 1998"
.TH getstyle 1x "December 1998"
.SH NAME
getstyle \- dumps the current Window Maker style related configuration
getstyle \- dumps the current Window Maker style related configuration or
creates a theme pack.
.SH SYNOPSIS
.B getstyle
[style file]
[[-t] [style file]]
[-p theme name]
.SH DESCRIPTION
.B getstyle
reads the WindowMaker domain, and dumps the following keys and its
values to stdout or
.I style file
: IconBack, WorkspaceBack, IconBack, TitleJustify, WindowTitleFont,
MenuTitleFont, MenuTextFont, IconTitleFont, ClipTitleFont, DisplayFont,
HighlightColor, HighlightTextColor, ClipTitleColor, CClipTitleColor,
FTitleColor, PTitleColor, UTitleColor, FTitleBack, PTitleBack, UTitleBack,
MenuTitleColor, MenuTextColor, MenuDisabledColor, MenuTitleBack and
MenuTextBack.
can either dump the current Window Maker style related configuration
information to a file/stdout or create a self-contained theme pack. A theme
pack is a directory that contains everything that is needed by a
redistributable theme, includig the style information and pixmaps used by it.
Note that style information stored in the global configuration of the
system is not read.
.SH OPTIONS
.TP
.B \-t
dumps theme related information too, which is the root background texture.
This option is always enabled when the \-p option is used.
.TP
.B \-p
creates a theme pack in the directory named by the theme name appended
with the .themed suffix.
Options that are stored in the style file are: IconBack, WorkspaceBack,
IconBack, TitleJustify, WindowTitleFont, MenuTitleFont, MenuTextFont,
IconTitleFont, DisplayFont, HighlightColor, HighlightTextColor,
IconTitleColor, CClipTitleColor, IconBackColor, FTitleColor, PTitleColor,
UTitleColor, FTitleBack, PTitleBack, UTitleBack, MenuTitleColor,
MenuTextColor, MenuDisabledColor, MenuTitleBack and MenuTextBack.
.SH ENVIRONMENT
.IP GNUSTEP_USER_ROOT
specifies the initial path for the Defaults directory. "Defaults/" is

View File

@@ -1,16 +1,20 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH setstyle 1x "March 1998"
.TH setstyle 1x "December 1998"
.SH NAME
setstyle \- set style related options for Window Maker
setstyle \- set style related options for Window Maker or loads a theme
.SH SYNOPSIS
.B setstyle
.I "[-nofonts]"
.I stylefile
.SH DESCRIPTION
.B setstyle
reads
.I stylefile
and writes its contents to the WindowMaker domain, efectively setting
the Window Maker style.
the Window Maker style. If the supplied path is a directory, it will
be treated as a theme pack and it will be loaded appropriately. If the
.B \-nofonts
flag is specified, font related options in the style file will be ignored.
.SH ENVIRONMENT
.IP GNUSTEP_USER_ROOT
specifies the initial path for the Defaults directory. "Defaults/" is