]> git.eshelyaron.com Git - emacs.git/commitdiff
(_widget_value): Add help string.
authorGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:10:40 +0000 (09:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:10:40 +0000 (09:10 +0000)
lwlib/lwlib.h

index 663f7fd73be1ce0c26b30f6146165bfe988c58c6..a6ab8b9b9104a61921a77ef3b745bc7f0912e402 100644 (file)
@@ -69,6 +69,8 @@ typedef struct _widget_value
   char*                value;
   /* keyboard equivalent. no implications for XtTranslations */ 
   char*                key;
+  /* Help string or null if none.  */
+  char         *help;
   /* true if enabled */
   Boolean      enabled;
   /* true if selected */