Manual Page Result
0
Command: DXmCreateScrolledCSText | Section: 3 | Source: Digital UNIX | File: DXmCreateScrolledCSText.3X.gz
DXmCreateScrolledCSText(3X) DXmCreateScrolledCSText(3X)
NAME
DXmCreateScrolledCSText - Creates a compound string text widget with
scroll bars.
SYNOPSIS
Widget DXmCreateScrolledCSText(parent, name, args, num_args)
Widget parent;
char *name;
Args *args;
Cardinal num_args;
PARAMETERS
The identifier (widget ID) of the parent widget. The name of the cre-
ated widget. The application override argument list. The number of
arguments in the application override argument list.
DESCRIPTION
The DXmCreateScrolledCSText routine creates a compound string text wid-
get with scroll bars. The routine uses the same arguments and re-
sources as the DXmCreateCSText routine to create a compound string text
widget but uses the following resources to create horizontal and verti-
cal scroll bars for the widget as well:
tab(@); lfHB lfHB l l . _
Resource@Description
_
XmNscrollHorizontal@T{ Controls whether a scroll bar that allows the
user to scroll through text horizontally is added to the compound
string text window. T}
XmNscrollTopSide@T{ Controls whether the horizontal scroll bar is posi-
tioned at the top of the compound string text window. T}
XmNscrollVertical@T{ Controls whether a scroll bar that allows the user
to scroll through text vertically is added to the compound string text
window. T}
XmNscrollLeftSide@T{ Controls whether the vertical scroll bar is placed
on the left side of the compound string text window. T}
_
Inherited Resources
The DXmCreateScrolledCSText routine inherits behaviour and resources
from the following superclasses:
Core Resource Set XmPrimitive Resource Set DXmScrolledCSText Resource
Set
RETURN VALUES
The identifier (widget ID) of the created compound string text widget.
RELATED INFORMATION
DXmCreateCSText(3X) delim off
DXmCreateScrolledCSText(3X)