src/hg/hgTracks/hgTracks.h 1.196
1.196 2010/01/07 23:49:29 markd
added configuration option for the width of the label area
Index: src/hg/hgTracks/hgTracks.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.h,v
retrieving revision 1.195
retrieving revision 1.196
diff -b -B -U 4 -r1.195 -r1.196
--- src/hg/hgTracks/hgTracks.h 4 Jan 2010 19:12:25 -0000 1.195
+++ src/hg/hgTracks/hgTracks.h 7 Jan 2010 23:49:29 -0000 1.196
@@ -336,8 +336,10 @@
extern int winStart; /* Start of window in sequence. */
extern int winEnd; /* End of window in sequence. */
extern int maxItemsInFullTrack; /* Maximum number of items displayed in full */
extern char *position; /* Name of position. */
+extern int leftLabelWidthDefaultChars; /* default number of characters allowed for left label */
+extern int leftLabelWidthChars; /* number of characters allowed for left label */
extern int trackTabWidth;
extern int gfxBorder; /* Width of graphics border. */
extern int insideWidth; /* Width of area to draw tracks in in pixels. */
extern int insideX; /* Start of area to draw track in in pixels. */