diff options
Diffstat (limited to 'lib/libXt/man/XtDisplay.man')
-rw-r--r-- | lib/libXt/man/XtDisplay.man | 41 |
1 files changed, 7 insertions, 34 deletions
diff --git a/lib/libXt/man/XtDisplay.man b/lib/libXt/man/XtDisplay.man index 3998ed760..06d327cbb 100644 --- a/lib/libXt/man/XtDisplay.man +++ b/lib/libXt/man/XtDisplay.man @@ -33,38 +33,11 @@ .ds Vn 2.2 .hw XtDisplay-Of-Object XtScreen-Of-Object XtWindow-Of-Object wid-get .na -.de Ds -.nf -.\\$1D \\$2 \\$1 -.ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp -.. -.de De -.ce 0 -.if \\n(BD .DF -.nr BD 0 -.in \\n(OIu -.if \\n(TM .ls 2 -.sp \\n(DDu -.fi -.. -.de IN \" send an index entry to the stderr -.. -.de Pn -.ie t \\$1\fB\^\\$2\^\fR\\$3 -.el \\$1\fI\^\\$2\^\fP\\$3 -.. -.de ZN -.ie t \fB\^\\$1\^\fR\\$2 -.el \fI\^\\$1\^\fP\\$2 -.. -.ny0 .TH XtDisplay __libmansuffix__ __xorgversion__ "XT FUNCTIONS" .SH NAME XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject, XtWindow, XtWindowOfObject \- obtain window information about a widget .SH SYNTAX +#include <X11/Intrinsic.h> .HP Display *XtDisplay(Widget \fIw\fP); .HP @@ -84,22 +57,22 @@ Specifies the widget. .IP \fIobject\fP 1i Specifies the widget. .SH DESCRIPTION -.ZN XtDisplay +.B XtDisplay returns the display pointer for the specified widget. .LP -.ZN XtDisplayOfObject +.B XtDisplayOfObject returns the display pointer for the specified object. .LP -.ZN XtScreen +.B XtScreen returns the screen pointer for the specified widget. .LP -.ZN XtScreenOfObject +.B XtScreenOfObject returns the screen pointer for the specified object. .LP -.ZN XtWindow +.B XtWindow returns the window of the specified widget. .LP -.ZN XtWindowOfObject +.B XtWindowOfObject returns the window of the specified object. .SH "SEE ALSO" .br |