summaryrefslogtreecommitdiff
path: root/include/memo_text_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memo_text_editor.h')
-rw-r--r--include/memo_text_editor.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/memo_text_editor.h b/include/memo_text_editor.h
new file mode 100644
index 0000000..e1909b4
--- /dev/null
+++ b/include/memo_text_editor.h
@@ -0,0 +1,28 @@
+/*
+*
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://floralicense.org/license/
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
+
+#ifndef __MEMO_TEXT_EDITOR_H__
+#define __MEMO_TEXT_EDITOR_H__
+
+void memo_text_editor_time_format_update(void *h_de);
+void memo_text_editor_cancel(void *h_te);
+void memo_text_editor_save(void *h_te);
+void *memo_load_text_editor(Evas_Object *win, Evas_Object *parent, service_h service, Memo_Component_Callback cb, void *data);
+void memo_destroy_text_editor(void *h_te);
+
+#endif /* __MEMO_TEXT_EDITOR_H__ */