emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/lwlib.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.h
Date: Tue, 04 Feb 2003 09:08:25 -0500

Index: emacs/lwlib/lwlib.h
diff -c emacs/lwlib/lwlib.h:1.13 emacs/lwlib/lwlib.h:1.14
*** emacs/lwlib/lwlib.h:1.13    Sat Dec  1 23:55:06 2001
--- emacs/lwlib/lwlib.h Tue Feb  4 09:08:23 2003
***************
*** 5,16 ****
  
  /*
  ** Widget values depend on the Widget type:
! ** 
  ** widget:   (name value key enabled data contents/selected)
  **
  ** label:    ("name" "string" NULL NULL NULL NULL)
  ** button:   ("name" "string" "key" T/F data <default-button-p>)
! ** button w/menu: 
  **           ("name" "string" "key" T/F data (label|button|button w/menu...))
  ** menubar:  ("name" NULL NULL T/F data (button w/menu))
  ** selectable thing:
--- 5,16 ----
  
  /*
  ** Widget values depend on the Widget type:
! **
  ** widget:   (name value key enabled data contents/selected)
  **
  ** label:    ("name" "string" NULL NULL NULL NULL)
  ** button:   ("name" "string" "key" T/F data <default-button-p>)
! ** button w/menu:
  **           ("name" "string" "key" T/F data (label|button|button w/menu...))
  ** menubar:  ("name" NULL NULL T/F data (button w/menu))
  ** selectable thing:
***************
*** 67,73 ****
    char*               name;
    /* value (meaning depend on widget type) */
    char*               value;
!   /* keyboard equivalent. no implications for XtTranslations */ 
    char*               key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector
--- 67,73 ----
    char*               name;
    /* value (meaning depend on widget type) */
    char*               value;
!   /* keyboard equivalent. no implications for XtTranslations */
    char*               key;
    /* Help string or nil if none.
       GC finds this string through the frame's menu_bar_vector




reply via email to

[Prev in Thread] Current Thread [Next in Thread]