*** 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: XmTextGetSource | Section: 3 | Source: Digital UNIX | File: XmTextGetSource.3X.gz
XmTextGetSource(3X) XmTextGetSource(3X) NAME XmTextGetSource - A Text function that accesses the source of the wid- get SYNOPSIS #include <Xm/Text.h> XmTextSource XmTextGetSource (widget) Widget widget; DESCRIPTION XmTextGetSource accesses the source of the Text widget. Text widgets can share sources of text so that editing in one widget is reflected in another. This function accesses the source of one widget so that it can be made the source of another widget, using the function XmTextSet- Source(3X). Setting a new text source destroys the old text source if no other Text widgets are using that source. To replace a text source but keep it for later use, create an unmanaged Text widget and set its source to the text source you want to keep. Specifies the Text widget ID For a complete definition of Text and its associated resources, see Xm- Text(3X). RETURN VALUE Returns an XmTextSource value that represents the source of the Text widget. SEE ALSO XmText(3X) XmTextGetSource(3X)

Navigation Options