~ubuntu-branches/ubuntu/saucy/gdmap/saucy-proposed

« back to all changes in this revision

Viewing changes to src/gui_main.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Iseli
  • Date: 2006-05-21 23:30:51 UTC
  • Revision ID: james.westby@ubuntu.com-20060521233051-rkfn5ifpzj0sfx2j
Tags: upstream-0.7.5
ImportĀ upstreamĀ versionĀ 0.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2005 sgop@users.sourceforge.net This is free software
 
2
 * distributed under the terms of the GNU Public License.  See the
 
3
 * file COPYING for details.
 
4
 */
 
5
/* $Revision: 1.4 $
 
6
 * $Date: 2005/10/16 14:36:31 $
 
7
 * $Author: sgop $
 
8
 */
 
9
 
 
10
#ifndef _GUI_MAIN_H_
 
11
#define _GUI_MAIN_H_
 
12
 
 
13
#ifdef HAVE_CONFIG_H
 
14
#  include <config.h>
 
15
#endif
 
16
 
 
17
#include "tree.h"
 
18
 
 
19
GtkWidget* gui_create_main_win (void);
 
20
GtkWidget* gui_get_main_win();
 
21
void gui_tree_load_and_display(const char* folder);
 
22
 
 
23
#endif