diff options
author | Johnathan Corgan | 2009-10-15 12:02:04 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-15 12:02:04 -0700 |
commit | c69f5205e13b1ae63a6e4705a892f695e57b20b3 (patch) | |
tree | ee50518a79f654244bd7866cb6ba4b761e93767f /gr-wxgui/src/python/constants.py | |
parent | cc5253b05a49d87a81f8510188c40196b0965fad (diff) | |
parent | 25a8f7a8f09f37ea6f31ce02523170c64d71a561 (diff) | |
download | gnuradio-c69f5205e13b1ae63a6e4705a892f695e57b20b3.tar.gz gnuradio-c69f5205e13b1ae63a6e4705a892f695e57b20b3.tar.bz2 gnuradio-c69f5205e13b1ae63a6e4705a892f695e57b20b3.zip |
Merge commit '25a8' from git@gnuradio.org:jblum
* commit '25a8':
use clean numbers for waterfall ref and range
tweaks to scope autoscaling
registered key to hide/show control panel in wxgui windows
Added window size param to all wxgui wrappers.
add canonical options for copy enable param
Diffstat (limited to 'gr-wxgui/src/python/constants.py')
-rw-r--r-- | gr-wxgui/src/python/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/constants.py b/gr-wxgui/src/python/constants.py index 8ff7fa8fe..825f71c32 100644 --- a/gr-wxgui/src/python/constants.py +++ b/gr-wxgui/src/python/constants.py @@ -69,3 +69,4 @@ MINIMUM_KEY = 'minimum' NUM_BINS_KEY = 'num_bins' FRAME_SIZE_KEY = 'frame_size' CHANNEL_OPTIONS_KEY = 'channel_options' +SHOW_CONTROL_PANEL_KEY = 'show_control_panel' |