Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstexthorizontalscroll(3x) [osf1 man page]

DXmCSTextHorizontalScroll(3X)											     DXmCSTextHorizontalScroll(3X)

NAME
DXmCSTextHorizontalScroll - Scrolls text horizontally. SYNOPSIS
void DXmCSTextHorizontalScroll( Widget widget, int n ); PARAMETERS
The identifier (widget ID) of the compound string text widget. An integer that represents the number of pixels to scroll to the left or right. A positive value means scroll right; a negative value means scroll left. DESCRIPTION
The DXmCSTextHorizontalScroll routine scrolls text horizontally (left or right) by the given number of pixels. DXmCSTextHorizontalScroll(3X)

Check Out this Related Man Page

DwtCSTextSetString(3Dwt)												  DwtCSTextSetString(3Dwt)

Name
       DwtCSTextSetString - Changes the text in the compound-string text widget.

Syntax
       void DwtCSTextSetString(widget, value)
	    Widget widget;
	    DwtCompString value;

Arguments
       widget	 Specifies the ID of the compound-string text widget.

       value	 Specifies the text that replaces all text in the current compound-string text widget.

Description
       The DwtCSTextSetString function completely changes the text in the compound-string text widget.

See Also
       DwtCSText(3Dwt), DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextGetString(3Dwt), DwtCSTextGetEditable(3Dwt), DwtCSTextSetEd-
       itable(3Dwt), DwtCSTextGetMaxLength(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															  DwtCSTextSetString(3Dwt)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies