Lumiera  0.pre.03
»edit your freedom«
mixer-widget.hpp
Go to the documentation of this file.
1 /*
2  MIXER-WIDGET.hpp - display of a channel mixer control
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 
42 #ifndef STAGE_WIDGET_MIXER_WIDGET_H
43 #define STAGE_WIDGET_MIXER_WIDGET_H
44 
45 #include "stage/gtk-base.hpp"
46 
47 //#include "lib/util.hpp"
48 
49 //#include <memory>
50 //#include <vector>
51 
52 
53 
54 namespace stage {
55 namespace widget {
56 
57 
62  {
63  public:
64  MixerWidget();
65  ~MixerWidget();
66 
67  private:/* ===== Internals ===== */
68 
69  };
70 
71 
72 }}// namespace stage::widget
73 #endif /*STAGE_WIDGET_MIXER_WIDGET_H*/
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.