*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmStringDraw | Section: 3 | Source: Digital UNIX | File: XmStringDraw.3X.gz
XmStringDraw(3X) XmStringDraw(3X) NAME XmStringDraw - A compound string function that draws a compound string in an X window SYNOPSIS #include <Xm/Xm.h> void XmStringDraw (d, w, fontlist, string, gc, x, y, width, alignment, layout_direction, clip) Display * d; Window w; XmFontList fontlist; XmString string; GC gc; Position x; Position y; Dimension width; unsigned char alignment; unsigned char layout_direction; XRectangle * clip; DESCRIPTION XmStringDraw draws a compound string in an X Window. If a compound string segment uses a font list entry that defines a font set, the graphic context passed to this routine will have the GC font member left in an undefined state. The underlying XmbStringDraw function called by this routine modifies the font id field of the GC passed into it and does not attempt to restore the font id to the incoming value. If the compound string segment is not drawn using a font set, the graphic context must contain a valid font member. Graphic contexts created by XtGetGC are not valid for this routine; instead, use XtAllo- cateGC to create a graphic context. Specifies the display. Specifies the window. Specifies the font list. Specifies the string. Specifies the graphics context to use. Specifies a coordinate of the rectangle that will contain the displayed compound string. Specifies a coordi- nate of the rectangle that will contain the displayed compound string. Specifies the width of the rectangle that will contain the displayed compound string. Specifies how the string will be aligned within the specified rectangle. It is either XmALIGNMENT_BEGINNING, XmALIGN- MENT_CENTER, or XmALIGNMENT_END. Controls the direction in which the segments of the compound string will be laid out. It also determines the meaning of the alignment parameter. Allows the application to re- strict the area into which the compound string will be drawn. If NULL, no clipping will be done. SEE ALSO XmStringCreate(3X) XmStringDraw(3X)

Navigation Options