Horizon
src
prj-mgr
prj-mgr-prefs.hpp
1
#pragma once
2
#include <gtkmm.h>
3
4
namespace
horizon
{
5
6
class
ProjectManagerPrefs
:
public
Gtk::Dialog {
7
public
:
8
ProjectManagerPrefs
(Gtk::ApplicationWindow *parent);
9
10
private
:
11
Glib::RefPtr<class Gtk::Application> app;
12
void
update();
13
class
ProjectManagerPrefsBox
*box;
14
};
15
}
// namespace horizon
horizon::ProjectManagerPrefs
Definition:
prj-mgr-prefs.hpp:6
horizon
Definition:
block.cpp:7
horizon::ProjectManagerPrefsBox
Definition:
prj-mgr-prefs.cpp:41
Generated by
1.8.13