Status bar of GUI

Hi *,

In usrp_wfm_rcv.py there are two status bar at the bottom of the window,
the
left one showing the result of tune frequency while the other shows the
gain
and volume.
But in my program I always cannot get two status bar but there is only
one.
I checked the code and cannot find how to set up two status bar. Would
you
give me some hint?

Thanks in advance.

Hanwen

On Fri, Aug 07, 2009 at 05:22:16PM +0200, hanwen wrote:

Hanwen
It’s controlled by the third argument to stdgui2.stdapp. It defaults
to 2. See gr-wxgui/src/python/stdgui2.py

Eric