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

gEDA-cvs: CVS update: x_dialog.h



  User: werner  
  Date: 06/12/18 13:24:44

  Modified:    .        x_dialog.h
  Log:
  	* include/x_dialog.h: added constants for dialog layout style
  
  
  
  	* src/x_dialog.h: use GtkDialog for text entry dialog, some code 
  
  	  refactoring. Fixed a bug in select_all_text_in_textview() which
  
  	  toggled the selection instead of selecting it.
  
  
  
  
  Revision  Changes    Path
  1.2       +10 -1     eda/geda/gaf/gschem/include/x_dialog.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_dialog.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/x_dialog.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- x_dialog.h	17 May 2006 01:05:10 -0000	1.1
  +++ x_dialog.h	18 Dec 2006 18:24:44 -0000	1.2
  @@ -1,4 +1,4 @@
  -/* $Id: x_dialog.h,v 1.1 2006/05/17 01:05:10 danmc Exp $ */
  +/* $Id: x_dialog.h,v 1.2 2006/12/18 18:24:44 werner Exp $ */
   
   /* gEDA - GPL Electronic Design Automation
    * gschem - gEDA Schematic Capture
  @@ -34,4 +34,13 @@
   #define FSB_SAVE		256
   #define FSB_LOAD		512
   
  +/*
  + * define spacings for dialogs
  + */
  +
  +#define DIALOG_BORDER_SPACING 5
  +#define DIALOG_V_SPACING 8
  +#define DIALOG_H_SPACING 10
  +#define DIALOG_INDENTATION 10
  +
   #endif /* __X_DIALOG_H__ */
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs