src/hg/inc/hui.h 1.120
1.120 2009/03/12 00:05:42 hiram
Fixup chain and net trackUi so they will work in multi-views
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -b -B -U 4 -r1.119 -r1.120
--- src/hg/inc/hui.h 27 Feb 2009 19:06:22 -0000 1.119
+++ src/hg/inc/hui.h 12 Mar 2009 00:05:42 -0000 1.120
@@ -845,8 +845,11 @@
void scoreCfgUi(char *db, struct cart *cart, struct trackDb *parentTdb, char *name,char *title,int maxScore,boolean boxed);
/* Put up UI for filtering bed track based on a score */
+void chainCfgUi(char *db, struct cart *cart, struct trackDb *parentTdb, char *prefix ,char *title, boolean boxed);
+/* Put up UI for chain tracks */
+
void scoreGrayLevelCfgUi(struct cart *cart, struct trackDb *tdb, char *prefix, int scoreMax);
/* If scoreMin has been set, let user select the shade of gray for that score, in case
* the default is too light to see or darker than necessary. */