From f0537a7da4571bd6aaab273a0588eaef04121648 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 21 Jan 2011 15:20:45 -0800 Subject: grc: moved wxgui blocks and python into gr-wxgui/grc Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml) --- grc/blocks/wxgui_termsink.xml | 55 ------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 grc/blocks/wxgui_termsink.xml (limited to 'grc/blocks/wxgui_termsink.xml') diff --git a/grc/blocks/wxgui_termsink.xml b/grc/blocks/wxgui_termsink.xml deleted file mode 100644 index 985d89b58..000000000 --- a/grc/blocks/wxgui_termsink.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - Terminal Sink - wxgui_termsink - - from gnuradio.wxgui import termsink - - #set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' -termsink.termsink( - parent=$(parent).GetWin(), -#if $win_size() - size=$win_size, -#end if - msgq=$(id)_msgq_in, -) -#if not $grid_pos() -$(parent).Add(self.$(id)) -#else -$(parent).GridAdd(self.$(id), $(', '.join(map(str, $grid_pos())))) -#end if - - - Window Size - win_size - - int_vector - #if $win_size() then 'none' else 'part'# - - - Grid Position - grid_pos - - grid_pos - - - - Notebook - notebook - - notebook - - - not $win_size or len($win_size) == 2 - - - in - msg - - - -- cgit