[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_multiattrib.h



  User: pbernaud
  Date: 05/02/27 13:14:22

  Modified:    .        x_multiattrib.h
  Log:
  Improved usability of the multiattrib dialog: 
  
   - enabled addition of multi-line attributes;
  
   - changed the behavior of the Enter key in the value column and value entry (use Ctrl+Enter if you really want a new line).
  
  
  
  
  Revision  Changes    Path
  1.3       +1 -1      eda/geda/devel/gschem/include/x_multiattrib.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_multiattrib.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/x_multiattrib.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- x_multiattrib.h	26 Feb 2005 18:38:43 -0000	1.2
  +++ x_multiattrib.h	27 Feb 2005 18:14:22 -0000	1.3
  @@ -55,7 +55,7 @@
     GtkTreeView    *treeview;
   
     GtkCombo       *combo_name;
  -  GtkEntry       *entry_value;
  +  GtkTextView    *textview_value;
     GtkCheckButton *button_visible;
     GtkOptionMenu  *optionmenu_shownv;