src/hg/hgTracks/container.h 1.2

1.2 2010/05/14 21:35:37 kent
Making click on multi-wig bring up trackUi page.
Index: src/hg/hgTracks/container.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/container.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/hgTracks/container.h	7 May 2010 22:30:14 -0000	1.1
+++ src/hg/hgTracks/container.h	14 May 2010 21:35:37 -0000	1.2
@@ -8,6 +8,14 @@
 
 void multiWigContainerMethods(struct track *track);
 /* Override general container methods for multiWig. */
 
+void containerLoadItems(struct track *track);
+/* containerLoadItems - call load routine on all children. */
+
+void containerDrawItems(struct track *track, int seqStart, int seqEnd,
+        struct hvGfx *hvg, int xOff, int yOff, int width, 
+        MgFont *font, Color color, enum trackVisibility vis);
+/* Draw items in container. */
+
 #endif /* CONTAINER_H */