Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmCreateScrolledCSText(3X)  —  Subroutines

Digital

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;

DESCRIPTION

DXmCreateScrolledCSText creates a compound string text widget with scroll bars. 

Arguments

parentThe identifier (widget ID) of the parent widget. 

nameThe name of the created widget. 

argsThe application override argument list. 

num_argsThe number of arguments in the application override argument list. 

The DXmCreateScrolledCSText routine uses the same arguments and resources as the DXmCreateCSText routine to create a compound string text widget but uses the following resources to create horizontal and vertical scroll bars for the widget as well:

Resource Description
XmNscrollHorizontal Controls whether a scroll bar that allows the user to scroll through text horizontally is added to the compound string text window. 
XmNscrollTopSide Controls whether the horizontal scroll bar is positioned at the top of the compound string text window. 
XmNscrollVertical Controls whether a scroll bar that allows the user to scroll through text vertically is added to the compound string text window. 
XmNscrollLeftSide Controls whether the vertical scroll bar is placed on the left side of the compound string text window. 

Inherited Resources

DXmCreateScrolledCSText 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. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026