Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

canvas-background.h

00001 /* Copyright (C) 2001 Jean-Marc Valin */
00002 
00003 #ifndef GNOME_CANVAS_BACKGROUND_H
00004 #define GNOME_CANVAS_BACKGROUND_H
00005 
00006 #include <gnome.h>
00007 
00008 
00009 //BEGIN_GNOME_DECLS
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 
00015 
00016 #define GNOME_TYPE_CANVAS_BACKGROUND            (gnome_canvas_background_get_type ())
00017 #define GNOME_CANVAS_BACKGROUND(obj)            (GTK_CHECK_CAST ((obj), GNOME_TYPE_CANVAS_BACKGROUND, GnomeCanvasBackground))
00018 #define GNOME_CANVAS_BACKGROUND_CLASS(klass)    (GTK_CHECK_CLASS_CAST ((klass), GNOME_TYPE_CANVAS_BACKGROUND, GnomeCanvasBackgroundClass))
00019 #define GNOME_IS_CANVAS_BACKGROUND(obj)         (GTK_CHECK_TYPE ((obj), GNOME_TYPE_CANVAS_BACKGROUND))
00020 #define GNOME_IS_CANVAS_BACKGROUND_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GNOME_TYPE_CANVAS_BACKGROUND))
00021 
00022 
00023 typedef struct _GnomeCanvasBackground GnomeCanvasBackground;
00024 typedef struct _GnomeCanvasBackgroundClass GnomeCanvasBackgroundClass;
00025 
00026 struct _GnomeCanvasBackground {
00027         GnomeCanvasItem item;
00028 };
00029 
00030 struct _GnomeCanvasBackgroundClass {
00031         GnomeCanvasItemClass parent_class;
00032 };
00033 
00034 
00035 /* Standard Gtk function */
00036 GtkType gnome_canvas_background_get_type (void);
00037 
00038 
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 //END_GNOME_DECLS
00043 
00044 #endif

Generated on Wed Oct 5 14:28:55 2005 for FlowDesigner by  doxygen 1.4.4