summaryrefslogtreecommitdiff
path: root/grc/blocks/wxgui_numbersink2.xml
diff options
context:
space:
mode:
authorJosh Blum2009-10-28 16:17:24 -0700
committerJosh Blum2009-10-28 16:17:24 -0700
commit230e062e51d43f389520207cf147838c666a1f21 (patch)
treea8808807a56be99bdb9f926370c807725169e63d /grc/blocks/wxgui_numbersink2.xml
parent0f688d959441909ec0c1c89ae279d670b2e3f6b2 (diff)
downloadgnuradio-230e062e51d43f389520207cf147838c666a1f21.tar.gz
gnuradio-230e062e51d43f389520207cf147838c666a1f21.tar.bz2
gnuradio-230e062e51d43f389520207cf147838c666a1f21.zip
Added window option to wxgui fft and waterfall sink.
Added rectangular window function to window.py. Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides). Fixed options in waterfall wrapper to model after fft and numbersink average params.
Diffstat (limited to 'grc/blocks/wxgui_numbersink2.xml')
-rw-r--r--grc/blocks/wxgui_numbersink2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/blocks/wxgui_numbersink2.xml b/grc/blocks/wxgui_numbersink2.xml
index 5289db8af..ad93dec08 100644
--- a/grc/blocks/wxgui_numbersink2.xml
+++ b/grc/blocks/wxgui_numbersink2.xml
@@ -123,7 +123,7 @@ $(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos()))))
<key>average</key>
<value>False</value>
<type>enum</type>
- <hide>#if $average() == 'True' then 'none' else 'part'#</hide>
+ <hide>part</hide>
<option>
<name>On</name>
<key>True</key>