From 5ebed0cd5dc2eb2f71e18b24148903f3c10ebf69 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 21 Mar 2010 00:19:02 +0100 Subject: Implemented a very basic configuration dialog. This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options. --- config_ui.h | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 config_ui.h (limited to 'config_ui.h') diff --git a/config_ui.h b/config_ui.h new file mode 100644 index 0000000..952aa4b --- /dev/null +++ b/config_ui.h @@ -0,0 +1,126 @@ +#ifndef _CONFIG_UI_H_ +#define _CONFIG_UI_H_ +#include +gchar *config_ui_string = +"" +"" +"" +"" +"" +"5" +"normal" +"False" +"" +"" +"True" +"vertical" +"2" +"" +"" +"True" +"vertical" +"" +"" +"True" +"_Interpolation Mode:" +"True" +"interp_combo" +"" +"" +"False" +"0" +"" +"" +"" +"" +"True" +"" +"" +"False" +"1" +"" +"" +"" +"" +"True" +"Max _Preload:" +"True" +"preload_scale" +"" +"" +"False" +"2" +"" +"" +"" +"" +"True" +"True" +"adjustment1" +"0" +"" +"" +"3" +"" +"" +"" +"" +"False" +"1" +"" +"" +"" +"" +"True" +"end" +"" +"" +"gtk-cancel" +"True" +"True" +"True" +"True" +"" +"" +"False" +"False" +"0" +"" +"" +"" +"" +"gtk-ok" +"True" +"True" +"True" +"True" +"" +"" +"False" +"False" +"1" +"" +"" +"" +"" +"False" +"end" +"0" +"" +"" +"" +"" +"" +"button2" +"button1" +"" +"" +"" +"" +"32" +"1" +"8" +"" +"" +; +#endif -- cgit v1.2.3