*** 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: XmGetTearOffControl | Section: 3 | Source: Digital UNIX | File: XmGetTearOffControl.3X.gz
XmGetTearOffControl(3X) XmGetTearOffControl(3X) NAME XmGetTearOffControl - A RowColumn function that obtains the widget ID for the tear-off control in a menu SYNOPSIS #include <Xm/RowColumn.h> Widget XmGetTearOffControl (menu) Widget menu; DESCRIPTION XmGetTearOffControl provides the application with the means for obtain- ing the widget ID of the internally created tear-off control in a tear- off menu. RowColumn creates a tear-off control for a PulldownMenu or PopupMenu when the XmNtearOffModel resource is initialized or set to XmTEAR_OFF_ENABLED. The tear-off control is a widget that appears as the first element in the menu. The user tears off the menu by means of mouse or keyboard events in the tear-off control. The tear-off control has Separator-like behavior. Once the application has obtained the widget ID of the tear-off control, it can set re- sources to specify the appearance of the control. The application or user can also set these resources in a resource file by using the name of the control, which is "TearOffControl". For a list of the resources the application or user can set, see XmRowColumn(3X). Specifies the widget ID of the RowColumn PulldownMenu or PopupMenu For more information on tear-off menus and a complete definition of RowColumn and its associated resources, see XmRowColumn(3X). RETURN VALUE Returns the widget ID for the tear-off control, or NULL if no tear-off control exists. An application should not assume that the returned wid- get will be of any particular class. SEE ALSO XmRowColumn(3X) XmGetTearOffControl(3X)

Navigation Options