summaryrefslogtreecommitdiff
path: root/gr-wxgui/grc/top_block_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/grc/top_block_gui.py')
-rw-r--r--gr-wxgui/grc/top_block_gui.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/gr-wxgui/grc/top_block_gui.py b/gr-wxgui/grc/top_block_gui.py
index 479f55a302..c21e002c45 100644
--- a/gr-wxgui/grc/top_block_gui.py
+++ b/gr-wxgui/grc/top_block_gui.py
@@ -31,9 +31,11 @@ class top_block_gui(gr.top_block):
"""
Initialize the gr top block.
Create the wx gui elements.
- @param title the main window title
- @param size the main window size tuple in pixels
- @param icon the file path to an icon or None
+
+ Args:
+ title: the main window title
+ size: the main window size tuple in pixels
+ icon: the file path to an icon or None
"""
#initialize
gr.top_block.__init__(self)