Ardour
9.0-pre0-582-g084a23a80d
|
#include <search_path_option.h>
Public Member Functions | |
PathEntry (const std::string &path, bool removable=true) | |
Public Attributes | |
Gtk::Entry | entry |
Gtk::Button | remove_button |
Gtk::HBox | box |
std::string | path |
Definition at line 48 of file search_path_option.h.
SearchPathOption::PathEntry::PathEntry | ( | const std::string & | path, |
bool | removable = true |
||
) |
Gtk::HBox SearchPathOption::PathEntry::box |
Definition at line 54 of file search_path_option.h.
Gtk::Entry SearchPathOption::PathEntry::entry |
Definition at line 52 of file search_path_option.h.
std::string SearchPathOption::PathEntry::path |
Definition at line 56 of file search_path_option.h.
Gtk::Button SearchPathOption::PathEntry::remove_button |
Definition at line 53 of file search_path_option.h.