Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

mlview-app.h

Go to the documentation of this file.
00001 /*This file is part of GNU MlView
00002  *
00003  *GNU MlView is free software; you can redistribute it and/or modify it under the terms of 
00004  *the GNU General Public License as published by the Free Software Foundation; either version 2, 
00005  *or (at your option) any later version.
00006  *
00007  *GNU MlView is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
00008  *without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00009  *See the GNU General Public License for more details.
00010  *
00011  *You should have received a copy of the GNU General Public License along with MlView; 
00012  *see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00013 *
00014 *
00015 *Copyright 2001 Dodji Seketeli.
00016 */
00017 
00018 #ifndef __MLVIEW_GUI_H__
00019 #define __MLVIEW_GUI_H__
00020 #include <gnome.h>
00021 #include "mlview-editor.h"
00022 
00023 #define MLVIEW_ROOTWINDOW_WIDTH 400
00024 #define MLVIEW_ROOTWINDOW_HEIGHT 300
00025 #define MLVIEW_MAINPANED_POSITION 400
00026 
00027 GnomeApp* mlview_app_new (gchar * a_appname) ;
00028 MlViewEditor *mlview_app_get_editor (GnomeApp * a_app_name) ;
00029 void mlview_app_set_icon (GnomeApp * a_app_context) ;
00030 
00031 #endif

Generated on Sat Jul 6 09:57:31 2002 for Gnome-MlView by doxygen1.2.16