public void Init() { // TrackInfoDisplay is a widget, so we need to initialize GTK Gtk.Application.Init (); display = new TextTrackInfoDisplay (); }
public void Init() { // TrackInfoDisplay is a widget, so we need to initialize GTK Gtk.Application.Init(); display = new TextTrackInfoDisplay(); }