*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmAddToPostFromList (3)              
Title
Content
Arch
Section
 

Contents


 XmAddToPostFromList(library call)         XmAddToPostFromList(library call)




 NAME    [Toc]    [Back]
      XmAddToPostFromList - a RowColumn function that makes a menu
      accessible from more than one widget

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/RowColumn.h>

      void XmAddToPostFromList(
      Widget menu,
      Widget post_from_widget);

 DESCRIPTION    [Toc]    [Back]
      XmAddToPostFromList makes a menu accessible from more than one widget.
      After a menu is once created, this function may be used to make that
      menu accessible from a second widget. The process may be repeated
      indefinitely. In other words, where an application would use
      XmCreatePopupMenu or XmCreatePulldownMenu or their equivalent to
      create a new menu identical to one that already exists, it can use
      this function to reuse that earlier menu.

      If menu refers to a Popup menu, then the post_from_widget widget can
      now pop up the specified menu. The actual posting of the menu occurs
      as it always does, either through an event handler, or the automatic
      popup menu support (see the XmRowColumn(3) reference page).

      If menu refers to a Pulldown menu, its ID is placed in the
      XmNsubMenuId resource of the specified post_from_widget.  In this
      case, the post_from_widget widget must be either a CascadeButton or a
      CascadeButtonGadget.

      Note that this function manipulates the internal structures
      themselves, not a copy of them.

      menu      Specifies the ID of the RowColumn widget containing the menu
                (Popup or Pulldown) to be made accessible from the widget.

      post_from_widget
                Specifies the widget ID of the widget which will now be able
                to post the menu specified by menu.

      For a complete definition of RowColumn and its associated resources,
      see XmRowColumn(3).

 RELATED    [Toc]    [Back]
      XmGetPostedFromWidget(3), XmRemoveFromPostFromList(3), and
      XmRowColumn(3).


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmRemoveFromPostFromList HP-UX a RowColumn function that disables a menu for a particular widget
XmGetPostedFromWidget Tru64 A RowColumn function that returns the widget from which a menu was posted
XmGetPostedFromWidget IRIX A RowColumn function that returns the widget from which a menu was posted
XmGetPostedFromWidget HP-UX A RowColumn function that returns the widget from which a menu was posted
XmMenuPosition HP-UX A RowColumn function that positions a Popup menu pane
XmCreateRowColumn Tru64 The RowColumn widget creation function
XmCreateRowColumn HP-UX The RowColumn widget creation function
XmGetTearOffControl HP-UX A RowColumn function that obtains the widget ID
XmCreateRowColumn IRIX The RowColumn widget creation function
XmVaCreateSimpleOptionMenu Tru64 A RowColumn widget convenience creation function
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service