File: metal_theme.h

package info (click to toggle)
gtk-engines 0.12-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,936 kB
  • ctags: 394
  • sloc: ansic: 9,993; sh: 8,696; makefile: 212
file content (40 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <gtk/gtkrc.h>
#include <gtk/gtkthemes.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkcheckbutton.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>

/**************************************************************************
* GTK Metal Theme
*
* Version 0.9, Oct 2, 1998
*
* Copyright 1998: Randy Gordon, Integrand Systems
*                 http://www.integrand.com
*                 mailto://randy@integrand.com
*
* License: GPL (Gnu Public License)
*
*
**************************************************************************/

#define DEBUG 0

extern GtkStyleClass metal_default_class;
extern GtkStyleClass metal_special_class;
extern GdkFont     *default_font;
extern GSList      *unattached_styles;

extern GdkGC *metal_light_gray_gc;
extern GdkGC *metal_mid_gray_gc;
extern GdkGC *metal_dark_gray_gc;