From: Gerd Moellmann Date: Mon, 17 Jan 2000 09:10:40 +0000 (+0000) Subject: (_widget_value): Add help string. X-Git-Tag: emacs-pretest-21.0.90~5342 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6431de0a0e39e19056f9f7e4233c83f0a8311aad;p=emacs.git (_widget_value): Add help string. --- diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index 663f7fd73be..a6ab8b9b910 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h @@ -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 */