ardour
Public Member Functions | Public Attributes | List of all members
SearchPathOption::PathEntry Struct Reference

#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
 

Detailed Description

Definition at line 50 of file search_path_option.h.

Constructor & Destructor Documentation

SearchPathOption::PathEntry::PathEntry ( const std::string &  path,
bool  removable = true 
)

Definition at line 147 of file search_path_option.cc.

Member Data Documentation

Gtk::HBox SearchPathOption::PathEntry::box

Definition at line 55 of file search_path_option.h.

Gtk::Entry SearchPathOption::PathEntry::entry

Definition at line 53 of file search_path_option.h.

std::string SearchPathOption::PathEntry::path

Definition at line 57 of file search_path_option.h.

Gtk::Button SearchPathOption::PathEntry::remove_button

Definition at line 54 of file search_path_option.h.


The documentation for this struct was generated from the following files: