/[emacs]/emacs/oldXMenu/XMenu.h
ViewVC logotype

Diff of /emacs/oldXMenu/XMenu.h

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

revision 1.2 by gerd, Thu Jan 27 15:29:38 2000 UTC revision 1.2.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 8  Line 8 
8   *   *
9   *      XMenu.h -       Include file for the MIT Project Athena   *      XMenu.h -       Include file for the MIT Project Athena
10   *                      XMenu X window system menu package.   *                      XMenu X window system menu package.
11   *                         *
12   *      Author:         Tony Della Fera, DEC   *      Author:         Tony Della Fera, DEC
13   *                      August, 1984   *                      August, 1984
14   */   */
# Line 169  typedef enum _xmmode { Line 169  typedef enum _xmmode {
169  } XMMode;  } XMMode;
170    
171    
172  /*  /*
173   * Define the XMenu datatype.   * Define the XMenu datatype.
174   *   *
175   * All dimensions are in pixels unless otherwise noted.   * All dimensions are in pixels unless otherwise noted.
176   */   */
# Line 216  typedef struct _xmenu { Line 216  typedef struct _xmenu {
216      int s_y_off;                /* Selection window Y offset. */      int s_y_off;                /* Selection window Y offset. */
217      int s_count;                /* Maximum number of selections per pane. */      int s_count;                /* Maximum number of selections per pane. */
218      GC normal_select_GC;        /* GC used for inactive selections. */      GC normal_select_GC;        /* GC used for inactive selections. */
219      GC inverse_select_GC;       /* GC used for active (current) selection. */        GC inverse_select_GC;       /* GC used for active (current) selection. */
220      GC inact_GC;                /* GC used for inactive selections and */      GC inact_GC;                /* GC used for inactive selections and */
221                                  /* panes headers. */                                  /* panes headers. */
222      /* -------------------- Color data -------------------- */      /* -------------------- Color data -------------------- */

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