Skip to content

Commit 22a6bae

Browse files
committed
setSize renamed to setLayoutSize and showRangeSelector function added
1 parent 2f3c9e6 commit 22a6bae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/at/gmi/nordborglab/widgets/geneviewer/client/GeneViewerInstance.java

100644100755
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ public final native void redraw(boolean isFetchGenes) /*-{
129129
this.api_redraw(isFetchGenes);
130130
}-*/;
131131

132-
public final native void setSize(int width, int height) /*-{
132+
public final native void setLayoutSize(int width, int height) /*-{
133133
this.api_setSize(width,height);
134134
}-*/;
135+
136+
public final native void showRangeSelector(int show_range_selector) /*-{
137+
this.api_setShowRangeSelector(show_range_selector);
138+
}-*/;
135139
}

0 commit comments

Comments
 (0)