/[emacs]/emacs/oldXMenu/Post.c
ViewVC logotype

Diff of /emacs/oldXMenu/Post.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gerd, Thu Jan 27 15:30:47 2000 UTC revision 1.2.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 9  Line 9 
9   *      XMenuPost -     Maps a given menu to the display and activates   *      XMenuPost -     Maps a given menu to the display and activates
10   *                      the menu for user selection.  The user is allowed to   *                      the menu for user selection.  The user is allowed to
11   *                      specify the mouse button event mask that will be used   *                      specify the mouse button event mask that will be used
12   *                      to identify a selection request.  When a selection   *                      to identify a selection request.  When a selection
13   *                      request is received (i.e., when the specified mouse   *                      request is received (i.e., when the specified mouse
14   *                      event occurs) the data  returned will be either the   *                      event occurs) the data  returned will be either the
15   *                      data associated with the particular selection active   *                      data associated with the particular selection active
# Line 59  XMenuPost(display, menu, p_num, s_num, x Line 59  XMenuPost(display, menu, p_num, s_num, x
59       * Make the procedure call.       * Make the procedure call.
60       */       */
61      stat = XMenuActivate(      stat = XMenuActivate(
62                           display,                           display,
63                           menu,                           menu,
64                           p_num, s_num,                           p_num, s_num,
65                           x_pos, y_pos,                           x_pos, y_pos,
66                           event_mask,                           event_mask,
67                           &data, 0);                           &data, 0);
68    
69      /*      /*

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26