]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XMenu.h
* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
[gnu-emacs] / oldXMenu / XMenu.h
index 8b90c992d32cab2495aca7eae90306e43727cdbb..2589ae68ccac63d4fd9e46b18c77c5b011ede8c2 100644 (file)
@@ -1,14 +1,14 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/XMenu.h,v 1.1 1992/04/11 22:10:21 jimb Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
  *
  *     XMenu.h -       Include file for the MIT Project Athena
  *                     XMenu X window system menu package.
- *                     
+ *
  *     Author:         Tony Della Fera, DEC
  *                     August, 1984
  */
@@ -140,6 +140,7 @@ typedef struct _xmselect {
     struct _xmwindow *pad_l9;  /* ---- */
     char *data;                        /* -- Selection data pointer. */
     struct _xmpane *parent_p;  /* -- Selection parent pane structure. */
+    char *help_string;         /* Help string or null.  */
 } XMSelect;
 
 
@@ -168,8 +169,8 @@ typedef enum _xmmode {
 } XMMode;
 
 
-/* 
- * Define the XMenu datatype. 
+/*
+ * Define the XMenu datatype.
  *
  * All dimensions are in pixels unless otherwise noted.
  */
@@ -215,7 +216,7 @@ typedef struct _xmenu {
     int s_y_off;               /* Selection window Y offset. */
     int s_count;               /* Maximum number of selections per pane. */
     GC normal_select_GC;       /* GC used for inactive selections. */
-    GC inverse_select_GC;      /* GC used for active (current) selection. */  
+    GC inverse_select_GC;      /* GC used for active (current) selection. */
     GC inact_GC;               /* GC used for inactive selections and */
                                /* panes headers. */
     /* -------------------- Color data -------------------- */
@@ -251,6 +252,7 @@ int XMenuRecompute();
 int XMenuEventHandler();       /* No value actually returned. */
 int XMenuLocate();
 int XMenuSetFreeze();          /* No value actually returned. */
+void XMenuActivateSetWaitFunction();
 int XMenuActivate();
 char *XMenuPost();
 int XMenuDeletePane();
@@ -260,3 +262,6 @@ char *XMenuError();
 
 #endif
 /* Don't add after this point. */
+
+/* arch-tag: 7e57b5ac-9355-4057-9385-afbe6912d60f
+   (do not change this comment) */