We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3c9e6 commit 22a6baeCopy full SHA for 22a6bae
src/at/gmi/nordborglab/widgets/geneviewer/client/GeneViewerInstance.java
100644
100755
@@ -129,7 +129,11 @@ public final native void redraw(boolean isFetchGenes) /*-{
129
this.api_redraw(isFetchGenes);
130
}-*/;
131
132
- public final native void setSize(int width, int height) /*-{
+ public final native void setLayoutSize(int width, int height) /*-{
133
this.api_setSize(width,height);
134
135
+
136
+ public final native void showRangeSelector(int show_range_selector) /*-{
137
+ this.api_setShowRangeSelector(show_range_selector);
138
+ }-*/;
139
}
0 commit comments