[ardour-dev] gtkpixscrollbar

Steve Harris S.W.Harris at ecs.soton.ac.uk
Tue Mar 9 14:52:21 PST 2004


On Wed, Mar 10, 2004 at 07:34:06 +0900, Patrick Shirkey wrote:
> In jackEQ we use a custom set of meters which Steve wrote. It's fairly 
> simple to add them to the app.
> 
> There is a callback
> 
> make_mscale

NB, this only exists to make integration with glade easy, in non-glade GTK
apps its probably easier to just summon them as you would any other GTK
widget.
 
> 	out_meter[0] = GTK_METER(lookup_widget(main_window, "mastmeter_l"));

Also I think lookup_wiget is some glade magick. But its pretty obvious
what it does.

- Steve



More information about the Ardour-Dev mailing list