From 763491f3ff8774776c22b1c29d8930919201f4d7 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 16 May 2014 22:02:32 -0500 Subject: [PATCH] doc: Update getstyle and setstyle manpages. The manpages for getstyle and setstyle have not been updated and were missing some options. This patch brings them up to date. In addition, the *TitleExtendSpace options were appearing twice in getstyle.c. One of the unnecessary sets was removed. --- doc/getstyle.1x | 29 +++++++++++++++++------------ doc/setstyle.1x | 7 ++++--- util/getstyle.c | 3 --- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/doc/getstyle.1x b/doc/getstyle.1x index fac67720..da76ab04 100644 --- a/doc/getstyle.1x +++ b/doc/getstyle.1x @@ -16,24 +16,29 @@ 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. -The following options are stored by default: \fIIconBack\fP, -\fIIconBack\fP, \fITitleJustify\fP, \fIWindowTitleFont\fP, -\fIMenuTitleFont, MenuTextFont\fP, \fIIconTitleFont\fP, -\fIDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP, -\fIIconTitleColor\fP, \fICClipTitleColor\fP, \fIIconBackColor\fP, -\fIFTitleColor\fP, \fIPTitleColor\fP, \fIUTitleColor\fP, -\fIFTitleBack\fP, \fIPTitleBack, UTitleBack\fP, \fIMenuTitleColor\fP, -\fIMenuTextColor\fP, \fIMenuDisabledColor\fP, \fIMenuTitleBack\fP and -\fIMenuTextBack\fP. +The following options are stored by default: \fITitleJustify\fP, +\fIClipTitleFont\fP, \fIWindowTitleFont\fP, \fIMenuTitleFont\fP, +\fIMenuTextFont\fP, \fIIconTitleFont\fP, \fIDisplayFont\fP, +\fILargeDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP, +\fIClipTitleColor\fP, \fICClipTitleColor\fP, \fIFTitleColor\fP, +\fIPTitleColor\fP, \fIUTitleColor\fP, \fIFTitleBack\fP, +\fIPTitleBack\fP, \fIUTitleBack\fP, \fIResizebarBack\fP, +\fIMenuTitleColor\fP, \fIMenuTextColor\fP, \fIMenuDisabledColor\fP, +\fIMenuTitleBack\fP, \fIMenuTextBack\fP, \fIIconBack\fP, +\fIIconTitleColor\fP, \fIIconTitleBack\fP, \fIFrameBorderWidth\fP, +\fIFrameBorderColor\fP, \fIFrameSelectedBorderColor\fP, +\fIMenuStyle\fP, \fIWindowTitleExtendSpace\fP, +\fIMenuTitleExtendSpace\fP, and \fIMenuTextExtendSpace\fP. If either \fB-t\fP or \fB--theme-options\fP is specified, in addition to the previous options, \fIWorkspaceBack\fP is \fIalso\fP stored, along with any user-definable mouse cursor settings (\fINormalCursor\fP, \fIArrowCursor\fP, \fIMoveCursor\fP, +\fIResizeCursor\fP, \fITopLeftResizeCursor\fP, \fITopRightResizeCursor\fP, -\fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP, -\fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP, -\fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP, +\fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP, +\fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP, +\fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP, \fISelectCursor\fP) that are present. .SH OPTIONS diff --git a/doc/setstyle.1x b/doc/setstyle.1x index 5ebc3977..36c385c1 100644 --- a/doc/setstyle.1x +++ b/doc/setstyle.1x @@ -20,10 +20,11 @@ style file will be ignored. If the \fB\-\-no\-cursors\fP flag is specified, any mouse cursor definitions (\fINormalCursor\fP, \fIArrowCursor\fP, \fIMoveCursor\fP, +\fIResizeCursor\fP, \fITopLeftResizeCursor\fP, \fITopRightResizeCursor\fP, -\fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP, -\fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP, -\fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP, +\fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP, +\fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP, +\fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP, \fISelectCursor\fP) in the style or theme will be ignored. .SH OPTIONS .TP diff --git a/util/getstyle.c b/util/getstyle.c index 66548e7c..f365bd76 100644 --- a/util/getstyle.c +++ b/util/getstyle.c @@ -72,9 +72,6 @@ static char *options[] = { "IconTitleFont", "DisplayFont", "LargeDisplayFont", - "WindowTitleExtendSpace", - "MenuTitleExtendSpace", - "MenuTextExtendSpace", "HighlightColor", "HighlightTextColor", "ClipTitleColor", -- 2.11.4.GIT