*** 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: XmCreateMenuBar | Section: 3 | Source: Digital UNIX | File: XmCreateMenuBar.3X.gz
XmCreateMenuBar(3X) XmCreateMenuBar(3X) NAME XmCreateMenuBar - A RowColumn widget convenience creation function SYNOPSIS #include <Xm/RowColumn.h> Widget XmCreateMenuBar (parent, name, arglist, argcount) Widget parent; String name; ArgList arglist; Cardinal argcount; DESCRIPTION XmCreateMenuBar creates an instance of a RowColumn widget of type Xm- MENU_BAR and returns the associated widget ID. It is provided as a convenience function for creating RowColumn widgets configured to oper- ate as a MenuBar and is not implemented as a separate widget class. The MenuBar widget is generally used for building a Pulldown menu sys- tem. Typically, a MenuBar is created and placed along the top of the application window, and several CascadeButtons are inserted as the children. Each of the CascadeButtons has a Pulldown MenuPane associ- ated with it. These Pulldown MenuPanes must have been created as chil- dren of the MenuBar. The user interacts with the MenuBar by using ei- ther the mouse or the keyboard. The MenuBar displays a 3-D shadow along its border. The application controls the shadow attributes using the visual-related resources sup- ported by XmManager. The MenuBar widget is homogeneous in that it accepts only children that are a subclass of XmCascadeButton or XmCascadeButtonGadget. At- tempting to insert a child of a different class results in a warning message. If the MenuBar does not have enough room to fit all of its subwidgets on a single line, the MenuBar attempts to wrap the remaining entries onto additional lines if allowed by the geometry manager of the parent widget. Specifies the parent widget ID Specifies the name of the cre- ated widget Specifies the argument list Specifies the number of at- tribute/value pairs in the argument list (arglist) For a complete definition of RowColumn and its associated resources, see XmRowColumn(3X). RETURN VALUE Returns the RowColumn widget ID. SEE ALSO XmCascadeButton(3X), XmCascadeButtonGadget(3X), XmCreatePulldown- Menu(3X), XmCreateSimpleMenuBar(3X), XmManager(3X), XmRowColumn(3X), XmVaCreateSimpleMenuBar(3X) XmCreateMenuBar(3X)

Navigation Options