~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/lighting/lighting-ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __LIGHTING_UI_H__
 
2
#define __LIGHTING_UI_H__
 
3
 
 
4
/* Externally visible variables */
 
5
/* ============================ */
 
6
 
 
7
extern GdkGC     *gc;
 
8
extern GtkWidget *previewarea;
 
9
 
 
10
extern GtkWidget *spin_pos_x;
 
11
extern GtkWidget *spin_pos_y;
 
12
extern GtkWidget *spin_pos_z;
 
13
extern GtkWidget *spin_dir_x;
 
14
extern GtkWidget *spin_dir_y;
 
15
extern GtkWidget *spin_dir_z;
 
16
 
 
17
/* Externally visible functions */
 
18
/* ============================ */
 
19
 
 
20
gboolean main_dialog (GimpDrawable *drawable);
 
21
 
 
22
#endif  /* __LIGHTING_UI_H__ */