diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
commit | 7caf7f47d473e92cf0fc36bf03720765916c17be (patch) | |
tree | fc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtCreateWindow.man | |
parent | 3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff) |
replace .ZN with .BR
By replacing we do two things:
1. this fixes the troff behavier
2. this moves us closer to std. man pages
3. after this patch the macro ZN can be deleted
Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtCreateWindow.man')
-rw-r--r-- | man/XtCreateWindow.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtCreateWindow.man b/man/XtCreateWindow.man index 78f109b..6412d3c 100644 --- a/man/XtCreateWindow.man +++ b/man/XtCreateWindow.man @@ -67,34 +67,34 @@ void XtCreateWindow(Widget \fIw\fP, unsigned int \fIwindow_class\fP, Visual .SH ARGUMENTS .IP \fIattributes\fP 1i Specifies the window attributes to use in the -.ZN XCreateWindow +.BR XCreateWindow call. .ds Vm attribute fields to use .IP \fIvalue_mask\fP 1i Specifies which \*(Vm. .IP \fIvisual\fP 1i Specifies the visual type (usually -.ZN CopyFromParent ). +.BR CopyFromParent ). .ds Wi that is used to set the x,y coordinates and so on .IP \fIw\fP 1i Specifies the widget \*(Wi. .IP \fIwindow_class\fP 1i Specifies the Xlib window class (for example, -.ZN InputOutput , -.ZN InputOnly , +.BR InputOutput , +.BR InputOnly , or -.ZN CopyFromParent ). +.BR CopyFromParent ). .SH DESCRIPTION The -.ZN XtCreateWindow +.BR XtCreateWindow function calls the Xlib -.ZN XCreateWindow +.BR XCreateWindow function with values from the widget structure and the passed parameters. Then, it assigns the created window to the widget's window field. .LP -.ZN XtCreateWindow +.BR XtCreateWindow evaluates the following fields of the -.ZN Core +.BR Core widget structure: .IP \(bu 5 depth |