File: globals.c

package info (click to toggle)
eeyes 1%3A0.3-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,596 kB
  • ctags: 569
  • sloc: ansic: 8,868; sh: 4,798; makefile: 293; sed: 93
file content (17 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*****************             Electirc Eyes           ***********************/
/* This software is Copyright (C) 1998 but The Rasterman (Carsten Haitzler). */
/* This software falls under the GNU Public License. Please read the COPYING */
/* file for more information                                                 */
/*****************************************************************************/
#include "ee.h"

GtkWidget 
 *file_selector = NULL, 
 *image_display = NULL, 
 *main_menu = NULL,
 *image_toolbar = NULL,
 *padder_button = NULL,
 *image_list = NULL,
 *edit_window = NULL,
 *ee_app = NULL;