[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10774 - in gnuradio/branches/developers/jblum/grc/grc
From: |
jblum |
Subject: |
[Commit-gnuradio] r10774 - in gnuradio/branches/developers/jblum/grc/grc: data/platforms/python/blocks src/grc_gnuradio/wxgui |
Date: |
Sat, 4 Apr 2009 18:06:49 -0600 (MDT) |
Author: jblum
Date: 2009-04-04 18:06:49 -0600 (Sat, 04 Apr 2009)
New Revision: 10774
Modified:
gnuradio/branches/developers/jblum/grc/grc/data/platforms/python/blocks/variable_slider.xml
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/__init__.py
Log:
grc variable slider gets proportioned
Modified:
gnuradio/branches/developers/jblum/grc/grc/data/platforms/python/blocks/variable_slider.xml
===================================================================
---
gnuradio/branches/developers/jblum/grc/grc/data/platforms/python/blocks/variable_slider.xml
2009-04-05 00:05:31 UTC (rev 10773)
+++
gnuradio/branches/developers/jblum/grc/grc/data/platforms/python/blocks/variable_slider.xml
2009-04-05 00:06:49 UTC (rev 10774)
@@ -24,6 +24,7 @@
label='$id',
#end if
converter=forms.$(converver)(),
+ proportion=0,
)
forms.slider(
parent=self.GetWin(),
@@ -33,9 +34,9 @@
minimum=$min,
maximum=$max,
num_steps=$num_steps,
- length=$slider_length,
style=$style,
cast=$(converver.slider_cast),
+ proportion=1,
)
#set $grid_pos = $grid_pos.eval
#if not grid_pos
@@ -75,13 +76,6 @@
<hide>part</hide>
</param>
<param>
- <name>Slider Length (px)</name>
- <key>slider_length</key>
- <value>200</value>
- <type>int</type>
- <hide>part</hide>
- </param>
- <param>
<name>Style</name>
<key>style</key>
<value>wx.SL_HORIZONTAL</value>
Modified:
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/__init__.py
===================================================================
---
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/__init__.py
2009-04-05 00:05:31 UTC (rev 10773)
+++
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/__init__.py
2009-04-05 00:06:49 UTC (rev 10774)
@@ -18,10 +18,4 @@
# Boston, MA 02110-1301, USA.
#
-from callback_controls import \
- button_control, \
- drop_down_control, \
- radio_buttons_control, \
- slider_control, \
- text_box_control
from top_block_gui import top_block_gui
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10774 - in gnuradio/branches/developers/jblum/grc/grc: data/platforms/python/blocks src/grc_gnuradio/wxgui,
jblum <=