mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
library manager: display description in textview not tooltip
This commit is contained in:
parent
e42de1e229
commit
5e26c9c277
2 changed files with 26 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include <gtkmm/entry.h>
|
||||
#include <gtkmm/liststore.h>
|
||||
#include <gtkmm/treeview.h>
|
||||
#include <gtkmm/textview.h>
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
|
||||
|
|
@ -111,6 +112,9 @@ class LibraryDownloadDialog : public ArdourDialog
|
|||
void install_progress (size_t, size_t, std::string, Gtk::TreePath);
|
||||
void install_finished (Gtk::TreeModel::iterator row, std::string path, int status);
|
||||
PBD::ScopedConnection install_connection;
|
||||
|
||||
Gtk::TextView description_view;
|
||||
void library_selected ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue