/[emacs]/emacs/lwlib/lwlib.h
ViewVC logotype

Diff of /emacs/lwlib/lwlib.h

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

revision 1.13 by rms, Sun Dec 2 04:55:06 2001 UTC revision 1.13.4.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 5  Line 5 
5    
6  /*  /*
7  ** Widget values depend on the Widget type:  ** Widget values depend on the Widget type:
8  **  **
9  ** widget:   (name value key enabled data contents/selected)  ** widget:   (name value key enabled data contents/selected)
10  **  **
11  ** label:    ("name" "string" NULL NULL NULL NULL)  ** label:    ("name" "string" NULL NULL NULL NULL)
12  ** button:   ("name" "string" "key" T/F data <default-button-p>)  ** button:   ("name" "string" "key" T/F data <default-button-p>)
13  ** button w/menu:  ** button w/menu:
14  **           ("name" "string" "key" T/F data (label|button|button w/menu...))  **           ("name" "string" "key" T/F data (label|button|button w/menu...))
15  ** menubar:  ("name" NULL NULL T/F data (button w/menu))  ** menubar:  ("name" NULL NULL T/F data (button w/menu))
16  ** selectable thing:  ** selectable thing:
# Line 67  typedef struct _widget_value Line 67  typedef struct _widget_value
67    char*         name;    char*         name;
68    /* value (meaning depend on widget type) */    /* value (meaning depend on widget type) */
69    char*         value;    char*         value;
70    /* keyboard equivalent. no implications for XtTranslations */    /* keyboard equivalent. no implications for XtTranslations */
71    char*         key;    char*         key;
72    /* Help string or nil if none.    /* Help string or nil if none.
73       GC finds this string through the frame's menu_bar_vector       GC finds this string through the frame's menu_bar_vector

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.4.1

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