pcb 4.1.1
An interactive printed circuit board layout editor.

ghid-cell-renderer-visibility.h

Go to the documentation of this file.
00001 
00005 #ifndef GHID_CELL_RENDERER_VISIBILITY_H__
00006 #define GHID_CELL_RENDERER_VISIBILITY_H__
00007 
00008 #include <glib.h>
00009 #include <glib-object.h>
00010 
00011 G_BEGIN_DECLS  /* keep c++ happy */
00012 
00013 #define VISIBILITY_TOGGLE_SIZE  16
00014 
00015 #define GHID_CELL_RENDERER_VISIBILITY_TYPE            (ghid_cell_renderer_visibility_get_type ())
00016 #define GHID_CELL_RENDERER_VISIBILITY(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GHID_CELL_RENDERER_VISIBILITY_TYPE, GHidCellRendererVisibility))
00017 #define GHID_CELL_RENDERER_VISIBILITY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GHID_CELL_RENDERER_VISIBILITY_TYPE, GHidCellRendererVisibilityClass))
00018 #define IS_GHID_CELL_RENDERER_VISIBILITY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GHID_CELL_RENDERER_VISIBILITY_TYPE))
00019 #define IS_GHID_CELL_RENDERER_VISIBILITY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GHID_CELL_RENDERER_VISIBILITY_TYPE))
00020 
00021 typedef struct _GHidCellRendererVisibility       GHidCellRendererVisibility;
00022 typedef struct _GHidCellRendererVisibilityClass  GHidCellRendererVisibilityClass;
00023 
00024 GType ghid_cell_renderer_visibility_get_type (void);
00025 GtkCellRenderer *ghid_cell_renderer_visibility_new (void);
00026 
00027 G_END_DECLS  /* keep c++ happy */
00028 #endif