Lumiera  0.pre.03
»edit your freedom«
dialog.hpp
Go to the documentation of this file.
1 /*
2  DIALOG.hpp - Definitions of globals for dialogs
3 
4  Copyright (C)
5  2008, Joel Holdsworth <joel@airwebreathe.org.uk>
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 
20 #ifndef STAGE_DIALOG_DIALOG_H
21 #define STAGE_DIALOG_DIALOG_H
22 
23 namespace stage {
24 namespace dialog {
25 
29  static const int BorderPadding = 8;
30 
34  static const int BoxSpacing = 6;
35 
36 
37 }} // namespace stage::dialog
38 #endif /*STAGE_DIALOG_DIALOG_H*/
static const int BorderPadding
The space in pixels to pad the border of Lumiera dialog boxes.
Definition: dialog.hpp:29
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
static const int BoxSpacing
The spacing for VBoxes and HBoxes in Lumiera dialogs.
Definition: dialog.hpp:34