summaryrefslogtreecommitdiffstats
path: root/src/extension/param/parameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/param/parameter.h')
-rw-r--r--src/extension/param/parameter.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/extension/param/parameter.h b/src/extension/param/parameter.h
index c787a7c97..edbd9ce08 100644
--- a/src/extension/param/parameter.h
+++ b/src/extension/param/parameter.h
@@ -159,6 +159,15 @@ public:
/** All the code in Notebook::get_param to get the notebook content. */
virtual Parameter *get_param(gchar const *name);
+
+ /** Recommended margin of boxes containing parameters */
+ const static int GUI_BOX_MARGIN = 10;
+ /** Recommended spacing between individual parameters when packing into boxes */
+ const static int GUI_BOX_SPACING = 4;
+ /** Recommended indentation width of parameters */
+ const static int GUI_INDENTATION = 12;
+
+
protected:
/** Description of the parameter. */
gchar * _desc;