1XmRemoveFromPostFromList(library call)  XmRemoveFromPostFromList(library call)
2
3
4

NAME

6       XmRemoveFromPostFromList  —  a  RowColumn function that disables a menu
7       for a particular widget
8

SYNOPSIS

10       #include <Xm/RowColumn.h>
11
12       void XmRemoveFromPostFromList(
13       Widget menu,
14       Widget post_from_widget);
15

DESCRIPTION

17       XmRemoveFromPostFromList makes a  Popup  or  Pulldown  menu  no  longer
18       accessible  from  a  widget.  This function does not destroy a menu, or
19       deallocate the memory associated with it. It simply removes the  widget
20       from the menu's list of widgets permitted to post that menu.
21
22       If  the  menu  argument  refers to a Popup menu, the event handlers are
23       removed from the post_from_widget widget. If the argument refers  to  a
24       Pulldown menu, its ID is removed from the XmNsubMenuId of the specified
25       post_from_widget.  Also,  if  the  menu  is  a   Pulldown   menu,   the
26       post_from_widget widget must be either a CascadeButton or a CascadeBut‐
27       tonGadget.
28
29       menu      Specifies the widget ID of a the Popup or Pulldown menu to be
30                 made inaccessible from the post_from_widget widget.
31
32       post_from_widget
33                 Specifies  the  widget  ID  of the widget which can no longer
34                 post the menu referred to by the menu argument..
35
36       For a complete definition of RowColumn and  its  associated  resources,
37       see XmRowColumn(3).
38
40       XmAddToPostFromList(3), XmGetPostedFromWidget(3), and XmRowColumn(3).
41
42
43
44                                        XmRemoveFromPostFromList(library call)
Impressum