Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstexthasselection(3x) [osf1 man page]

DXmCSTextHasSelection(3X)												 DXmCSTextHasSelection(3X)

NAME
DXmCSTextHasSelection - Indicates whether the compound string text widget currently owns the primary selection. SYNOPSIS
Boolean DXmCSTextHasSelection( Widget widget ); PARAMETERS
The identifier (widget ID) of the compound string text widget. DESCRIPTION
The DXmCSTextHasSelection routine returns True if the compound string text widget currently owns the primary selection and False if it does not. RETURN VALUES
A Boolean value that, when True, indicates that the widget currently owns the primary selection. DXmCSTextHasSelection(3X)

Check Out this Related Man Page

DwtCSTextGetEditable(3Dwt)												DwtCSTextGetEditable(3Dwt)

Name
       DwtCSTextGetEditable  - Obtains the current edit permission state indicating whether the user can edit the text in the compound-string text
       widget.

Syntax
       Boolean DwtCSTextGetEditable(widget)
	    Widget widget;

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

Description
       The DwtCSTextGetEditable function returns the current edit-permission-state, which indicates whether the user can edit the text in the com-
       pound-string  text  widget.   If  the  function	returns True, the user can edit the string text in the compound-string text widget.  If it
       returns False, the user cannot edit the text.

Return Values
       Specifies a boolean value that, when True, indicates the user can edit the text in the compound string text widget.  When False,  the  user
       cannot edit the text.

See Also
       DwtCSText(3Dwt),  DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextSetString(3Dwt), DwtCSTextSetEditable(3Dwt), DwtCSTextGet-
       MaxLength(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															DwtCSTextGetEditable(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