Scrollarea, tabwindow, panels for grc_wxgui.top_block_gui

Hi All,

i want to add some comfortable elements like a scrollarea, tabwindow
and panels for example. Is there any example for this ?
I watched the pydoc for this modules, but didn’t go further.

Any hints ?
Or do i have to use <stdgui2.std_top_block> for more
flexibility ?

Regards Markus

GNURadio tries to offer a basic set of gui elements and gui controls.
But she cant do everything.

You should explore wx python API, and make your own custom windows and
widgets. Dont afraid to copy and modify the classes in gnuradio as a
start.

-Josh