summaryrefslogtreecommitdiff
path: root/grc/python/Constants.py
diff options
context:
space:
mode:
authorJohnathan Corgan2009-08-15 10:48:39 -0700
committerJohnathan Corgan2009-08-15 10:48:39 -0700
commit4edaf1e7fc05df0628c05785d5ede285a64670b0 (patch)
tree93497b08306b3df6a9a36c4c5adb63c61b5d4f3e /grc/python/Constants.py
parenta33d7c0df9dab57767c6b9376e6779a23217c1b9 (diff)
parent8e1a2c4ac1a43fd989c06856dae27b0c2559c6b3 (diff)
downloadgnuradio-4edaf1e7fc05df0628c05785d5ede285a64670b0.tar.gz
gnuradio-4edaf1e7fc05df0628c05785d5ede285a64670b0.tar.bz2
gnuradio-4edaf1e7fc05df0628c05785d5ede285a64670b0.zip
Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
This adds the ability to GRC to gave blocks with message ports. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
Diffstat (limited to 'grc/python/Constants.py')
-rw-r--r--grc/python/Constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/python/Constants.py b/grc/python/Constants.py
index 5f203237f..439a52420 100644
--- a/grc/python/Constants.py
+++ b/grc/python/Constants.py
@@ -61,3 +61,4 @@ SHORT_VECTOR_COLOR_SPEC = '#CCCC33'
BYTE_VECTOR_COLOR_SPEC = '#CC66CC'
ID_COLOR_SPEC = '#DDDDDD'
WILDCARD_COLOR_SPEC = '#FFFFFF'
+MSG_COLOR_SPEC = '#777777'