Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
switchboard-widget.hpp
Go to the documentation of this file.
1/*
2 SWITCHBOARD-WIDGET.hpp - display of a video viewer control switchboard
3
4 Copyright (C)
5 2016, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
14
45#ifndef STAGE_WIDGET_SWITCHBOARD_WIDGET_H
46#define STAGE_WIDGET_SWITCHBOARD_WIDGET_H
47
48#include "stage/gtk-base.hpp"
49
50//#include "lib/util.hpp"
51
52//#include <memory>
53//#include <vector>
54
55
56
57namespace stage {
58namespace widget {
59
60
65 {
66 public:
69
70 private:/* ===== Internals ===== */
71
72 };
73
74
75}}// namespace stage::widget
76#endif /*STAGE_WIDGET_SWITCHBOARD_WIDGET_H*/
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.
Definition guifacade.cpp:37