datetime.h

Go to the documentation of this file.
00001 #ifndef DATETIME_SETTINGS_H
00002 #define DATETIME_SETTINGS_H
00003 
00004 /*
00005  * File Name: datetime.h
00006  */
00007 
00008 /*
00009  * This file is part of settings.
00010  *
00011  * settings is free software: you can redistribute it and/or modify
00012  * it under the terms of the GNU General Public License as published by
00013  * the Free Software Foundation, either version 2 of the License, or
00014  * (at your option) any later version.
00015  *
00016  * settings is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00019  * GNU General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU General Public License
00022  * along with this program. If not, see <http://www.gnu.org/licenses/>.
00023  */
00024 
00025 /**
00026  * Copyright (C) 2008 iRex Technologies B.V.
00027  * All rights reserved.
00028  */
00029  
00030 #include <gtk/gtk.h>
00031 
00032 GtkWidget* create_datetime_window(GtkWidget* parent);
00033 
00034 void load_datetime_settings();
00035 void save_datetime_settings();
00036 
00037 void datetime_set_orientation(gboolean is_portrait);
00038 void datetime_set_main_focus(void);
00039  
00040 #endif // STYLUS_SETTINGS_H
Generated by  doxygen 1.6.2-20100208