summaryrefslogtreecommitdiff
path: root/gr-wxgui/python/wxgui/number_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/python/wxgui/number_window.py')
-rw-r--r--gr-wxgui/python/wxgui/number_window.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/python/wxgui/number_window.py b/gr-wxgui/python/wxgui/number_window.py
index 751047db94..2e54f8460f 100644
--- a/gr-wxgui/python/wxgui/number_window.py
+++ b/gr-wxgui/python/wxgui/number_window.py
@@ -54,7 +54,7 @@ class control_panel(wx.Panel):
def __init__(self, parent):
"""
Create a new control panel.
-
+
Args:
parent: the wx parent window
"""
@@ -178,7 +178,7 @@ class number_window(wx.Panel, pubsub.pubsub):
"""
Show or hide the gauges.
If this is real, never show the imaginary gauge.
-
+
Args:
show_gauge: true to show
"""
@@ -191,7 +191,7 @@ class number_window(wx.Panel, pubsub.pubsub):
Convert the string based message into a float or complex.
If more than one number was read, only take the last number.
Perform peak hold operations, set the gauges and display.
-
+
Args:
event: event.data is the number sample as a character array
"""