interface.h revision 560a131fd676a3d5926ebbf12e4aa7a91ad38e90
#ifndef __SP_INTERFACE_H__
#define __SP_INTERFACE_H__
/*
* Main UI stuff
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Frank Felfe <innerspace@iname.com>
*
* Copyright (C) 1999-2002 authors
* Copyright (C) 2001-2002 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtk/gtkstyle.h>
#include "forward.h"
/**
* Create a new document window.
*/
/**
*
*/
/**
*
*/
void sp_ui_new_view (void);
void sp_ui_new_view_preview (void);
/**
*
*/
unsigned int sp_ui_close_all (void);
/**
*
*/
/**
*
*/
/**
*
*/
/**
*
*/
/**
*
*/
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :