|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| OptionEditorPage (Gtk::Notebook &, std::string const &) | |
| OptionEditorPage () | |
Public Attributes | |
| Gtk::VBox | box |
| Gtk::Table | table |
| std::list< OptionEditorComponent * > | components |
Private Member Functions | |
| void | init () |
Class to represent a single page in an OptionEditor's notebook. Pages are laid out using a 3-column table; the 1st column is used to indent non-headings, and the 2nd and 3rd for actual content.
Definition at line 677 of file option_editor.h.
| OptionEditorPage::OptionEditorPage | ( | Gtk::Notebook & | , |
| std::string const & | |||
| ) |
| OptionEditorPage::OptionEditorPage | ( | ) |
|
private |
| Gtk::VBox OptionEditorPage::box |
Definition at line 683 of file option_editor.h.
| std::list<OptionEditorComponent*> OptionEditorPage::components |
Definition at line 685 of file option_editor.h.
| Gtk::Table OptionEditorPage::table |
Definition at line 684 of file option_editor.h.