00001 00020 /* Lafontaine - Graphical logo interpreter 00021 * Copyright (C) 2002 Guillaume Bour <gbour@nomade.fr> 00022 * 00023 * This program is free software; you can redistribute it and/or modify 00024 * it under the terms of the GNU General Public License as published by 00025 * the Free Software Foundation; either version 2 of the License, or 00026 * (at your option) any later version. 00027 * 00028 * This program is distributed in the hope that it will be useful, 00029 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00030 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00031 * GNU General Public License for more details. 00032 * 00033 * You should have received a copy of the GNU General Public License 00034 * along with this program; if not, write to the Free Software 00035 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 00036 * MA 02111-1307, USA. 00037 */ 00038 #include <stdio.h> 00039 #include "turtle.h" 00040 00041 #define WINDOW_TITLE " --- the \"lafontaine\" turtle - "VERSION" - "DATE" ---" 00042 00043 00044 GtkWidget *create_main_window(void); 00045 GtkWidget *create_button(gchar *label, gchar *pixmap_file); 00046 GtkWidget *create_menubar(void); 00047 GtkWidget *create_handlebox(void); 00048 void create_fileselection_boxes(void);