Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Preferences.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <gtkmm/window.h>
5 #include <gtkmm/box.h>
6 
7 class PreferencesWindow : public class Gtk::Window {
8  public:
9  private:
10  Gtk::VBox mainbox;
11  Gtk::
12 };
Definition: Preferences.hh:7
Gtk::VBox mainbox
Definition: Preferences.hh:10