9a7ca8c4b0b6b064ef16f65b866e8314284d608d kate Fri Jan 28 16:53:38 2011 -0800 Merge branch 'master' of kate@hgwdev.cse.ucsc.edu:/data/git/kent diff --git src/hg/inc/hui.h src/hg/inc/hui.h index bdc6fdf..76ebbd9 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1166,16 +1166,19 @@ #define fourStateVisible(fourState) ((fourState) == FOUR_STATE_CHECKED) int subtrackFourStateChecked(struct trackDb *subtrack, struct cart *cart); /* Returns the four state checked state of the subtrack */ void subtrackFourStateCheckedSet(struct trackDb *subtrack, struct cart *cart,boolean checked, boolean enabled); /* Sets the fourState Checked in the cart and updates cached state */ boolean hPrintPennantIcon(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" when found. Example: ENCODE tracks in hgTracks config list. boolean printPennantIconNote(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" and note when found. //This is used by hgTrackUi and hgc before printing out trackDb "html" +void cfgByCfgType(eCfgType cType,char *db, struct cart *cart, struct trackDb *tdb,char *prefix, char *title, boolean boxed); +// Methods for putting up type specific cfgs used by composites/subtracks in hui.c and exported for common use + #endif /* HUI_H */