 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
7 SelectFileDialog(
const Glib::ustring& title, Gtk::Window& parent,
bool modal =
false);
9 void set_text(
const Glib::ustring& text);
Gtk::Entry entry
Definition: SelectFileDialog.hh:16
SelectFileDialog(const Glib::ustring &title, Gtk::Window &parent, bool modal=false)
Definition: SelectFileDialog.cc:3
Definition: SelectFileDialog.hh:5
Gtk::Button choose
Definition: SelectFileDialog.hh:17
Gtk::HBox hbox
Definition: SelectFileDialog.hh:18
Glib::ustring get_text() const
Definition: SelectFileDialog.cc:27
void set_text(const Glib::ustring &text)
Definition: SelectFileDialog.cc:22
Gtk::Entry & get_entry()
Definition: SelectFileDialog.cc:32
void choose_dialog()
Definition: SelectFileDialog.cc:37