Lumiera  0.pre.03
»edit your freedom«
bin-widget.hpp
Go to the documentation of this file.
1 /*
2  BIN-WIDGET.hpp - display of a media bin
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 
39 #ifndef STAGE_WIDGET_BIN_WIDGET_H
40 #define STAGE_WIDGET_BIN_WIDGET_H
41 
42 #include "stage/gtk-base.hpp"
43 
44 //#include "lib/util.hpp"
45 
46 //#include <memory>
47 //#include <vector>
48 
49 
50 
51 namespace stage {
52 namespace widget {
53 
54 
58  class BinWidget
59  {
60  public:
61  BinWidget ();
62  ~BinWidget();
63 
64  private:/* ===== Internals ===== */
65 
66  };
67 
68 
69 }}// namespace stage::widget
70 #endif /*STAGE_WIDGET_BIN_WIDGET_H*/
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.