horizontal scrolling patch for gbf



Hi all,

This patch adds a horizontal-scrolling="true" attribute to the
ETableSpecification for the project and target tree.

Jeroen
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-build/ChangeLog,v
retrieving revision 1.63
diff -u -r1.63 ChangeLog
--- ChangeLog	2001/08/10 06:23:37	1.63
+++ ChangeLog	2001/08/12 09:47:51
@@ -1,3 +1,10 @@
+2001-08-12  Jeroen Zwartepoorte <jeroen xs4all nl>
+
+	* gbf-project-tree.c: Added horizontal-scrolling=true attribute
+	to the ETableSpecification.
+	
+	* gbf-target-tree.c: ditto
+
 2001-08-08  Jens Finke <jens gnome org>
 
 	* Makefile.am (EXTRA_DIST): Added *.spec[.in] and xml-i18n-*.in
Index: src/controls/gbf-project-tree.c
===================================================================
RCS file: /cvs/gnome/gnome-build/src/controls/gbf-project-tree.c,v
retrieving revision 1.16
diff -u -r1.16 gbf-project-tree.c
--- src/controls/gbf-project-tree.c	2001/07/07 04:43:27	1.16
+++ src/controls/gbf-project-tree.c	2001/08/12 09:47:54
@@ -64,7 +64,7 @@
 	gpointer data;
 } GbfProjectTreeNodeData;
 
-#define PROJECT_TREE_SPEC  "<ETableSpecification cursor-mode=\"line\" selection-mode=\"browse\"> \
+#define PROJECT_TREE_SPEC  "<ETableSpecification cursor-mode=\"line\" selection-mode=\"browse\" horizontal-scrolling=\"true\"> \
    <ETableColumn model_col=\"0\" _title=\"Files\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"tree-string\" compare=\"string\"/> \
 	 <ETableState> \
 		 <column source=\"0\"/> \
Index: src/controls/gbf-target-tree.c
===================================================================
RCS file: /cvs/gnome/gnome-build/src/controls/gbf-target-tree.c,v
retrieving revision 1.14
diff -u -r1.14 gbf-target-tree.c
--- src/controls/gbf-target-tree.c	2001/07/07 04:43:27	1.14
+++ src/controls/gbf-target-tree.c	2001/08/12 09:48:03
@@ -84,7 +84,7 @@
 	       GNOME_Development_STATICLIB,
 	       0};
 
-#define TARGET_TREE_SPEC  "<ETableSpecification cursor-mode=\"line\" selection-mode=\"browse\"> \
+#define TARGET_TREE_SPEC  "<ETableSpecification cursor-mode=\"line\" selection-mode=\"browse\" horizontal-scrolling=\"true\"> \
   <ETableColumn model_col=\"0\" _title=\"Targets\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"tree-string\" compare=\"string\"/> \
         <ETableState> \
 	        <column source=\"0\"/> \


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