aboutsummaryrefslogtreecommitdiff
path: root/src/include/parse_input.H1
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/include/parse_input.H1
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/include/parse_input.H1')
-rw-r--r--src/include/parse_input.H116
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/parse_input.H1 b/src/include/parse_input.H1
new file mode 100644
index 00000000..b837f89e
--- /dev/null
+++ b/src/include/parse_input.H1
@@ -0,0 +1,16 @@
+extern HyperLink * make_input_window(InputItem * item);
+extern HyperLink * make_box_window(InputBox * box , int type);
+extern void initialize_default(InputItem * item , char * buff);
+extern void parse_inputstring(void);
+extern void parse_simplebox(void);
+extern void parse_radiobox(void);
+extern void init_paste_item(InputItem * item);
+extern void repaste_item(void);
+extern InputItem * current_item(void);
+extern int already_there(char * name);
+extern void parse_radioboxes(void);
+#ifdef _PARSE_INPUT_C
+static void insert_item(InputItem * item);
+static void add_box_to_rb_list(char * name , InputBox * box);
+static int check_others(InputBox * list);
+#endif