Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
navigator-widget.cpp
Go to the documentation of this file.
1/*
2 NavigatorWidget - display of navigation controls in the timeline UI
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
24#include "stage/gtk-base.hpp"
27
28//#include "stage/ui-bus.hpp"
29//#include "lib/format-string.hpp"
30//#include "lib/format-cout.hpp"
31
32//#include "lib/util.hpp"
33
34//#include <algorithm>
35//#include <vector>
36
37
38
39//using util::_Fmt;
40//using util::contains;
41//using Gtk::Widget;
42//using sigc::mem_fun;
43//using sigc::ptr_fun;
44//using std::cout;
45//using std::endl;
46
47
48namespace stage {
49namespace timeline {
50
51
52
53
54
55
57
58
60 : Gtk::Grid{}
61 {
62 get_style_context()->add_class (CLASS_timeline_navi);
63 }
64
65
66
67
68}}// namespace stage::timeline
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.
Definition guifacade.cpp:37
cuString CLASS_timeline_navi
Widget for navigation controls within the timeline UI.
Definition of access keys for uniform UI styling.