Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
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
7class 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